Linux SPI subsystem development
 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 v6.18-rc7
Date: Fri, 28 Nov 2025 21:56:34 +0000	[thread overview]
Message-ID: <e5dbc9d61c0e057d24e0e263175818f1@kernel.org> (raw)

The following changes since commit 66e9feb03e7cf8983b1d0c540e2dad90d5146d48:

  spi: Add TODO comment about ACPI GPIO setup (2025-11-10 14:03:53 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 40ad64ac25bb736740f895d99a4aebbda9b80991:

  spi: nxp-fspi: Propagate fwnode in ACPI case as well (2025-11-27 11:41:06 +0000)

----------------------------------------------------------------
spi: Fixes for v6.18

A disappointingly large set of device specific fixes that have built up
since I've been a bit tardy with sending a pull requests as people kept
sending me new new fixes.  The bcm63xx and lpspi issues could lead to
corruption so the fixes are fairly important for the affected parts, the
other issues should all be relatively minor.

----------------------------------------------------------------
Andy Shevchenko (1):
      spi: nxp-fspi: Propagate fwnode in ACPI case as well

Anurag Dutta (2):
      spi: spi-cadence-quadspi: Enable pm runtime earlier to avoid imbalance
      spi: spi-cadence-quadspi: Remove duplicate pm_runtime_put_autosuspend() call

Carlos Song (1):
      spi: spi-fsl-lpspi: fix watermark truncation caused by type cast

Francesco Lavra (1):
      spi: tegra114: remove Kconfig dependency on TEGRA20_APB_DMA

Hang Zhou (1):
      spi: bcm63xx: fix premature CS deassertion on RX-only transactions

Haotian Zhang (1):
      spi: amlogic-spifc-a1: Handle devm_pm_runtime_enable() errors

Siddharth Vadapalli (1):
      spi: cadence-quadspi: Fix cqspi_probe() error handling for runtime pm

 drivers/spi/Kconfig                |  4 ++--
 drivers/spi/spi-amlogic-spifc-a1.c |  4 +++-
 drivers/spi/spi-bcm63xx.c          | 14 ++++++++++++++
 drivers/spi/spi-cadence-quadspi.c  | 18 ++++++++----------
 drivers/spi/spi-fsl-lpspi.c        |  8 +++++++-
 drivers/spi/spi-nxp-fspi.c         | 10 +++++-----
 6 files changed, 39 insertions(+), 19 deletions(-)

             reply	other threads:[~2025-11-28 21:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-28 21:56 Mark Brown [this message]
2025-11-28 22:19 ` [GIT PULL] SPI fixes for v6.18-rc7 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=e5dbc9d61c0e057d24e0e263175818f1@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