Commits
Merge remote-tracking branches 'spi/fix/armada', 'spi/fix/axi', 'spi/fix/davinci', 'spi/fix/dw', 'spi/fix/fsl-dspi' and 'spi/fix/pxa2xx' into spi-linus
Showing diff tocf1716e9dae
- Dan Carpenter committed 42cd4ed8883spi: armada-3700: Set mode bits correctly We set SPI_RX_DUAL twice instead of setting ...
- Christophe JAILLET committed 9620ca90115spi: spi-axi: Free resources on error path We should go to 'err_put_master' here inste...
- Kevin Hilman committed c5a2a394835spi: davinci: use dma_mapping_error() The correct error checking for dma_map_single() ...
- Andy Shevchenko committed cf1716e9daespi: dw-mid: switch to new dmaengine_terminate_* API (part 2) The commit a3ff9582369e ...
- Geert Uytterhoeven committed dadab2d4e3cspi: SPI_FSL_DSPI should depend on HAS_DMA If NO_DMA=y: ERROR: "bad_dma_ops" [dri...
- Andy Shevchenko committed a2dd8af00caspi: pxa2xx: add missed break The commit 7c7289a40425 ("spi: pxa2xx: Default threshold...