Re: [PATCH v4 0/5] memory: Introduce memory controller mini-framework

2020-02-13 Thread Maxime Ripard
On Thu, Feb 13, 2020 at 07:15:55PM +0100, Thierry Reding wrote: > On Thu, Feb 13, 2020 at 05:23:23PM +, Robin Murphy wrote: > > [+ Maxime] > > > > On 13/02/2020 4:39 pm, Thierry Reding wrote: > > > From: Thierry Reding > > > > > > Hi, > > > > > > this set of patches adds a new binding that

Re: [PATCH v4 0/5] memory: Introduce memory controller mini-framework

2020-02-13 Thread Thierry Reding
On Thu, Feb 13, 2020 at 05:23:23PM +, Robin Murphy wrote: > [+ Maxime] > > On 13/02/2020 4:39 pm, Thierry Reding wrote: > > From: Thierry Reding > > > > Hi, > > > > this set of patches adds a new binding that allows device tree nodes to > > explicitly define the DMA parent for a given

Re: [PATCH v4 0/5] memory: Introduce memory controller mini-framework

2020-02-13 Thread Robin Murphy
[+ Maxime] On 13/02/2020 4:39 pm, Thierry Reding wrote: From: Thierry Reding Hi, this set of patches adds a new binding that allows device tree nodes to explicitly define the DMA parent for a given device. This supplements the existing interconnect bindings and is useful to disambiguate in

[PATCH v4 0/5] memory: Introduce memory controller mini-framework

2020-02-13 Thread Thierry Reding
From: Thierry Reding Hi, this set of patches adds a new binding that allows device tree nodes to explicitly define the DMA parent for a given device. This supplements the existing interconnect bindings and is useful to disambiguate in the case where a device has multiple paths to system memory.