The Linux Kernel Mailing List
 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 v6.10-rc4
Date: Sat, 22 Jun 2024 17:22:12 +0100	[thread overview]
Message-ID: <fcab2f718f086fd6e070a6ed65a28900.broonie@kernel.org> (raw)

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(-)

             reply	other threads:[~2024-06-22 16:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-22 16:22 Mark Brown [this message]
2024-06-22 21:05 ` [GIT PULL] SPI fixes for v6.10-rc4 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=fcab2f718f086fd6e070a6ed65a28900.broonie@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox