[GIT PULL] SPI fixes for v6.11-merge-window
From: Mark Brown
Date: Fri Jul 26 2024 - 14:39:05 EST
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(-)