mbox series

[GIT,PULL] SPI fixes for v6.14-rc6

Message ID a5d6a54f85162906b7ee1e0e9659e8f9.broonie@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.14-rc6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.14-rc6

Message

Mark Brown March 12, 2025, 2:08 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org March 12, 2025, 10:10 p.m. UTC | #1
The pull request you sent on Wed, 12 Mar 2025 14:08:33 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.14-rc6

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6e8e2f82bc26d4b4ac9bc4f3abe99a5661a04009

Thank you!