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.11-merge-window
Date: Fri, 26 Jul 2024 19:38:48 +0100	[thread overview]
Message-ID: <bf741d1595d001bdd140a858fb45134a.broonie@kernel.org> (raw)

The following changes since commit 3048dc8ba46b7ba11581f2a7e06849af0df13136:

  spi: dt-bindings: at91: Add sama7d65 compatible string (2024-07-12 00:18:43 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.11-merge-window

for you to fetch changes up to fc28d1c1fe3b3e2fbc50834c8f73dda72f6af9fc:

  spi: spidev: add correct compatible for Rohm BH2228FV (2024-07-18 11:17:09 +0100)

----------------------------------------------------------------
spi: Fixes for v6.11

The bulk of this is a series of fixes for the microchip-core driver
mostly originating from one of their customers, I also applied an
additional patch adding support for controlling the word size which came
along with it since it's still the merge window and clearly had a bunch
of fairly thorough testing.

We also have a fix for the compatible used to bind spidev to the
BH2228FV.

----------------------------------------------------------------
Conor Dooley (2):
      dt-bindings: trivial-devices: fix Rohm BH2228FV compatible string
      spi: spidev: add correct compatible for Rohm BH2228FV

Naga Sureshkumar Relli (1):
      spi: microchip-core: fix the issues in the isr

Steve Wilkins (5):
      spi: microchip-core: defer asserting chip select until just before write to TX FIFO
      spi: microchip-core: only disable SPI controller when register value change requires it
      spi: microchip-core: fix init function not setting the master and motorola modes
      spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer
      spi: microchip-core: add support for word sizes of 1 to 32 bits

 .../devicetree/bindings/trivial-devices.yaml       |   4 +-
 drivers/spi/spi-microchip-core.c                   | 190 ++++++++++++---------
 drivers/spi/spidev.c                               |   1 +
 3 files changed, 114 insertions(+), 81 deletions(-)

             reply	other threads:[~2024-07-26 18:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-26 18:38 Mark Brown [this message]
2024-07-27 20:07 ` [GIT PULL] SPI fixes for v6.11-merge-window 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=bf741d1595d001bdd140a858fb45134a.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