mbox series

[GIT,PULL] SPI fixes for v6.12-rc5

Message ID e32f70e4cf5a79406b835f85d7923c51.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.12-rc5 | expand

Pull-request

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

Message

Mark Brown Oct. 28, 2024, 9:13 p.m. UTC
The following changes since commit 8cf0b93919e13d1e8d4466eb4080a4c4d9d66d7b:

  Linux 6.12-rc2 (2024-10-06 15:32:27 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 25f00a13dccf8e45441265768de46c8bf58e08f6:

  spi: spi-fsl-dspi: Fix crash when not using GPIO chip select (2024-10-23 22:37:54 +0100)

----------------------------------------------------------------
spi: Fixes for v6.12

A small collection of driver specific fixes for SPI, there's nothing
particularly remarkable about any of them.

----------------------------------------------------------------
Alain Volmat (1):
      spi: stm32: fix missing device mode capability in stm32mp25

Bartosz Golaszewski (1):
      spi: mtk-snfi: fix kerneldoc for mtk_snand_is_page_ops()

Frank Li (1):
      spi: spi-fsl-dspi: Fix crash when not using GPIO chip select

Georgi Djakov (1):
      spi: geni-qcom: Fix boot warning related to pm_runtime and devres

 drivers/spi/spi-fsl-dspi.c  | 6 +++++-
 drivers/spi/spi-geni-qcom.c | 8 +++++---
 drivers/spi/spi-mtk-snfi.c  | 2 +-
 drivers/spi/spi-stm32.c     | 1 +
 4 files changed, 12 insertions(+), 5 deletions(-)