public inbox for linux-kernel@vger.kernel.org
 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 v7.0-rc4
Date: Fri, 20 Mar 2026 15:14:39 +0000	[thread overview]
Message-ID: <a4e342d6b3bc37b9a25872843d25f5db@kernel.org> (raw)

The following changes since commit f338e77383789c0cae23ca3d48adcc5e9e137e3c:

  Linux 7.0-rc4 (2026-03-15 13:52:05 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v7.0-rc4

for you to fetch changes up to 8c89a077ca796a2fe248c584e9d7e66cff0388c8:

  spi: geni-qcom: Check DMA interrupts early in ISR (2026-03-17 17:07:47 +0000)

----------------------------------------------------------------
spi: Fixes for v7.0

There's a couple of core fixes here from Johan, fixing a race condition
and an error handling path, plus a bunch of driver specific fixups.
The Qualcomm issues could be nasty if you ran into them, especially the
DMA ordering one.

----------------------------------------------------------------
Felix Gu (3):
      spi: amlogic: spifc-a4: Remove redundant clock cleanup
      spi: amlogic-spisg: Fix memory leak in aml_spisg_probe()
      spi: axiado: Fix double-free in ax_spi_probe()

Johan Hovold (2):
      spi: fix use-after-free on controller registration failure
      spi: fix statistics allocation

Maramaina Naresh (1):
      spi: geni-qcom: Fix CPHA and CPOL mode change detection

Praveen Talari (1):
      spi: geni-qcom: Check DMA interrupts early in ISR

 drivers/spi/spi-amlogic-spifc-a4.c | 46 ++++++--------------------------------
 drivers/spi/spi-amlogic-spisg.c    | 12 ++++------
 drivers/spi/spi-axiado.c           | 31 +++++++++----------------
 drivers/spi/spi-geni-qcom.c        | 13 ++++++-----
 drivers/spi/spi.c                  | 25 ++++++++++-----------
 5 files changed, 41 insertions(+), 86 deletions(-)

             reply	other threads:[~2026-03-20 15:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-03-20 15:14 Mark Brown [this message]
2026-03-20 17:13 ` [GIT PULL] SPI fixes for v7.0-rc4 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=a4e342d6b3bc37b9a25872843d25f5db@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