mbox series

[GIT,PULL] SPI fixes for v6.10-rc4

Message ID fcab2f718f086fd6e070a6ed65a28900.broonie@kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v6.10-rc4 | expand

Pull-request

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

Message

Mark Brown June 22, 2024, 4:22 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org June 22, 2024, 9:05 p.m. UTC | #1
The pull request you sent on Sat, 22 Jun 2024 17:22:12 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e24638afe264fd0f189ae7bb5941ea18b030911c

Thank you!