On Thu, Feb 21, 2019 at 1:00 PM Russell King <rmk+kernel@xxxxxxxxxxxxxxx> wrote: > > spi-gpio is capable of dealing with active-high chip-selects. > Unfortunately, commit 4b859db2c606 ("spi: spi-gpio: add SPI_3WIRE > support") broke this by setting master->mode_bits, which overrides > the setting in the spi-bitbang code. Fix this. > > Fixes: 4b859db2c606 ("spi: spi-gpio: add SPI_3WIRE support") > Signed-off-by: Russell King <rmk+kernel@xxxxxxxxxxxxxxx> > --- > Patch against 4.20 Adding Jonathan who sent a similar fix recently: https://patchwork.kernel.org/patch/10804855/