Re: [PATCH v4 0/7] iommu: split mapping to page sizes as supported by the hardware

2011-11-08 Thread Ohad Ben-Cohen
On Tue, Nov 8, 2011 at 6:23 PM, Joerg Roedel wrote: > Does not apply cleanly. Can you please rebase against v3.2-rc1 and > resend? sure! will refresh and resend. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majord...@vger.kernel.org More ma

Re: [PATCH v4 0/7] iommu: split mapping to page sizes as supported by the hardware

2011-11-08 Thread Joerg Roedel
On Tue, Nov 08, 2011 at 04:03:09PM +0200, Ohad Ben-Cohen wrote: > On Tue, Nov 8, 2011 at 4:01 PM, Joerg Roedel wrote: > > On Tue, Nov 08, 2011 at 02:57:02PM +0200, Ohad Ben-Cohen wrote: > >> Joerg, gentle reminder. thanks. > > > > Just wanted to wait until -rc1 is out and I can start merging > > n

Re: [PATCH v4 0/7] iommu: split mapping to page sizes as supported by the hardware

2011-11-08 Thread Ohad Ben-Cohen
On Tue, Nov 8, 2011 at 4:01 PM, Joerg Roedel wrote: > On Tue, Nov 08, 2011 at 02:57:02PM +0200, Ohad Ben-Cohen wrote: >> Joerg, gentle reminder. thanks. > > Just wanted to wait until -rc1 is out and I can start merging > new stuff :) np, thanks :) -- To unsubscribe from this list: send the line "

Re: [PATCH v4 0/7] iommu: split mapping to page sizes as supported by the hardware

2011-11-08 Thread Joerg Roedel
On Tue, Nov 08, 2011 at 02:57:02PM +0200, Ohad Ben-Cohen wrote: > Joerg, gentle reminder. thanks. Just wanted to wait until -rc1 is out and I can start merging new stuff :) Joerg -- AMD Operating System Research Center Advanced Micro Devices GmbH Einsteinring 24 85609 Dornach General

Re: [PATCH v4 0/7] iommu: split mapping to page sizes as supported by the hardware

2011-11-08 Thread Ohad Ben-Cohen
Joerg, gentle reminder. thanks. On Mon, Oct 17, 2011 at 1:27 PM, Ohad Ben-Cohen wrote: > v3->v4: > - simplify splitter logic (Joerg) > - declare supported page-sizes in the iommu_ops, without extending > iommu_register (Joerg) > - iommu_unmap should now return bytes too (Joerg) > - don't cache m

[PATCH v4 0/7] iommu: split mapping to page sizes as supported by the hardware

2011-10-17 Thread Ohad Ben-Cohen
v3->v4: - simplify splitter logic (Joerg) - declare supported page-sizes in the iommu_ops, without extending iommu_register (Joerg) - iommu_unmap should now return bytes too (Joerg) - don't cache min_pgsize anymore (Joerg) - handle cases when ->unmap() actually unmaps more than requested (Joerg) -