Skip to content

Commit ab11658

Browse files
committed
Merge tag 'spi-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Pull spi fixes from Mark Brown: "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" * tag 'spi-fix-v6.11-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi: spi: spidev: add correct compatible for Rohm BH2228FV dt-bindings: trivial-devices: fix Rohm BH2228FV compatible string spi: microchip-core: add support for word sizes of 1 to 32 bits spi: microchip-core: ensure TX and RX FIFOs are empty at start of a transfer spi: microchip-core: fix init function not setting the master and motorola modes spi: microchip-core: only disable SPI controller when register value change requires it spi: microchip-core: defer asserting chip select until just before write to TX FIFO spi: microchip-core: fix the issues in the isr
2 parents 560e805 + fc28d1c commit ab11658

File tree

3 files changed

+114
-81
lines changed

3 files changed

+114
-81
lines changed

Documentation/devicetree/bindings/trivial-devices.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,9 @@ properties:
328328
- renesas,hs3001
329329
# Renesas ISL29501 time-of-flight sensor
330330
- renesas,isl29501
331-
# Rohm DH2228FV
331+
# Rohm BH2228FV 8 channel DAC
332+
- rohm,bh2228fv
333+
# Rohm DH2228FV - This device does not exist, use rohm,bh2228fv instead.
332334
- rohm,dh2228fv
333335
# S524AD0XF1 (128K/256K-bit Serial EEPROM for Low Power)
334336
- samsung,24ad0xd1

0 commit comments

Comments
 (0)