[PATCH 4/4] serial: pl011: use generic DMA slave configuration if possible

2013-02-15 Thread Arnd Bergmann
With the new OF DMA binding, it is possible to completely avoid the need for platform_data for configuring a DMA channel. In cases where the platform has already been converted, calling dma_request_slave_channel should get all the necessary information from the device tree. This also adds a

[PATCH 4/4] serial: pl011: use generic DMA slave configuration if possible

2013-02-15 Thread Arnd Bergmann
With the new OF DMA binding, it is possible to completely avoid the need for platform_data for configuring a DMA channel. In cases where the platform has already been converted, calling dma_request_slave_channel should get all the necessary information from the device tree. This also adds a