The following changes since commit e241e3f2bf975788a1b70dff2eb5180ca395b28e: Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost (2018-04-11 18:58:27 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git spi-fix-v4.17-rc5 for you to fetch changes up to bc519d9574618e47a0c788000fb78da95e18d953: spi: bcm2835aux: ensure interrupts are enabled for shared handler (2018-05-04 08:09:02 +0900) ---------------------------------------------------------------- spi: Fixes for v4.17 A small collection of fixes accumilated since the merge window, all fairly small and driver specific. ---------------------------------------------------------------- Andy Shevchenko (1): spi: pxa2xx: Allow 64-bit DMA Kamal Dasu (2): spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL Rob Herring (1): spi: bcm2835aux: ensure interrupts are enabled for shared handler Vladimir Zapolskiy (1): spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCR sxauwsk (1): spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo() wangbo (1): spi: imx: Update MODULE_DESCRIPTION to "SPI Controller driver" drivers/spi/spi-bcm-qspi.c | 28 ++++++++++++++++++---------- drivers/spi/spi-bcm2835aux.c | 5 +++++ drivers/spi/spi-cadence.c | 8 ++++++++ drivers/spi/spi-imx.c | 2 +- drivers/spi/spi-pxa2xx.h | 2 +- drivers/spi/spi-sh-msiof.c | 1 + 6 files changed, 34 insertions(+), 12 deletions(-)