-
remoteproc-3.11-fixes95cee62c · ·
Trivial remoteproc fixes by Suman Anna, Wei Yongjun and Thomas Meyer.
-
spi-v3.11ed893559 · ·
spi: Updates for v3.11 A fairly quiet release for the SPI subsystem, the standout changes being: - Core support for implementing bits per word constraints implemented by Stephen Warren, factoring some code out of drivers. - Addition of polling mode support for the s3c64xx driver as some newer Exynos systems have taken the unusual step of removing interrupt support. - Use of the in-IP FIFO and generic dmaengine support for the OMAP2 driver, providing improved performance. - Conversion of the mpc512x driver to use the core message queue infrastructure. The nicest thing being that all the factoring out into common code leads to a negative diffstat overall.
-
spi-v3.10-rc7332ec81d · ·
spi: Updates for v3.10 A few last minute SPI updates: fix a missized allocation and use atomic allocations in atomic context in the PXA driver, and fix the checking of return codes in the S3C64xx driver which caused spurious errors under heavy load.