mbox series

[GIT,PULL] SPI fixes for v6.14-rc2

Message ID 2b29351684e99c02491f86ee5cce20a6.broonie@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.14-rc2 | expand

Pull-request

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

Message

Mark Brown Feb. 13, 2025, 7 p.m. UTC
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 3588b1c0fde2f58d166e3f94a5a58d64b893526c:

  spi: sn-f-ospi: Fix division by zero (2025-02-06 11:33:51 +0000)

----------------------------------------------------------------
spi: Fixes for v6.14

A small collection of driver specific fixes, none standing out in
particular.

----------------------------------------------------------------
Bence Csókás (1):
      spi: atmel-quadspi: Fix warning in doc-comment

Kunihiko Hayashi (1):
      spi: sn-f-ospi: Fix division by zero

Mark Lord (1):
      spi: pxa2xx: Fix regression when toggling chip select on LPSS devices

 drivers/spi/atmel-quadspi.c | 4 ++--
 drivers/spi/spi-pxa2xx.c    | 2 +-
 drivers/spi/spi-sn-f-ospi.c | 3 +++
 3 files changed, 6 insertions(+), 3 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 13, 2025, 9:30 p.m. UTC | #1
The pull request you sent on Thu, 13 Feb 2025 19:00:31 +0000:

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

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

Thank you!