Re: [PATCH 0/7] sunxi: Add DT representation for the MBUS controller

2018-05-31 Thread Maxime Ripard
On Mon, Apr 09, 2018 at 11:22:29AM +0200, Maxime Ripard wrote: > Hi Rob, > > On Tue, Apr 03, 2018 at 11:03:30AM -0500, Rob Herring wrote: > > On Tue, Apr 3, 2018 at 8:29 AM, Maxime Ripard > > wrote: > > > Hi, > > > > > > We've had for quite some time to hack around in our drivers to take into >

Re: [PATCH 0/7] sunxi: Add DT representation for the MBUS controller

2018-04-09 Thread Maxime Ripard
Hi Rob, On Tue, Apr 03, 2018 at 11:03:30AM -0500, Rob Herring wrote: > On Tue, Apr 3, 2018 at 8:29 AM, Maxime Ripard > wrote: > > Hi, > > > > We've had for quite some time to hack around in our drivers to take into > > account the fact that our DMA accesses are not done through the parent > > no

Re: [PATCH 0/7] sunxi: Add DT representation for the MBUS controller

2018-04-03 Thread Rob Herring
On Tue, Apr 3, 2018 at 8:29 AM, Maxime Ripard wrote: > Hi, > > We've had for quite some time to hack around in our drivers to take into > account the fact that our DMA accesses are not done through the parent > node, but through another bus with a different mapping than the CPU for the > RAM (0 in

[PATCH 0/7] sunxi: Add DT representation for the MBUS controller

2018-04-03 Thread Maxime Ripard
Hi, We've had for quite some time to hack around in our drivers to take into account the fact that our DMA accesses are not done through the parent node, but through another bus with a different mapping than the CPU for the RAM (0 instead of 0x4000 for most SoCs). After some discussion after