Re: [PATCH 1/8] dt-bindings: stm32: add bindings for ML-AHB interconnect

2019-04-03 Thread Rob Herring
On Fri, Mar 29, 2019 at 10:59 AM Fabien DESSENNE wrote: > > Hi Rob, > > Let me clarify the context and the reason of the proposed approach. > > The remoteproc framework deals with 'carveout' memory regions. > From the remoteproc_core.c: > > * Some remote processors will ask us to allocate

Re: [PATCH 1/8] dt-bindings: stm32: add bindings for ML-AHB interconnect

2019-03-29 Thread Fabien DESSENNE
Hi Rob, Let me clarify the context and the reason of the proposed approach. The remoteproc framework deals with 'carveout' memory regions. From the remoteproc_core.c:  * Some remote processors will ask us to allocate them physically contiguous  * memory regions (which we call "carveouts"),

Re: [PATCH 1/8] dt-bindings: stm32: add bindings for ML-AHB interconnect

2019-03-27 Thread Rob Herring
On Tue, Mar 05, 2019 at 03:24:02PM +0100, Fabien Dessenne wrote: > Document the ML-AHB interconnect for stm32 SoCs. > > Signed-off-by: Fabien Dessenne > --- > .../devicetree/bindings/arm/stm32/mlahb.txt| 30 > ++ > 1 file changed, 30 insertions(+) > create mode

[PATCH 1/8] dt-bindings: stm32: add bindings for ML-AHB interconnect

2019-03-05 Thread Fabien Dessenne
Document the ML-AHB interconnect for stm32 SoCs. Signed-off-by: Fabien Dessenne --- .../devicetree/bindings/arm/stm32/mlahb.txt| 30 ++ 1 file changed, 30 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/stm32/mlahb.txt diff --git