Linux SPI subsystem development
 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-rc7
Date: Thu, 11 Jul 2024 15:47:10 +0100	[thread overview]
Message-ID: <95eeaec80e22a55026b3aaa94d2a7ad6.broonie@kernel.org> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2182 bytes --]

The following changes since commit f2661062f16b2de5d7b6a5c42a9a5c96326b8454:

  Linux 6.10-rc5 (2024-06-23 17:08:54 -0400)

are available in the Git repository at:

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

for you to fetch changes up to c8bd922d924bb4ab6c6c488310157d1a27996f31:

  spi: mux: set ctlr->bits_per_word_mask (2024-07-09 17:42:33 +0100)

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

This pull request fixes two regressions that have been bubbling along
for a large part of this release.  One is a revert of the multi mode
support for the OMAP SPI controller, this introduced regressions on a
number of systems and while there has been progress on fixing those
we've not got something that works for everyone yet so let's just drop
the change for now.  The other is a series of fixes from David Lechner
for his recent message optimisation work, this interacted badly with
spi-mux which is altogether too clever with recursive use of the bus and
creates situations that hadn't been considered.

There are also a couple of small driver specific fixes, including one
more patch from David for sleep duration calculations in the AXI driver.

----------------------------------------------------------------
Bastien Curutchet (1):
      spi: davinci: Unset POWERDOWN bit when releasing resources

David Lechner (4):
      spi: axi-spi-engine: fix sleep calculation
      spi: don't unoptimize message in spi_async()
      spi: add defer_optimize_message controller flag
      spi: mux: set ctlr->bits_per_word_mask

Mark Brown (1):
      spi: omap2-mcspi: Revert multi mode support

Uwe Kleine-König (1):
      spi: imx: Don't expect DMA for i.MX{25,35,50,51,53} cspi devices

 drivers/spi/spi-axi-spi-engine.c | 26 ++++++++++++++++++--------
 drivers/spi/spi-davinci.c        |  6 ++++++
 drivers/spi/spi-imx.c            |  2 +-
 drivers/spi/spi-mux.c            |  2 ++
 drivers/spi/spi-omap2-mcspi.c    | 15 +--------------
 drivers/spi/spi.c                | 20 +++++++++++++++++---
 include/linux/spi/spi.h          |  4 ++++
 7 files changed, 49 insertions(+), 26 deletions(-)

             reply	other threads:[~2024-07-11 14:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-11 14:47 Mark Brown [this message]
2024-07-11 19:24 ` [GIT PULL] SPI fixes for v6.10-rc7 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=95eeaec80e22a55026b3aaa94d2a7ad6.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