On Thu, May 11, 2023 at 8:14 PM Boerge Struempfel <boerge.struempfel@xxxxxxxxx> wrote: > > 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. > > Signed-off-by: Boerge Struempfel <bstruempfel@xxxxxxxxxxxxxx> Please run checkpatch on all the patches. The following issue reported by checkpatch needs to be fixed: WARNING: From:/Signed-off-by: email address mismatch: 'From: Boerge Struempfel <boerge.struempfel@xxxxxxxxx>' != 'Signed-off-by: Boerge Struempfel <bstruempfel@xxxxxxxxxxxxxx>'