From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH v2 0/5] Generic IOMMU page table framework Date: Mon, 19 Jan 2015 13:18:43 +0000 Message-ID: <20150119131843.GJ32131@arm.com> References: <1420811657-21321-1-git-send-email-will.deacon@arm.com> <20150116140130.GQ7091@arm.com> <20150119130940.GJ6343@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: <20150119130940.GJ6343-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: "joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org" Cc: "iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org" , "laurent.pinchart-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org" , "Varun.Sethi-KZfg59tc24xl57MIdRCFDg@public.gmane.org" , "prem.mallappa-dY08KVG/lbpWk0Htik3J/w@public.gmane.org" , Robin Murphy , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" List-Id: iommu@lists.linux-foundation.org Hi Joerg, Thanks for the reply. On Mon, Jan 19, 2015 at 01:09:41PM +0000, joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.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