On Mon, 6 Jun 2022 11:55:25 +0530, Amit Kumar Mahapatra wrote: > From: Sai Krishna Potthuri <lakshmi.sai.krishna.potthuri@xxxxxxxxxx> > > As part of unprepare_transfer_hardware, SPI controller will be disabled > which will indirectly deassert the CS line. This will create a problem > in some of the devices where message will be transferred with > cs_change flag set(CS should not be deasserted). > As per SPI controller implementation, if SPI controller is disabled then > all output enables are inactive and all pins are set to input mode which > means CS will go to default state high(deassert). This leads to an issue > when core explicitly ask not to deassert the CS (cs_change = 1). This > patch fix the above issue by checking the Slave select status bits from > configuration register before disabling the SPI. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/1] spi: spi-cadence: Fix SPI CS gets toggling sporadically commit: 21b511ddee09a78909035ec47a6a594349fe3296 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark