mbox series

[GIT,PULL] SPI fixes for v6.13-rc2

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

Pull-request

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

Message

Mark Brown Dec. 14, 2024, 12:48 a.m. UTC
The following changes since commit fac04efc5c793dccbd07e2d59af9f90b7fc0dca4:

  Linux 6.13-rc2 (2024-12-08 14:03:39 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 25fb0e77b90e290a1ca30900d54c6a495eea65e2:

  spi: spi-cadence-qspi: Disable STIG mode for Altera SoCFPGA. (2024-12-09 13:06:24 +0000)

----------------------------------------------------------------
spi: Fixes for v6.13

A few fairly small fixes for v6.13, the most substatial one being
disabling STIG mode for Cadence QSPI controllers on Altera SoCFPGA
platforms since it doesn't work.

----------------------------------------------------------------
Christian Loehle (1):
      spi: rockchip: Fix PM runtime count on no-op cs

Christophe JAILLET (1):
      spi: aspeed: Fix an error handling path in aspeed_spi_[read|write]_user()

Niravkumar L Rabara (1):
      spi: spi-cadence-qspi: Disable STIG mode for Altera SoCFPGA.

 drivers/spi/spi-aspeed-smc.c      | 10 ++++++----
 drivers/spi/spi-cadence-quadspi.c | 10 ++++++++--
 drivers/spi/spi-rockchip.c        | 14 ++++++++++++++
 3 files changed, 28 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 14, 2024, 1:35 a.m. UTC | #1
The pull request you sent on Sat, 14 Dec 2024 00:48:02 +0000:

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

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

Thank you!