All of lore.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.2-merge-window
Date: Fri, 26 Jun 2026 15:12:39 +0100	[thread overview]
Message-ID: <482117f043cd16e559de7afa1674f5d3@kernel.org> (raw)

The following changes since commit f846d68992142034b1d34a83200a10cdc713eeda:

  spi: Fix mismatched DT property access types (2026-06-14 01:18:29 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v7.2-merge-window

for you to fetch changes up to 245404c26563aafb36aafb01298f148db1851be3:

  spi: imx: reconfigure for PIO when DMA cannot be started (2026-06-24 17:52:44 +0100)

----------------------------------------------------------------
spi: Fixes for v7.2

A fairly unremarkable collection of fixes that came in over the merge
window, plus a new device ID for the DesignWare controller in the
StarFive JHB100 SoC.  There's a couple of core fixes included, one
avoiding freeing an empty resource in error handling cases and another
which fixes a NULL dereference which could be triggered by using an
abnormal device registration flow like driver_override.

----------------------------------------------------------------
Andy Shevchenko (1):
      spi: acpi: Free resource list at appropriate time

Changhuang Liang (2):
      spi: dt-bindings: snps,dw-apb-ssi: Add starfive,jhb100-spi
      spi: dw: Add support for snps,dwc-ssi-2.00a

Javier Fernandez Pastrana (1):
      spi: imx: reconfigure for PIO when DMA cannot be started

Jisheng Zhang (1):
      spi: dw: fix wrong BAUDR setting after resume

Kunihiko Hayashi (1):
      spi: uniphier: Fix completion initialization order before devm_request_irq()

Quang Nguyen (1):
      spi: rpc-if: Use correct device for hardware reinitialization on resume

guoqi0226 (1):
      spi: Add NULL check for spi_get_device_id() in spi_get_device_match_data()

 Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml |  6 ++++++
 drivers/spi/spi-dw-mmio.c                                  |  1 +
 drivers/spi/spi-dw.h                                       |  1 +
 drivers/spi/spi-imx.c                                      |  3 ++-
 drivers/spi/spi-rpc-if.c                                   |  6 +++++-
 drivers/spi/spi-uniphier.c                                 |  4 ++--
 drivers/spi/spi.c                                          | 10 +++++++---
 7 files changed, 24 insertions(+), 7 deletions(-)

             reply	other threads:[~2026-06-26 14:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-26 14:12 Mark Brown [this message]
2026-06-26 20:00 ` [GIT PULL] SPI fixes for v7.2-merge-window 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=482117f043cd16e559de7afa1674f5d3@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.