From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joerg Roedel Subject: Re: [GIT PULL FOR v3.20] Renesas IPMMU driver Date: Mon, 19 Jan 2015 14:44:05 +0100 Message-ID: <20150119134405.GK6343@8bytes.org> References: <17336548.2pFUfTyJuB@avalon> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <17336548.2pFUfTyJuB@avalon> Sender: linux-sh-owner@vger.kernel.org To: Laurent Pinchart Cc: iommu@lists.linux-foundation.org, linux-sh@vger.kernel.org List-Id: iommu@lists.linux-foundation.org On Fri, Jan 16, 2015 at 06:08:16PM +0200, Laurent Pinchart wrote: > ---------------------------------------------------------------- > Laurent Pinchart (7): > iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachment > iommu/ipmmu-vmsa: Flush P[UM]D entry before freeing the child page table > iommu/ipmmu-vmsa: Invalidate TLB after unmapping > iommu/ipmmu-vmsa: Add device tree bindings documentation > iommu/ipmmu-vmsa: Add device tree support > iommu/ipmmu-vmsa: Support multiple micro TLBs per device > iommu/ipmmu-vmsa: Remove platform data support > > .../devicetree/bindings/iommu/renesas,ipmmu-vmsa.txt | 41 +++++++ > drivers/iommu/ipmmu-vmsa.c | 151 +++++++++++---- > include/linux/platform_data/ipmmu-vmsa.h | 24 ---- > 3 files changed, 154 insertions(+), 62 deletions(-) > create mode 100644 Documentation/devicetree/bindings/iommu/renesas,ipmmu- > vmsa.txt > delete mode 100644 include/linux/platform_data/ipmmu-vmsa.h Pulled, thanks Laurent.