[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <6b7c1c97241248c0f3c35512f1150ffd.broonie@kernel.org>
Date: Fri, 13 Jun 2025 18:23:53 +0100
From: Mark Brown <broonie@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-spi@...r.kernel.org, linux-kernel@...r.kernel.org, Mark Brown <broonie@...nel.org>
Subject: [GIT PULL] SPI fixes for v6.16-rc1
The following changes since commit 19272b37aa4f83ca52bdf9c16d5d81bdd1354494:
Linux 6.16-rc1 (2025-06-08 13:44:43 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.16-rc1
for you to fetch changes up to 9f0ad43b158d07bc7144d219ceabdea36e28e392:
spi: spi-pci1xxxx: Drop MSI-X usage as unsupported by DMA engine (2025-06-13 12:25:31 +0100)
----------------------------------------------------------------
spi: Fies for v6.16
A collection of driver specific fixes, most minor apart from the OMAP
ones which disable some recent performance optimisations in some
non-standard cases where we could start driving the bus incorrectly.
The change to the stm32-ospi driver to use the newer reset APIs is a fix
for interactions with other IP sharing the same reset line in some SoCs.
----------------------------------------------------------------
Andres Urian Florez (1):
spi: offload: check offload ops existence before disabling the trigger
Dan Carpenter (2):
spi: spi-pci1xxxx: Fix error code in probe
spi: stm32-ospi: clean up on error in probe()
Félix Piédallu (2):
spi: omap2-mcspi: Disable multi mode when CS should be kept asserted after message
spi: omap2-mcspi: Disable multi-mode when the previous message kept CS asserted
Huacai Chen (1):
spi: loongson: Fix build warnings about export.h
Mark Brown (1):
SPI: omap2-mcspi: Fix SPI CS behaviour around
Patrice Chotard (1):
spi: stm32-ospi: Make usage of reset_control_acquire/release() API
Thangaraj Samynathan (1):
spi: spi-pci1xxxx: Drop MSI-X usage as unsupported by DMA engine
drivers/spi/spi-loongson-core.c | 1 +
drivers/spi/spi-offload.c | 2 +-
drivers/spi/spi-omap2-mcspi.c | 30 ++++++++++++++++++------------
drivers/spi/spi-pci1xxxx.c | 4 ++--
drivers/spi/spi-stm32-ospi.c | 24 +++++++++++++++++++-----
5 files changed, 41 insertions(+), 20 deletions(-)
Powered by blists - more mailing lists