mbox series

[GIT,PULL] SPI fixes for v6.15-rc7

Message ID cc4326d57c0588f9916731c203773a17.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.15-rc7 | expand

Pull-request

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

Message

Mark Brown May 24, 2025, 10:35 p.m. UTC
The following changes since commit a5806cd506af5a7c19bcd596e4708b5c464bfd21:

  Linux 6.15-rc7 (2025-05-18 13:57:29 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7aba292eb15389073c7f3bd7847e3862dfdf604d:

  spi: spi-fsl-dspi: Reset SR flags before sending a new message (2025-05-22 16:05:26 +0100)

----------------------------------------------------------------
spi: Fixes for v6.15

A few final fixes for v6.15, some driver fixes for the Freescale DSPI
driver pulled over from their vendor code and another instance of the
fixes Greg has been sending throughout the kernel for constification of
the bus_type in driver core match() functions.

----------------------------------------------------------------
Bogdan-Gabriel Roman (1):
      spi: spi-fsl-dspi: Halt the module after a new message transfer

Greg Kroah-Hartman (1):
      spi: use container_of_cont() for to_spi_device()

Larisa Grigore (2):
      spi: spi-fsl-dspi: restrict register range for regmap access
      spi: spi-fsl-dspi: Reset SR flags before sending a new message

 drivers/spi/spi-fsl-dspi.c | 46 +++++++++++++++++++++++++++++++++++++++++++++-
 include/linux/spi/spi.h    |  5 +----
 2 files changed, 46 insertions(+), 5 deletions(-)