Re: [PATCH v3 2/7] of: introduce of_dma_get_range() helper

2014-05-01 Thread Rob Herring
On Thu, Apr 24, 2014 at 10:30 AM, Santosh Shilimkar wrote: > From: Grygorii Strashko > > The of_dma_get_range() allows to find "dma-range" property for > the specified device and parse it. > dma-ranges format: >DMA addr (dma_addr) : naddr cells >CPU addr (phys_addr_t) :

Re: [PATCH v3 2/7] of: introduce of_dma_get_range() helper

2014-05-01 Thread Rob Herring
On Thu, Apr 24, 2014 at 10:30 AM, Santosh Shilimkar santosh.shilim...@ti.com wrote: From: Grygorii Strashko grygorii.stras...@ti.com The of_dma_get_range() allows to find dma-range property for the specified device and parse it. dma-ranges format: DMA addr (dma_addr) : naddr

[PATCH v3 2/7] of: introduce of_dma_get_range() helper

2014-04-24 Thread Santosh Shilimkar
From: Grygorii Strashko The of_dma_get_range() allows to find "dma-range" property for the specified device and parse it. dma-ranges format: DMA addr (dma_addr) : naddr cells CPU addr (phys_addr_t) : pna cells size : nsize cells Cc: Greg

[PATCH v3 2/7] of: introduce of_dma_get_range() helper

2014-04-24 Thread Santosh Shilimkar
From: Grygorii Strashko grygorii.stras...@ti.com The of_dma_get_range() allows to find dma-range property for the specified device and parse it. dma-ranges format: DMA addr (dma_addr) : naddr cells CPU addr (phys_addr_t) : pna cells size : nsize