mbox series

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

Message ID 20240405222106.6E94CC433F1@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.9-rc2 | expand

Pull-request

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

Message

Mark Brown April 5, 2024, 10:20 p.m. UTC
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 1f886a7bfb3faf4c1021e73f045538008ce7634e:

  spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe (2024-04-03 11:04:58 +0100)

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

A few small driver specific fixes, the most important being the s3c64xx
change which is likely to be hit during normal operation.

----------------------------------------------------------------
Carlos Song (1):
      spi: spi-fsl-lpspi: remove redundant spi_controller_put call

Huai-Yuan Liu (1):
      spi: mchp-pci1xxx: Fix a possible null pointer dereference in pci1xxx_spi_probe

Jaewon Kim (1):
      spi: s3c64xx: Use DMA mode from fifo size

 drivers/spi/spi-fsl-lpspi.c | 14 ++++++--------
 drivers/spi/spi-pci1xxxx.c  |  2 ++
 drivers/spi/spi-s3c64xx.c   |  5 ++---
 3 files changed, 10 insertions(+), 11 deletions(-)

Comments

pr-tracker-bot@kernel.org April 6, 2024, 12:28 a.m. UTC | #1
The pull request you sent on Fri, 05 Apr 2024 23:20:57 +0100:

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

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

Thank you!