Commit 6e8e2f82bc26 for kernel
commit 6e8e2f82bc26d4b4ac9bc4f3abe99a5661a04009
Merge: 0fed89a961ea 91cf42c63f2d
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date: Wed Mar 12 11:47:24 2025 -1000
Merge tag 'spi-fix-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Pull spi fixes from Mark Brown:
"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"
* tag 'spi-fix-v6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
spi: microchip-core: prevent RX overflows when transmit size > FIFO size
MAINTAINERS: add tambarus as R for Samsung SPI
spi: atmel-quadspi: remove references to runtime PM on error path