spi: add SPI_MOSI_IDLE_LOW mode bit
authorMark Brown <broonie@kernel.org>
Tue, 30 May 2023 16:43:31 +0000 (17:43 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 30 May 2023 16:43:31 +0000 (17:43 +0100)
Merge series from Boerge Struempfel <boerge.struempfel@gmail.com>:

Some spi controller switch the mosi line to high, whenever they are
idle. This may not be desired in all use cases. For example neopixel
leds can get confused and flicker due to misinterpreting the idle state.
Therefore, we introduce a new spi-mode bit, with which the idle behaviour
can be overwritten on a per device basis.


Trivial merge