Searched hist:d5898e19c0d74cd41b9f5c8c8ea87e559c3fe0c1 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/spi/ |
H A D | spi-pxa2xx-dma.c | diff d5898e19c0d74cd41b9f5c8c8ea87e559c3fe0c1 Tue Apr 17 09:20:02 CDT 2018 Jarkko Nikula <jarkko.nikula@linux.intel.com> spi: pxa2xx: Use core message processing loop
Convert the pump_transfers() transfer tasklet to transfer_one() hook the SPI core calls to process single transfer instead of handling message processing and chip select handling in the driver. This not only simplifies the driver but also brings transfer statistics from the core.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
|
H A D | spi-pxa2xx.h | diff d5898e19c0d74cd41b9f5c8c8ea87e559c3fe0c1 Tue Apr 17 09:20:02 CDT 2018 Jarkko Nikula <jarkko.nikula@linux.intel.com> spi: pxa2xx: Use core message processing loop
Convert the pump_transfers() transfer tasklet to transfer_one() hook the SPI core calls to process single transfer instead of handling message processing and chip select handling in the driver. This not only simplifies the driver but also brings transfer statistics from the core.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
|
H A D | spi-pxa2xx.c | diff d5898e19c0d74cd41b9f5c8c8ea87e559c3fe0c1 Tue Apr 17 09:20:02 CDT 2018 Jarkko Nikula <jarkko.nikula@linux.intel.com> spi: pxa2xx: Use core message processing loop
Convert the pump_transfers() transfer tasklet to transfer_one() hook the SPI core calls to process single transfer instead of handling message processing and chip select handling in the driver. This not only simplifies the driver but also brings transfer statistics from the core.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
|