mbox series

[GIT,PULL] SPI fixes for v5.18-rc3

Message ID 20220419152215.53772C385A5@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v5.18-rc3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.18-rc3

Message

Mark Brown April 19, 2022, 3:22 p.m. UTC
The following changes since commit 2c7d1b281286c46049cd22b43435cecba560edde:

  spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op() (2022-04-06 15:50:11 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v5.18-rc3

for you to fetch changes up to 8c235cc25087495c4288d94f547e9d3061004991:

  spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controller (2022-04-13 16:43:12 +0100)

----------------------------------------------------------------
spi: Fixes for v5.18

A few more fixes for SPI, plus one new PCI ID for another Intel chipset.
All device specific stuff.

----------------------------------------------------------------
Allen-KH Cheng (1):
      spi: spi-mtk-nor: initialize spi controller after resume

Matthias Schiffer (1):
      spi: cadence-quadspi: fix incorrect supports_op() return value

Mika Westerberg (1):
      spi: intel: Add support for Raptor Lake-S SPI serial flash

Tudor Ambarus (1):
      spi: atmel-quadspi: Fix the buswidth adjustment between spi-mem and controller

 drivers/spi/atmel-quadspi.c       |  3 +++
 drivers/spi/spi-cadence-quadspi.c | 19 +++++++++++++++++--
 drivers/spi/spi-intel-pci.c       |  1 +
 drivers/spi/spi-mtk-nor.c         | 12 +++++++++++-
 4 files changed, 32 insertions(+), 3 deletions(-)