dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan struct
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 25 May 2012 10:15:15 +0000 (11:15 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Jul 2012 13:15:50 +0000 (14:15 +0100)
commitad0de2ac3218d372149d89d9d5c5058aca6aa29b
treeb70423dd227d91bcce9f7cc3e14213db330aa1ce
parent6b16c8b161a01bf3d6d93ba53c32ebece60fec29
dmaengine: PL08x: move DMA signal muxing into pl08x_dma_chan struct

Move the signal handling out of the physical channel structure into
the virtual channel structure, where it should belong as it has more
to do with the virtual channel than the physical one.

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