From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH v2 0/3] Add support for ARM SMMU architectures 1 and 2 Date: Wed, 26 Jun 2013 12:32:02 +0100 Message-ID: <20130626113202.GJ26142@mudshark.cambridge.arm.com> References: <1372095086-15681-1-git-send-email-will.deacon@arm.com> <20130626094805.GS11309@8bytes.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20130626094805.GS11309-zLv9SwRftAIdnm+yROfE0A@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: iommu-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Joerg Roedel Cc: "iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" List-Id: iommu@lists.linux-foundation.org On Wed, Jun 26, 2013 at 10:48:05AM +0100, Joerg Roedel wrote: > On Mon, Jun 24, 2013 at 06:31:23PM +0100, Will Deacon wrote: > > Will Deacon (3): > > documentation: iommu: add description of ARM System MMU binding > > iommu: add support for ARM Ltd. System MMU architecture > > MAINTAINERS: add entry for ARM system MMU driver > > > > .../devicetree/bindings/iommu/arm,smmu.txt | 70 + > > MAINTAINERS | 6 + > > drivers/iommu/Kconfig | 13 + > > drivers/iommu/Makefile | 1 + > > drivers/iommu/arm-smmu.c | 1969 ++++++++++++++++++++ > > 5 files changed, 2059 insertions(+) > > create mode 100644 Documentation/devicetree/bindings/iommu/arm,smmu.txt > > create mode 100644 drivers/iommu/arm-smmu.c > > Applied this series to the new arm/smmu branch, thanks Will. Cheers Joerg! Just shout if you see any fireworks. Will