From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Mon, 19 Jan 2015 13:18:43 +0000 Subject: [PATCH v2 0/5] Generic IOMMU page table framework In-Reply-To: <20150119130940.GJ6343@8bytes.org> References: <1420811657-21321-1-git-send-email-will.deacon@arm.com> <20150116140130.GQ7091@arm.com> <20150119130940.GJ6343@8bytes.org> Message-ID: <20150119131843.GJ32131@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Joerg, Thanks for the reply. On Mon, Jan 19, 2015 at 01:09:41PM +0000, joro at 8bytes.org wrote: > On Fri, Jan 16, 2015 at 02:01:31PM +0000, Will Deacon wrote: > > I've not received any feedback on this revision of the series, but it's > > working well for me and Laurent showed that it works with his IOMMU too. > > > > Joerg -- can I include this in my pull request for 3.20, or is there > > anything further you'd like me to address? The code is completely > > self-contained, so I wouldn't expect any impact on IOMMU drivers that > > don't explicitly use the new page table API. > > The patch-set looks good to me. But with code generification in general, > what are the plans for other arm iommu drivers to adopt this? I think Laurent was going to make use of it and I'm working on a driver that will use it too. Laurent -- you had patches ready to go for v1, right? Will