Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756668Ab1FHW1P (ORCPT ); Wed, 8 Jun 2011 18:27:15 -0400 Received: from wolverine01.qualcomm.com ([199.106.114.254]:61409 "EHLO wolverine01.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756623Ab1FHW1M (ORCPT ); Wed, 8 Jun 2011 18:27:12 -0400 X-IronPort-AV: E=McAfee;i="5400,1158,6371"; a="96489260" From: David Brown To: Ohad Ben-Cohen , stepanm@codeaurora.org Cc: Joerg Roedel , , , , Arnd Bergmann , David Woodhouse , , Subject: Re: [PATCH 2/4] msm: iommu: move to drivers/iommu/ References: <1307522062-19273-1-git-send-email-ohad@wizery.com> <1307522062-19273-3-git-send-email-ohad@wizery.com> Date: Wed, 08 Jun 2011 15:27:10 -0700 In-Reply-To: <1307522062-19273-3-git-send-email-ohad@wizery.com> (Ohad Ben-Cohen's message of "Wed, 8 Jun 2011 11:34:20 +0300") Message-ID: <8yamxhsklhd.fsf@huya.qualcomm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1360 Lines: 33 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 > --- > 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-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/