]> Pileus Git - ~andy/linux/commit
spi/pxa2xx: convert to dma_request_slave_channel_compat()
authorMika Westerberg <mika.westerberg@linux.intel.com>
Mon, 13 May 2013 10:45:10 +0000 (13:45 +0300)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 13 May 2013 13:59:00 +0000 (17:59 +0400)
commitcddb339badb03dd96a5272195eec17e7899df154
treed11714017ae5d73c3bb3ead41bf2a53ce735e85f
parent6dc81f6fc0eaf0714bc6e959f8769705f41fd708
spi/pxa2xx: convert to dma_request_slave_channel_compat()

Now that we have these nice DMA API helper functions we can take advantage
of those instead of open-coding the channel/request line extraction from
ACPI. Use the _compat version which still allows passing the
channel/request line from platform data.

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/spi/spi-pxa2xx-dma.c
drivers/spi/spi-pxa2xx.c