linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org,
	Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] SPI fixes for v5.18-rc1
Date: Fri, 08 Apr 2022 15:57:02 +0100	[thread overview]
Message-ID: <20220408145718.166A6C385A3@smtp.kernel.org> (raw)

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(-)

             reply	other threads:[~2022-04-08 14:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-08 14:57 Mark Brown [this message]
2022-04-08 16:49 ` [GIT PULL] SPI fixes for v5.18-rc1 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220408145718.166A6C385A3@smtp.kernel.org \
    --to=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).