The following changes since commit 44ea62813f0ab3d718de480504f4dfd0bdd01858: spi: don't include ptp_clock_kernel.h in spi.h (2022-01-07 17:14:30 +0000) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.17-rc2 for you to fetch changes up to f83a96e5f033fbbd21764705cb9c04234b96218e: spi: mediatek: Avoid NULL pointer crash in interrupt (2022-01-31 15:24:05 +0000) ---------------------------------------------------------------- spi: Fixes for v5.17 There are quite a few fixes that have accumilated since the merge window here, all driver specific and none super urgent, plus a new device ID for the Rockchip driver. ---------------------------------------------------------------- Alain Volmat (2): spi: stm32: remove inexistant variables in struct stm32_spi_cfg comment spi: stm32: make SPI_MASTER_MUST_TX flags only specific to STM32F4 Benjamin Gaignard (1): spi: mediatek: Avoid NULL pointer crash in interrupt Dongliang Mu (1): spi: change clk_disable_unprepare to clk_unprepare Kamal Dasu (1): spi: bcm-qspi: check for valid cs before applying chip select Kunihiko Hayashi (1): spi: uniphier: Fix a bug that doesn't point to private data correctly Miaoqian Lin (1): spi: meson-spicc: add IRQ check in meson_spicc_probe Nicolas Frattaroli (1): spi: spi-rockchip: Add rk3568-spi compatible Patrice Chotard (1): spi: stm32-qspi: Update spi registering Rob Herring (1): spi: dt-bindings: Fix 'reg' child node schema Xin Xiong (1): spi: uniphier: fix reference count leak in uniphier_spi_probe() .../bindings/spi/spi-peripheral-props.yaml | 5 ++- .../devicetree/bindings/spi/spi-rockchip.yaml | 1 + drivers/spi/spi-armada-3700.c | 2 +- drivers/spi/spi-bcm-qspi.c | 2 +- drivers/spi/spi-meson-spicc.c | 5 +++ drivers/spi/spi-mt65xx.c | 2 +- drivers/spi/spi-stm32-qspi.c | 47 ++++++++-------------- drivers/spi/spi-stm32.c | 7 ++-- drivers/spi/spi-uniphier.c | 29 ++++++++----- 9 files changed, 53 insertions(+), 47 deletions(-)