[PATCH 2/7] omap: iommu/iovmm: move to dedicated iommu folder

Ohad Ben-Cohen ohad at wizery.com
Thu Aug 18 09:53:13 EDT 2011


On Thu, Aug 18, 2011 at 4:38 PM, Arnd Bergmann <arnd at arndb.de> wrote:
> On Thursday 18 August 2011, Ohad Ben-Cohen wrote:
>>  arch/arm/plat-omap/Kconfig                         |   14 --------------
>>  arch/arm/plat-omap/Makefile                        |    2 --
>>  arch/arm/plat-omap/{ => include/plat}/iopgtable.h  |    0
>>  drivers/iommu/Kconfig                              |   18 ++++++++++++++++++
>>  drivers/iommu/Makefile                             |    3 +++
>>  .../iommu/omap-iommu-debug.c                       |    2 +-
>>  .../iommu.c => drivers/iommu/omap-iommu.c          |    2 +-
>>  .../iovmm.c => drivers/iommu/omap-iovmm.c          |    2 +-
>>  drivers/media/video/Kconfig                        |    2 +-
>
> Do you need the header file to be globally visible?

Yeah; Unfortunately omap3isp is not yet completely decoupled from
omap's iommu, so it needs it.

Once the generic DMA-API will settle in, we will completely decouple
omap3isp and then will be able to move this header file into
drivers/iommu/, and remove omap-iovmm.c.

Thanks,
Ohad.



More information about the linux-arm-kernel mailing list