The following changes since commit 4221a2bec2189275f3f49492a73221498ae6d131: spi: Merge up old fix (2023-09-19 13:17:52 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.6-rc3 for you to fetch changes up to 1a8196a93e493c0a50b800cb09cef60b124eee15: spi: spi-gxp: BUG: Correct spi write return value (2023-09-27 17:06:36 +0200) ---------------------------------------------------------------- spi: Fixes for v6.6 A small set of device specific fixes, the most major one is for the GXP driver which would probably have been confusing some callers with returning the length rather than 0 on successful writes. ---------------------------------------------------------------- Charles Kearney (1): spi: spi-gxp: BUG: Correct spi write return value Charles Keepax (1): spi: cs42l43: Remove spurious pm_runtime_disable Fabio Estevam (1): dt-bindings: spi: fsl-imx-cspi: Document missing entries Documentation/devicetree/bindings/spi/fsl-imx-cspi.yaml | 7 +++++++ drivers/spi/spi-cs42l43.c | 1 - drivers/spi/spi-gxp.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-)