mbox series

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

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

Pull-request

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

Message

Mark Brown April 8, 2022, 2:57 p.m. UTC
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 2c7d1b281286c46049cd22b43435cecba560edde:

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

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

A small collection of fixes that have arrived since the merge window,
the most noticable one is a fix for unmapping messages when the mapping
was done with the struct device supplied to do the mapping overridden.

----------------------------------------------------------------
Christophe JAILLET (1):
      spi: mxic: Fix an error handling path in mxic_spi_probe()

Geert Uytterhoeven (1):
      spi: rpc-if: Fix RPM imbalance in probe error path

Kamal Dasu (1):
      spi: bcm-qspi: fix MSPI only access with bcm_qspi_exec_mem_op()

Matthias Schiffer (1):
      spi: cadence-quadspi: fix protocol setup for non-1-1-X operations

Vinod Koul (1):
      spi: core: add dma_map_dev for __spi_unmap_msg()

 drivers/spi/spi-bcm-qspi.c        |  4 ++--
 drivers/spi/spi-cadence-quadspi.c | 46 ++++++++++-----------------------------
 drivers/spi/spi-mxic.c            |  1 +
 drivers/spi/spi-rpc-if.c          |  8 +++++--
 drivers/spi/spi.c                 |  4 ++++
 5 files changed, 25 insertions(+), 38 deletions(-)

Comments

pr-tracker-bot@kernel.org April 8, 2022, 4:49 p.m. UTC | #1
The pull request you sent on Fri, 08 Apr 2022 15:57:02 +0100:

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

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

Thank you!