mbox series

[GIT,PULL] SPI fixes for v6.9-rc7

Message ID 275b918bbf12753d81537f9697615900.broonie@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.9-rc7 | expand

Pull-request

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

Message

Mark Brown May 10, 2024, 11:58 a.m. UTC
The following changes since commit 4756fa529b2f12b7cb8f21fe229b0f6f47190829:

  spi: fix null pointer dereference within spi_sync (2024-05-01 11:02:48 +0900)

are available in the Git repository at:

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

for you to fetch changes up to ef13561d2b163ac0ae6befa53bca58a26dc3320b:

  spi: microchip-core-qspi: fix setting spi bus clock rate (2024-05-09 06:59:19 +0200)

----------------------------------------------------------------
spi: Fixes for v6.9

Two device specific fixes here, one avoiding glitches on chip select
with the STM32 driver and one for incorrectly configured clocks on the
Microchip QSPI controller.

----------------------------------------------------------------
Ben Wolsieffer (1):
      spi: stm32: enable controller before asserting CS

Conor Dooley (1):
      spi: microchip-core-qspi: fix setting spi bus clock rate

 drivers/spi/spi-microchip-core-qspi.c |  1 +
 drivers/spi/spi-stm32.c               | 14 ++------------
 2 files changed, 3 insertions(+), 12 deletions(-)

Comments

pr-tracker-bot@kernel.org May 10, 2024, 5:29 p.m. UTC | #1
The pull request you sent on Fri, 10 May 2024 12:58:26 +0100:

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

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

Thank you!