mbox series

[GIT,PULL] SPI fixes for v6.2-rc1

Message ID 20221223214143.30A71C433EF@smtp.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v6.2-rc1 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.2-rc1

Message

Mark Brown Dec. 23, 2022, 9:41 p.m. UTC
The following changes since commit 3cf241c3d56ff19f5192cb42a025bc6582b6e8fa:

  spi: dt-bindings: Convert Synquacer SPI to DT schema (2022-12-09 17:39:08 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.2-rc1

for you to fetch changes up to 3b553e0041a65e499fa4e25ee146f01f4ec4e617:

  spi: fsl_spi: Don't change speed while chipselect is active (2022-12-14 14:24:51 +0000)

----------------------------------------------------------------
spi: Fix for v6.2

One driver specific change here which handles the case where a SPI
device for some reason tries to change the bus speed during a message on
fsl_spi hardware, this should be very unusual.

----------------------------------------------------------------
Christophe Leroy (1):
      spi: fsl_spi: Don't change speed while chipselect is active

 drivers/spi/spi-fsl-spi.c | 19 ++++++++++++++++---
 1 file changed, 16 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 23, 2022, 10:48 p.m. UTC | #1
The pull request you sent on Fri, 23 Dec 2022 21:41:31 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.2-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/72a85e2b0a1e1e6fb4ee51ae902730212b2de25c

Thank you!