The following changes since commit c45c1e82bba130db4f19d9dbc1deefcf4ea994ed: spi: spi-bcm2835: Fix deadlock (2021-07-20 13:34:05 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.14-rc4 for you to fetch changes up to 0395be967b067d99494113d78470574e86a02ed4: spi: cadence-quadspi: Fix check condition for DTR ops (2021-08-05 20:18:10 +0100) ---------------------------------------------------------------- spi: Fixes for v5.14 A small collection of fixes for SPI, small mostly driver specific things plus a fix for module autoloading which hadn't been working properly for DT systems. ---------------------------------------------------------------- Andreas Schwab (1): spi: update modalias_show after of_device_uevent_modalias support Apurva Nandan (1): spi: cadence-quadspi: Fix check condition for DTR ops Dongliang Mu (1): spi: meson-spicc: fix memory leak in meson_spicc_remove Guenter Roeck (1): spi: mediatek: Fix fifo transfer Marek Vasut (2): spi: imx: mx51-ecspi: Fix low-speed CONFIGREG delay calculation spi: imx: mx51-ecspi: Fix CONFIGREG delay comment Uwe Kleine-König (1): spi: spi-mux: Add module info needed for autoloading drivers/spi/spi-cadence-quadspi.c | 21 ++++++++++++++++++--- drivers/spi/spi-imx.c | 18 ++++++++++++++++-- drivers/spi/spi-meson-spicc.c | 2 ++ drivers/spi/spi-mt65xx.c | 19 +++++-------------- drivers/spi/spi-mux.c | 8 ++++++++ drivers/spi/spi.c | 4 ++++ 6 files changed, 53 insertions(+), 19 deletions(-)