[PATCH v4] dmaengine: sirf: enable generic dt binding for dma channels
From: arnd@arndb.de (Arnd Bergmann)
Date: 2014-03-18 12:20:01
Also in:
linux-devicetree
On Monday 17 March 2014, Vinod Koul wrote:
On Sat, Mar 01, 2014 at 10:49:18AM +0800, Barry Song wrote:quoted
2014-01-20 17:35 GMT+08:00 Barry Song [off-list ref]:quoted
2014/1/20 Vinod Koul [off-list ref]:quoted
On Wed, Jan 08, 2014 at 10:12:49PM +0800, Barry Song wrote:quoted
From: Barry Song <redacted> move to support of_dma_request_slave_channel() and dma_request_slave_channel. we add a xlate() to let dma clients be able to find right dma_chan by generic "dmas" properties in dts. Cc: Mark Rutland <mark.rutland@arm.com> Cc: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Barry Song <redacted>Look okay, need an ACk from DT maintainers before I can apply...Hi Vinod, v5 is sent to devicetree list and there is no object. http://www.spinics.net/lists/devicetree/msg19677.html this patch is using general dt-binding for dma completely same with other dma drivers, there is no special binding here. so i think there is no reason to wait for merging since now updates for its clients e.g. SPI, UART have been in 3.14-rc.I still need the ack for DT folks... Seems still missing :(
I thought I'd looked at it before. The wording of the binding document could be clarified a little, but the binding itself is absolutely reasonable and the implementation looks correct. I would suggest you merge it as is. Acked-by: Arnd Bergmann <arnd@arndb.de> Arnd