Re: [PATCH v2 0/5] Generic IOMMU page table framework

2015-01-19 Thread j...@8bytes.org
On Mon, Jan 19, 2015 at 03:56:42PM +0200, Laurent Pinchart wrote: > Yes, and I've rebased them (or actually it, it's a single patch) on v2. I > haven't had time to test the result yet, I'll try to do so later tonight or > tomorrow. Great! Would be good if this can go upstream with more than one

Re: [PATCH v2 0/5] Generic IOMMU page table framework

2015-01-19 Thread Laurent Pinchart
Hi Will, On Monday 19 January 2015 13:18:43 Will Deacon wrote: > On Mon, Jan 19, 2015 at 01:09:41PM +, j...@8bytes.org wrote: > > On Fri, Jan 16, 2015 at 02:01:31PM +, Will Deacon wrote: > >> I've not received any feedback on this revision of the series, but it's > >> working well for me a

Re: [PATCH v2 0/5] Generic IOMMU page table framework

2015-01-19 Thread Will Deacon
Hi Joerg, Thanks for the reply. On Mon, Jan 19, 2015 at 01:09:41PM +, j...@8bytes.org wrote: > On Fri, Jan 16, 2015 at 02:01:31PM +, 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

Re: [PATCH v2 0/5] Generic IOMMU page table framework

2015-01-19 Thread j...@8bytes.org
Hi Will, On Fri, Jan 16, 2015 at 02:01:31PM +, 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 > any

Re: [PATCH v2 0/5] Generic IOMMU page table framework

2015-01-16 Thread Will Deacon
On Fri, Jan 09, 2015 at 01:54:12PM +, Will Deacon wrote: > This is version two of the patch series I originally posted here: > > v1: > http://lists.infradead.org/pipermail/linux-arm-kernel/2014-November/306786.html > > Changes since v1 include: > > - Separated 32-bit and 64-bit regimes >

[PATCH v2 0/5] Generic IOMMU page table framework

2015-01-09 Thread Will Deacon
Hello, This is version two of the patch series I originally posted here: v1: http://lists.infradead.org/pipermail/linux-arm-kernel/2014-November/306786.html Changes since v1 include: - Separated 32-bit and 64-bit regimes - Limited pgd allocation when a full page is not required - Addition