Re: [PATCH v8 3/5] memory: mediatek: Add SMI driver

2016-02-18 Thread Philipp Zabel
Hi Joerg, Am Dienstag, den 16.02.2016, 17:26 +0100 schrieb Joerg Roedel: > On Tue, Feb 16, 2016 at 04:20:00PM +, Will Deacon wrote: > > I'm more than happy to bake a branch containing all the page table stuff, > > but Yong's stuff depends on it so I'll work with whatever is easiest for > > you

Re: [PATCH v8 3/5] memory: mediatek: Add SMI driver

2016-02-17 Thread Yong Wu
On Tue, 2016-02-16 at 15:11 +0100, Joerg Roedel wrote: > On Sun, Jan 31, 2016 at 12:00:41PM +0100, Matthias Brugger wrote: > > > > > > On 26/01/16 05:12, Yong Wu wrote: > > >This patch add SMI(Smart Multimedia Interface) driver. This driver > > >is responsible to enable/disable iommu and control

Re: [PATCH v8 3/5] memory: mediatek: Add SMI driver

2016-02-16 Thread Will Deacon
On Tue, Feb 16, 2016 at 05:26:41PM +0100, Joerg Roedel wrote: > On Tue, Feb 16, 2016 at 04:20:00PM +, Will Deacon wrote: > > I'm more than happy to bake a branch containing all the page table stuff, > > but Yong's stuff depends on it so I'll work with whatever is easiest for > > you. > > Okay,

Re: [PATCH v8 3/5] memory: mediatek: Add SMI driver

2016-02-16 Thread Joerg Roedel
On Tue, Feb 16, 2016 at 04:20:00PM +, Will Deacon wrote: > I'm more than happy to bake a branch containing all the page table stuff, > but Yong's stuff depends on it so I'll work with whatever is easiest for > you. Okay, to the best is if you would collect all the page table patches and send m

Re: [PATCH v8 3/5] memory: mediatek: Add SMI driver

2016-02-16 Thread Will Deacon
On Tue, Feb 16, 2016 at 05:10:09PM +0100, Joerg Roedel wrote: > On Tue, Feb 16, 2016 at 03:32:11PM +, Robin Murphy wrote: > > On 16/02/16 14:11, Joerg Roedel wrote: > > >On Sun, Jan 31, 2016 at 12:00:41PM +0100, Matthias Brugger wrote: > > >>On 26/01/16 05:12, Yong Wu wrote: > > >>>This patch a

Re: [PATCH v8 3/5] memory: mediatek: Add SMI driver

2016-02-16 Thread Joerg Roedel
On Tue, Feb 16, 2016 at 03:32:11PM +, Robin Murphy wrote: > Hi Joerg, > > On 16/02/16 14:11, Joerg Roedel wrote: > >On Sun, Jan 31, 2016 at 12:00:41PM +0100, Matthias Brugger wrote: > >> > >> > >>On 26/01/16 05:12, Yong Wu wrote: > >>>This patch add SMI(Smart Multimedia Interface) driver. This

Re: [PATCH v8 3/5] memory: mediatek: Add SMI driver

2016-02-16 Thread Robin Murphy
Hi Joerg, On 16/02/16 14:11, Joerg Roedel wrote: On Sun, Jan 31, 2016 at 12:00:41PM +0100, Matthias Brugger wrote: On 26/01/16 05:12, Yong Wu wrote: This patch add SMI(Smart Multimedia Interface) driver. This driver is responsible to enable/disable iommu and control the power domain and cloc

Re: [PATCH v8 3/5] memory: mediatek: Add SMI driver

2016-02-16 Thread Joerg Roedel
On Sun, Jan 31, 2016 at 12:00:41PM +0100, Matthias Brugger wrote: > > > On 26/01/16 05:12, Yong Wu wrote: > >This patch add SMI(Smart Multimedia Interface) driver. This driver > >is responsible to enable/disable iommu and control the power domain > >and clocks of each local arbiter. > > > >Signed

Re: [PATCH v8 3/5] memory: mediatek: Add SMI driver

2016-02-01 Thread Philipp Zabel
On Sun, Jan 31, 2016 at 12:00:41PM +0100, Matthias Brugger wrote: > > > On 26/01/16 05:12, Yong Wu wrote: > >This patch add SMI(Smart Multimedia Interface) driver. This driver > >is responsible to enable/disable iommu and control the power domain > >and clocks of each local arbiter. > > > >Signed

Re: [PATCH v8 3/5] memory: mediatek: Add SMI driver

2016-01-31 Thread Matthias Brugger
On 26/01/16 05:12, Yong Wu wrote: This patch add SMI(Smart Multimedia Interface) driver. This driver is responsible to enable/disable iommu and control the power domain and clocks of each local arbiter. Signed-off-by: Yong Wu Tested-by: Philipp Zabel --- Signed-off-by: Matthias Brugger J

Re: [PATCH v8 3/5] memory: mediatek: Add SMI driver

2016-01-28 Thread Daniel Kurtz via iommu
On Tue, Jan 26, 2016 at 12:12 PM, Yong Wu wrote: > This patch add SMI(Smart Multimedia Interface) driver. This driver > is responsible to enable/disable iommu and control the power domain > and clocks of each local arbiter. > > Signed-off-by: Yong Wu > Tested-by: Philipp Zabel Reviewed-by: Dani

[PATCH v8 3/5] memory: mediatek: Add SMI driver

2016-01-26 Thread Yong Wu
This patch add SMI(Smart Multimedia Interface) driver. This driver is responsible to enable/disable iommu and control the power domain and clocks of each local arbiter. Signed-off-by: Yong Wu Tested-by: Philipp Zabel --- drivers/memory/Kconfig | 8 ++ drivers/memory/Makefile| 1 + d