Re: [PATCH 2/4] msm: iommu: move to drivers/iommu/

2011-06-10 Thread Ohad Ben-Cohen
On Thu, Jun 9, 2011 at 1:27 AM, David Brown dav...@codeaurora.org wrote:
 Moving the driver is good.  I'm wondering what we should do with
 iommu_dev.c, though.  Wouldn't it make sense to move this file as well?

Yeah, it does make sense. I'll move that one too, thanks.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 2/4] msm: iommu: move to drivers/iommu/

2011-06-08 Thread David Brown
On Wed, Jun 08 2011, Ohad Ben-Cohen wrote:

 This should ease finding similarities with different platforms,
 with the intention of solving problems once in a generic framework
 which everyone can use.

 Compile-tested for MSM8X60.

 Signed-off-by: Ohad Ben-Cohen o...@wizery.com
 ---
  arch/arm/mach-msm/Kconfig  |   12 
  arch/arm/mach-msm/Makefile |2 +-
  drivers/iommu/Kconfig  |   11 +++
  drivers/iommu/Makefile |1 +
  .../mach-msm/iommu.c = drivers/iommu/msm-iommu.c  |0
  5 files changed, 13 insertions(+), 13 deletions(-)
  rename arch/arm/mach-msm/iommu.c = drivers/iommu/msm-iommu.c (100%)

Moving the driver is good.  I'm wondering what we should do with
iommu_dev.c, though.  Wouldn't it make sense to move this file as well?

I've added the author, Stepan Moskovchenko, in case he has any feedback.

David

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html