The following changes since commit 0ad2507d5d93f39619fc42372c347d6006b64319: Linux 6.14-rc3 (2025-02-16 14:02:44 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.14-rc6 for you to fetch changes up to 91cf42c63f2d8a9c1bcdfe923218e079b32e1a69: spi: microchip-core: prevent RX overflows when transmit size > FIFO size (2025-03-03 12:10:03 +0000) ---------------------------------------------------------------- spi: Fixes for v6.14 A couple of driver specific fixes, an error handling fix for the Atmel QuadSPI driver and a fix for a nasty synchronisation issue in the data path for the Microchip driver which affects larger transfers. There's also a MAINTAINERS update for the Samsung driver. ---------------------------------------------------------------- Claudiu Beznea (1): spi: atmel-quadspi: remove references to runtime PM on error path Conor Dooley (1): spi: microchip-core: prevent RX overflows when transmit size > FIFO size Tudor Ambarus (1): MAINTAINERS: add tambarus as R for Samsung SPI MAINTAINERS | 1 + drivers/spi/atmel-quadspi.c | 5 +---- drivers/spi/spi-microchip-core.c | 41 ++++++++++++++++++---------------------- 3 files changed, 20 insertions(+), 27 deletions(-)