Re: [PATCH v2 2/8] iommu/tegra: gart: Provide access to Memory Controller driver

2018-08-09 Thread Dmitry Osipenko
On Thursday, 9 August 2018 17:52:06 MSK Thierry Reding wrote: > On Thu, Aug 09, 2018 at 05:22:59PM +0300, Dmitry Osipenko wrote: > > On Thursday, 9 August 2018 16:59:24 MSK Thierry Reding wrote: > > > On Thu, Aug 09, 2018 at 02:39:03PM +0300, Dmitry Osipenko wrote: > > > > On Thursday, 9 August 201

Re: [PATCH v2 2/8] iommu/tegra: gart: Provide access to Memory Controller driver

2018-08-09 Thread Thierry Reding
On Thu, Aug 09, 2018 at 05:22:59PM +0300, Dmitry Osipenko wrote: > On Thursday, 9 August 2018 16:59:24 MSK Thierry Reding wrote: > > On Thu, Aug 09, 2018 at 02:39:03PM +0300, Dmitry Osipenko wrote: > > > On Thursday, 9 August 2018 14:17:46 MSK Thierry Reding wrote: > > > > On Sat, Aug 04, 2018 at 0

Re: [PATCH v2 2/8] iommu/tegra: gart: Provide access to Memory Controller driver

2018-08-09 Thread Dmitry Osipenko
On Thursday, 9 August 2018 16:59:24 MSK Thierry Reding wrote: > On Thu, Aug 09, 2018 at 02:39:03PM +0300, Dmitry Osipenko wrote: > > On Thursday, 9 August 2018 14:17:46 MSK Thierry Reding wrote: > > > On Sat, Aug 04, 2018 at 05:29:57PM +0300, Dmitry Osipenko wrote: > > > > GART contain registers ne

Re: [PATCH v2 2/8] iommu/tegra: gart: Provide access to Memory Controller driver

2018-08-09 Thread Thierry Reding
On Thu, Aug 09, 2018 at 02:39:03PM +0300, Dmitry Osipenko wrote: > On Thursday, 9 August 2018 14:17:46 MSK Thierry Reding wrote: > > On Sat, Aug 04, 2018 at 05:29:57PM +0300, Dmitry Osipenko wrote: > > > GART contain registers needed by the Memory Controller driver, provide > > > access to the MC d

Re: [PATCH v2 2/8] iommu/tegra: gart: Provide access to Memory Controller driver

2018-08-09 Thread Dmitry Osipenko
On Thursday, 9 August 2018 14:17:46 MSK Thierry Reding wrote: > On Sat, Aug 04, 2018 at 05:29:57PM +0300, Dmitry Osipenko wrote: > > GART contain registers needed by the Memory Controller driver, provide > > access to the MC driver by utilizing its GART-integration facility. > > > > Signed-off-by:

Re: [PATCH v2 2/8] iommu/tegra: gart: Provide access to Memory Controller driver

2018-08-09 Thread Thierry Reding
On Sat, Aug 04, 2018 at 05:29:57PM +0300, Dmitry Osipenko wrote: > GART contain registers needed by the Memory Controller driver, provide > access to the MC driver by utilizing its GART-integration facility. > > Signed-off-by: Dmitry Osipenko > --- > drivers/iommu/tegra-gart.c | 23 +

[PATCH v2 2/8] iommu/tegra: gart: Provide access to Memory Controller driver

2018-08-04 Thread Dmitry Osipenko
GART contain registers needed by the Memory Controller driver, provide access to the MC driver by utilizing its GART-integration facility. Signed-off-by: Dmitry Osipenko --- drivers/iommu/tegra-gart.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/drivers/iommu/tegr