Skip to content
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.