dmaengine: PL08x: split DMA signal muxing from channel alloc
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 25 May 2012 10:10:58 +0000 (11:10 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Jul 2012 13:15:49 +0000 (14:15 +0100)
commit6b16c8b161a01bf3d6d93ba53c32ebece60fec29
tree5d4c298dd854d071cfafc7ebe7b384414da7ab83
parentdc8d5f8de12146c8732d926a30e5f064d76061e0
dmaengine: PL08x: split DMA signal muxing from channel alloc

Split the DMA request mux signal handling from the physical channel
allocation code.  The physical channel has very little to do with the
DMA request input which will be used, so these should be two separate
operations.

Acked-by: Linus Walleij <linus.walleij@linaro.org>
Tested-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
drivers/dma/amba-pl08x.c