Re: [PATCH v6 00/21] IOMMU: Tegra GART driver clean up and optimization

2018-12-12 Thread Dmitry Osipenko
On 12.12.2018 13:43, Joerg Roedel wrote: > Hi Thierry, Hi Dmitry, > > On Wed, Dec 12, 2018 at 11:24:15AM +0100, Thierry Reding wrote: >> So appart from the one issue in the "memory controller integration" >> patch this looks good and I've acked the remaining patches. Once the one >> remaining

Re: [PATCH v6 00/21] IOMMU: Tegra GART driver clean up and optimization

2018-12-12 Thread Joerg Roedel
Hi Thierry, Hi Dmitry, On Wed, Dec 12, 2018 at 11:24:15AM +0100, Thierry Reding wrote: > So appart from the one issue in the "memory controller integration" > patch this looks good and I've acked the remaining patches. Once the one > remaining issue is fixed I think this is ready to be merged. >

Re: [PATCH v6 00/21] IOMMU: Tegra GART driver clean up and optimization

2018-12-12 Thread Thierry Reding
On Tue, Dec 11, 2018 at 10:53:17AM +0100, Joerg Roedel wrote: > On Sun, Dec 09, 2018 at 11:29:29PM +0300, Dmitry Osipenko wrote: > > Dmitry Osipenko (21): > > iommu/tegra: gart: Remove pr_fmt and clean up includes > > iommu/tegra: gart: Clean up driver probe errors handling > > iommu/tegra:

[PATCH v6 00/21] IOMMU: Tegra GART driver clean up and optimization

2018-12-09 Thread Dmitry Osipenko
Hello, This patch-series integrates the GART (IOMMU) driver with the Memory Controller driver, that allows to report the name of a faulty memory client on GART page fault. A major code clean up and performance optimization is performed in this series as well. Changelog: v6: v5 that is re-based