[PATCH 0/3] omap: iovmm: Fix IOVMM check for fixed 'da'

2011-03-08 Thread David Cohen
IOVMM driver checks input 'da == 0' when mapping address to determine whether
user wants fixed 'da' or not. At the same time, it doesn't disallow address
0x0 to be used, what creates an ambiguous situation. This patch set moves
fixed 'da' check to the input flags.
It also fixes da_start value for ISP IOMMU instance.

David Cohen (2):
  omap3: change ISP's IOMMU da_start address
  omap: iovmm: don't check 'da' to set IOVMF_DA_FIXED/IOVMF_DA_ANON
flags

Michael Jones (1):
  omap: iovmm: disallow mapping NULL address

 arch/arm/mach-omap2/omap-iommu.c |2 +-
 arch/arm/plat-omap/iovmm.c   |   28 ++--
 2 files changed, 19 insertions(+), 11 deletions(-)

--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 0/3] omap: iovmm: Fix IOVMM check for fixed 'da'

2011-03-08 Thread Hiroshi DOYU
From: ext David Cohen daco...@gmail.com
Subject: [PATCH 0/3] omap: iovmm: Fix IOVMM check for fixed 'da'
Date: Tue, 8 Mar 2011 14:46:02 +0200

 IOVMM driver checks input 'da == 0' when mapping address to determine whether
 user wants fixed 'da' or not. At the same time, it doesn't disallow address
 0x0 to be used, what creates an ambiguous situation. This patch set moves
 fixed 'da' check to the input flags.
 It also fixes da_start value for ISP IOMMU instance.
 
 David Cohen (2):
   omap3: change ISP's IOMMU da_start address
   omap: iovmm: don't check 'da' to set IOVMF_DA_FIXED/IOVMF_DA_ANON
 flags
 
 Michael Jones (1):
   omap: iovmm: disallow mapping NULL address
 
  arch/arm/mach-omap2/omap-iommu.c |2 +-
  arch/arm/plat-omap/iovmm.c   |   28 ++--
  2 files changed, 19 insertions(+), 11 deletions(-)

Based on the previous discussion, those look ok for me.
--
To unsubscribe from this list: send the line unsubscribe linux-media in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html