Searched hist:cddb339badb03dd96a5272195eec17e7899df154 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A D | spi-pxa2xx-dma.c | diff cddb339badb03dd96a5272195eec17e7899df154 Mon May 13 05:45:10 CDT 2013 Mika Westerberg <mika.westerberg@linux.intel.com> 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>
|
H A D | spi-pxa2xx.c | diff cddb339badb03dd96a5272195eec17e7899df154 Mon May 13 05:45:10 CDT 2013 Mika Westerberg <mika.westerberg@linux.intel.com> 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>
|