I humbly present fixes for further issues found in the SPI driver for i.MX23/i.MX28.
The first patch rectifies the handling of DMA chaining in the driver, hopefully this time it's correct. Sadly, documentation on this matter is missing. The further patches are mostly code improvements, cleanups and fixes for minor details. Marek Vasut (4): mxs/spi: Fix issues when doing long continuous transfer mxs/spi: Increment the transfer length only if transfer succeeded mxs/spi: Decrement the DMA/PIO border mxs/spi: Rework the mxs_ssp_timeout to be more readable drivers/spi/spi-mxs.c | 165 +++++++++++++++++++++++++++++-------------------- 1 file changed, 99 insertions(+), 66 deletions(-) Cc: Chris Ball <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Grant Likely <[email protected]> Cc: Mark Brown <[email protected]> Cc: Shawn Guo <[email protected]> -- 1.7.10.4 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ spi-devel-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/spi-devel-general
