The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [GIT PULL] SPI fixes for v6.10-rc4
@ 2024-06-22 16:22 Mark Brown
  2024-06-22 21:05 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2024-06-22 16:22 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-spi, linux-kernel, Mark Brown

The following changes since commit c3f38fa61af77b49866b006939479069cd451173:

  Linux 6.10-rc2 (2024-06-02 15:44:56 -0700)

are available in the Git repository at:

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

for you to fetch changes up to df75470b317b46affbe1f5f8f006b34175be9789:

  spi: spi-imx: imx51: revert burst length calculation back to bits_per_word (2024-06-19 14:07:13 +0100)

----------------------------------------------------------------
spi: Fixes for v6.10

A number of fixes that have built up for SPI, a bunch of driver specific
ones including an unfortunate revert of an optimisation for the i.MX
driver which was causing issues with some configurations, plus a couple
of core fixes for the rarely used octal mode and for a bad interaction
between multi-CS support and target mode.

----------------------------------------------------------------
Amit Kumar Mahapatra (1):
      spi: Fix SPI slave probe failure

Charles Keepax (2):
      spi: cs42l43: Correct SPI root clock speed
      spi: cs42l43: Drop cs35l56 SPI speed down to 11MHz

Marc Kleine-Budde (1):
      spi: spi-imx: imx51: revert burst length calculation back to bits_per_word

Patrice Chotard (3):
      spi: stm32: qspi: Fix dual flash mode sanity test in stm32_qspi_setup()
      spi: stm32: qspi: Clamp stm32_qspi_get_mode() output to CCR_BUSWIDTH_4
      spi: Fix OCTAL mode support

 drivers/spi/spi-cs42l43.c    |  6 +++---
 drivers/spi/spi-imx.c        | 14 ++------------
 drivers/spi/spi-stm32-qspi.c | 12 +++++-------
 drivers/spi/spi.c            | 16 ++++++++++------
 include/linux/spi/spi.h      |  5 +++--
 5 files changed, 23 insertions(+), 30 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-22 21:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-22 16:22 [GIT PULL] SPI fixes for v6.10-rc4 Mark Brown
2024-06-22 21:05 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox