Re: [PATCH v2 0/3] iommu: Remove OMAP IOVMM driver

2014-07-18 Thread Suman Anna
Hi Laurent, On 07/18/2014 05:49 AM, Laurent Pinchart wrote: > Hello, > > The OMAP3 ISP driver was the only user of the OMAP IOVMM API. Now that is has > been ported to the DMA API, remove the unused virtual memory manager. > > The removal is split in three patches to ease upstream merge. The fir

Re: [PATCH] iommu/omap: Remove virtual memory manager

2014-07-18 Thread Suman Anna
On 07/18/2014 05:50 AM, Laurent Pinchart wrote: > Hi Suman, > > Thank you for the review. > > On Thursday 17 July 2014 10:53:03 Suman Anna wrote: >> On 07/17/2014 06:09 AM, Laurent Pinchart wrote: >>> The OMAP3 ISP driver was the only user of the OMAP IOVMM API. Now that >>> is has been ported to

[git pull] IOMMU Fixes for Linux v3.16-rc5

2014-07-18 Thread Joerg Roedel
Hi Linus, The following changes since commit cd3de83f147601356395b57a8673e9c5ff1e59d1: Linux 3.16-rc4 (2014-07-06 12:37:51 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git tags/iommu-fixes-v3.16-rc5 for you to fetch changes up to

[PATCH v2 1/3] iommu/omap: Remove virtual memory manager

2014-07-18 Thread Laurent Pinchart
The OMAP3 ISP driver was the only user of the OMAP IOVMM API. Now that is has been ported to the DMA API, remove the unused virtual memory manager. Signed-off-by: Laurent Pinchart --- drivers/iommu/Kconfig| 10 +- drivers/iommu/Makefile | 1 - drivers/iommu/omap-iommu-de

[PATCH v2 2/3] ARM: omap: Don't set iommu pdata da_start and da_end fields

2014-07-18 Thread Laurent Pinchart
The fields are not used by the driver and will be removed from platform data. Don't set them. Signed-off-by: Laurent Pinchart --- arch/arm/mach-omap2/omap-iommu.c | 2 -- arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 4 arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 4 3 files c

[PATCH v2 3/3] iommu/omap: Remove platform data da_start and da_end fields

2014-07-18 Thread Laurent Pinchart
The fields were used by the now gone omap-iovmm driver. They're not used anymore, remove them. Signed-off-by: Laurent Pinchart --- include/linux/platform_data/iommu-omap.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/include/linux/platform_data/iommu-omap.h b/include/linux/platform_

Re: [PATCH] iommu/omap: Remove virtual memory manager

2014-07-18 Thread Laurent Pinchart
Hi Suman, Thank you for the review. On Thursday 17 July 2014 10:53:03 Suman Anna wrote: > On 07/17/2014 06:09 AM, Laurent Pinchart wrote: > > The OMAP3 ISP driver was the only user of the OMAP IOVMM API. Now that > > is has been ported to the DMA API, remove the unused virtual memory > > manager.

[PATCH v2 0/3] iommu: Remove OMAP IOVMM driver

2014-07-18 Thread Laurent Pinchart
Hello, The OMAP3 ISP driver was the only user of the OMAP IOVMM API. Now that is has been ported to the DMA API, remove the unused virtual memory manager. The removal is split in three patches to ease upstream merge. The first patch removes the omap-iovmm driver, the second patch removes setting