mbox series

[GIT,PULL] SPI fixes for v6.15-merge-window

Message ID 1fac1505c004071e4ad79df7e733d422.broonie@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.15-merge-window | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.15-merge-window

Message

Mark Brown April 4, 2025, 3:20 p.m. UTC
The following changes since commit ee2ecf2cf501eaa69dcd723d76b434767195b64e:

  spi: dt-bindings: cdns,qspi-nor: Improve (2025-03-20 15:35:31 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.15-merge-window

for you to fetch changes up to e19c1272c80a5ecce387c1b0c3b995f4edf9c525:

  spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent (2025-04-02 12:55:32 +0100)

----------------------------------------------------------------
spi: Fixes for v6.15

A small collection of fixes that came in during the merge window,
everything is driver specific with nothing standing out particularly

----------------------------------------------------------------
Florian Fainelli (2):
      spi: bcm2835: Do not call gpiod_put() on invalid descriptor
      spi: bcm2835: Restore native CS probing when pinctrl-bcm2835 is absent

Geert Uytterhoeven (1):
      spi: SPI_QPIC_SNAND should be tristate and depend on MTD

Han Xu (1):
      spi: fsl-qspi: use devm function instead of driver remove

Josh Poimboeuf (1):
      spi: cadence: Fix out-of-bounds array access in cdns_mrvl_xspi_setup_clock()

Luis de Arquer (1):
      spi-rockchip: Fix register out of bounds access

Miquel Raynal (1):
      spi: cadence-qspi: revert "Improve spi memory performance"

 drivers/spi/Kconfig               |  4 ++--
 drivers/spi/spi-bcm2835.c         | 18 ++++++++++++++++--
 drivers/spi/spi-cadence-quadspi.c |  2 +-
 drivers/spi/spi-cadence-xspi.c    |  2 +-
 drivers/spi/spi-fsl-qspi.c        | 31 +++++++++++++++++--------------
 drivers/spi/spi-qpic-snand.c      |  2 +-
 drivers/spi/spi-rockchip.c        |  2 +-
 7 files changed, 39 insertions(+), 22 deletions(-)

Comments

pr-tracker-bot@kernel.org April 4, 2025, 5:02 p.m. UTC | #1
The pull request you sent on Fri, 04 Apr 2025 16:20:13 +0100:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.15-merge-window

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

Thank you!