[PATCH v2 3/5] iommu/omap: Make some definitions local

2012-10-01 Thread Ido Yariv
Move some of the definitions in plat/iommu.h that can be made local to either drivers/iommu or arch/arm/mach-omap2. This minimizes the number of global definitions once plat/iommu.h moves to platform_data/ as part of the single zImage effort. Signed-off-by: Ido Yariv --- arch/arm/mach-omap2

[PATCH v2 5/5] arm: omap: Move iopgtable header to drivers/iommu/

2012-10-01 Thread Ido Yariv
The iopgtable header file is only used by the iommu & iovmm drivers, so move it to drivers/iommu/, as part of the single zImage effort. Signed-off-by: Ido Yariv --- drivers/iommu/omap-iommu-debug.c | 3 +-- drivers/iommu/omap-iom

[PATCH v2 4/5] arm: omap: Move iommu/iovmm headers to platform_data

2012-10-01 Thread Ido Yariv
Move iommu/iovmm headers from plat/ to platform_data/ as part of the single zImage work. Signed-off-by: Ido Yariv --- arch/arm/mach-omap2/devices.c | 2 +- arch/arm/mach-omap2/iommu2.c| 2 +- arch/arm/mach-omap2/omap

[PATCH v2 2/5] iommu/omap: Merge iommu2.h into iommu.h

2012-10-01 Thread Ido Yariv
Since iommu is not supported on OMAP1 and will not likely to ever be supported, merge plat/iommu2.h into iommu.h so only one file would have to move to platform_data/ as part of the single zImage effort. Signed-off-by: Ido Yariv --- arch/arm/plat-omap/include/plat/iommu.h | 88

[PATCH v2 1/5] [media] omap3isp: Fix compilation error in ispreg.h

2012-10-01 Thread Ido Yariv
altogether. Signed-off-by: Ido Yariv --- drivers/media/platform/omap3isp/ispreg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/omap3isp/ispreg.h b/drivers/media/platform/omap3isp/ispreg.h index 084ea77..e2c57f3 100644 --- a/drivers/media/platfor

Re: [PATCH 2/3] iommu/omap: Merge iommu2.h into iommu.h

2012-09-30 Thread Ido Yariv
On Thu, Sep 27, 2012 at 12:55:26PM -0700, Tony Lindgren wrote: > * Tony Lindgren [120927 12:54]: > > Hi Ido, > > > > * Ido Yariv [120920 22:15]: > > > Since iommu is not currently supported on OMAP1, merge plat/iommu2.h into > > > iommu.h so only one file

[PATCH 1/3] [media] omap3isp: Fix compilation error in ispreg.h

2012-09-20 Thread Ido Yariv
altogether. Signed-off-by: Ido Yariv --- drivers/media/platform/omap3isp/ispreg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/omap3isp/ispreg.h b/drivers/media/platform/omap3isp/ispreg.h index 084ea77..e2c57f3 100644 --- a/drivers/media/platfor

[PATCH 3/3] arm: omap: Move iommu/iovmm headers to platform_data

2012-09-20 Thread Ido Yariv
Move iommu/iovmm headers from plat/ to platform_data/ as part of the single zImage work. Signed-off-by: Ido Yariv --- arch/arm/mach-omap2/devices.c | 2 +- arch/arm/mach-omap2/iommu2.c| 2 +- arch/arm/mach-omap2/omap

[PATCH 2/3] iommu/omap: Merge iommu2.h into iommu.h

2012-09-20 Thread Ido Yariv
Since iommu is not currently supported on OMAP1, merge plat/iommu2.h into iommu.h so only one file would have to move to platform_data/ as part of the single zImage effort. Signed-off-by: Ido Yariv --- arch/arm/plat-omap/include/plat/iommu.h | 88 +++-- arch/arm/plat