commit | d5898e19c0d74cd41b9f5c8c8ea87e559c3fe0c1 | [log] [tgz] |
---|---|---|
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | Tue Apr 17 17:20:02 2018 +0300 |
committer | Mark Brown <broonie@kernel.org> | Tue Apr 17 17:11:30 2018 +0100 |
tree | 14ec18efa05a7168123c039caf10144230cf2fb1 | |
parent | 8ae55af38817a0e0a9bd2987c4e5aa40db4ce5dd [diff] |
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>