Re: [PATCH] mtd: nand: pxa3xx_nand: fix dmaengine initialization

2016-03-04 Thread Brian Norris
On Fri, Feb 12, 2016 at 11:29:04PM +0100, Robert Jarzmik wrote: > When the driver is initialized in a pure device-tree platform, the > driver's probe fails allocating the dma channel : > [ 525.624435] pxa3xx-nand 4310.nand: no resource defined for data DMA > [ 525.632088] pxa3xx-nand 4310

Re: [PATCH] mtd: nand: pxa3xx_nand: fix dmaengine initialization

2016-02-28 Thread Ezequiel Garcia
On 27 February 2016 at 07:45, Robert Jarzmik wrote: > Ezequiel Garcia writes: > >> On 12 February 2016 at 19:29, Robert Jarzmik wrote: >>> When the driver is initialized in a pure device-tree platform, the >>> driver's probe fails allocating the dma channel : >>> [ 525.624435] pxa3xx-nand 43100

Re: [PATCH] mtd: nand: pxa3xx_nand: fix dmaengine initialization

2016-02-27 Thread Robert Jarzmik
Ezequiel Garcia writes: > On 12 February 2016 at 19:29, Robert Jarzmik wrote: >> When the driver is initialized in a pure device-tree platform, the >> driver's probe fails allocating the dma channel : >> [ 525.624435] pxa3xx-nand 4310.nand: no resource defined for data DMA >> [ 525.632088]

Re: [PATCH] mtd: nand: pxa3xx_nand: fix dmaengine initialization

2016-02-26 Thread Ezequiel Garcia
On 12 February 2016 at 19:29, Robert Jarzmik wrote: > When the driver is initialized in a pure device-tree platform, the > driver's probe fails allocating the dma channel : > [ 525.624435] pxa3xx-nand 4310.nand: no resource defined for data DMA > [ 525.632088] pxa3xx-nand 4310.nand: allo

[PATCH] mtd: nand: pxa3xx_nand: fix dmaengine initialization

2016-02-12 Thread Robert Jarzmik
When the driver is initialized in a pure device-tree platform, the driver's probe fails allocating the dma channel : [ 525.624435] pxa3xx-nand 4310.nand: no resource defined for data DMA [ 525.632088] pxa3xx-nand 4310.nand: alloc nand resource failed The reason is that the DMA IO resourc