From mboxrd@z Thu Jan 1 00:00:00 1970 From: joro@8bytes.org (Joerg Roedel) Date: Wed, 26 Jun 2013 11:48:05 +0200 Subject: [PATCH v2 0/3] Add support for ARM SMMU architectures 1 and 2 In-Reply-To: <1372095086-15681-1-git-send-email-will.deacon@arm.com> References: <1372095086-15681-1-git-send-email-will.deacon@arm.com> Message-ID: <20130626094805.GS11309@8bytes.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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.