Re: [PATCH 26/32] ARM: ux500: Supply UART's DMA configuration via Device Tree

2013-04-25 Thread Linus Walleij
On Thu, Apr 18, 2013 at 12:12 PM, Lee Jones wrote: > When requesting a channel, a DMA client needs to pass some pieces of > information such as; request channel, device type, channel type and > direction etc. Normally we do this in the form of platform data, but > when DT is enabled we need to

Re: [PATCH 26/32] ARM: ux500: Supply UART's DMA configuration via Device Tree

2013-04-25 Thread Linus Walleij
On Thu, Apr 18, 2013 at 12:12 PM, Lee Jones lee.jo...@linaro.org wrote: When requesting a channel, a DMA client needs to pass some pieces of information such as; request channel, device type, channel type and direction etc. Normally we do this in the form of platform data, but when DT is

[PATCH 26/32] ARM: ux500: Supply UART's DMA configuration via Device Tree

2013-04-18 Thread Lee Jones
When requesting a channel, a DMA client needs to pass some pieces of information such as; request channel, device type, channel type and direction etc. Normally we do this in the form of platform data, but when DT is enabled we need to pass it using the driver's bindings instead. Signed-off-by:

[PATCH 26/32] ARM: ux500: Supply UART's DMA configuration via Device Tree

2013-04-18 Thread Lee Jones
When requesting a channel, a DMA client needs to pass some pieces of information such as; request channel, device type, channel type and direction etc. Normally we do this in the form of platform data, but when DT is enabled we need to pass it using the driver's bindings instead. Signed-off-by: