Re: [PATCH RFC v5 4/5] dma: mpc512x: register for device tree channel lookup

2013-11-18 Thread Mark Rutland
On Mon, Nov 18, 2013 at 02:31:54PM +, Arnd Bergmann wrote: > On Monday 18 November 2013, Mark Rutland wrote: > > > +++ b/Documentation/devicetree/bindings/dma/mpc512x-dma.txt > > > @@ -0,0 +1,55 @@ > > > +* Freescale MPC512x DMA Controller > > > + > > > +The DMA controller in the Freescale MPC5

Re: [PATCH RFC v5 4/5] dma: mpc512x: register for device tree channel lookup

2013-11-18 Thread Arnd Bergmann
On Monday 18 November 2013, Mark Rutland wrote: > > +++ b/Documentation/devicetree/bindings/dma/mpc512x-dma.txt > > @@ -0,0 +1,55 @@ > > +* Freescale MPC512x DMA Controller > > + > > +The DMA controller in the Freescale MPC512x SoC can move blocks of > > +memory contents between memory and peripher

Re: [PATCH RFC v5 4/5] dma: mpc512x: register for device tree channel lookup

2013-11-18 Thread Mark Rutland
On Fri, Nov 01, 2013 at 07:19:33AM +, Alexander Popov wrote: > From: Gerhard Sittig > > register the controller for device tree based lookup of DMA channels > (non-fatal for backwards compatibility with older device trees), provide > the '#dma-cells' property in the shared mpc5121.dtsi file,

[PATCH RFC v5 4/5] dma: mpc512x: register for device tree channel lookup

2013-11-01 Thread Alexander Popov
From: Gerhard Sittig register the controller for device tree based lookup of DMA channels (non-fatal for backwards compatibility with older device trees), provide the '#dma-cells' property in the shared mpc5121.dtsi file, and introduce a bindings document for the MPC512x DMA controller Signed-of