The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.19-rc3 for you to fetch changes up to 419bc8f681a0dc63588cee693b6d45e7caa6006c: spi: rockchip: Unmask IRQ at the final to avoid preemption (2022-06-20 11:35:43 +0100) ---------------------------------------------------------------- spi: Fixes for v5.19 A bunch of driver specific fixes, plus a fix for spi-mem's status polling for devices that use GPIO chip selects and a DT bindings examples fix that helps with the validation work. ---------------------------------------------------------------- Jon Lin (1): spi: rockchip: Unmask IRQ at the final to avoid preemption Lars-Peter Clausen (1): spi: cadence: Detect transmit FIFO depth Patrice Chotard (1): spi: spi-mem: Fix spi_mem_poll_status() Rob Herring (1): spi: dt-bindings: Fix unevaluatedProperties warnings in examples Sai Krishna Potthuri (1): spi: spi-cadence: Fix SPI CS gets toggling sporadically .../bindings/spi/microchip,mpfs-spi.yaml | 1 - .../bindings/spi/qcom,spi-geni-qcom.yaml | 1 - drivers/spi/spi-cadence.c | 37 ++++++++++++++++++---- drivers/spi/spi-mem.c | 2 +- drivers/spi/spi-rockchip.c | 11 ++++--- 5 files changed, 39 insertions(+), 13 deletions(-)