From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [PATCH v2 0/3] Add support for ARM SMMU architectures 1 and 2 Date: Wed, 26 Jun 2013 11:48:05 +0200 Message-ID: <20130626094805.GS11309@8bytes.org> References: <1372095086-15681-1-git-send-email-will.deacon@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1372095086-15681-1-git-send-email-will.deacon-5wv7dgnIgG8@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: Will Deacon Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: iommu@lists.linux-foundation.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. 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.