mbox series

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

Message ID 265e0ee468ae39e19e2fe1eb64e24386.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.11-rc2 | expand

Pull-request

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

Message

Mark Brown Aug. 9, 2024, 11:34 p.m. UTC
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 730bbfaf7d4890bd99e637db7767dc68cfeb24e7:

  spi: spi-fsl-lpspi: Fix scldiv calculation (2024-08-07 23:45:12 +0100)

----------------------------------------------------------------
spi: Fixes for v6.11

A few SPI fixes since the merge window, clock rate calculation fixes for
the Kunpeng and lpsi drivers and a missing registration of a device ID
for spidev (which had only been updated for DT cases, causing warnings).

----------------------------------------------------------------
Devyn Liu (2):
      spi: hisi-kunpeng: Add validation for the minimum value of speed_hz
      spi: hisi-kunpeng: Add verification for the max_frequency provided by the firmware

Geert Uytterhoeven (1):
      spi: spidev: Add missing spi_device_id for bh2228fv

Stefan Wahren (1):
      spi: spi-fsl-lpspi: Fix scldiv calculation

 drivers/spi/spi-fsl-lpspi.c    | 6 ++++--
 drivers/spi/spi-hisi-kunpeng.c | 4 ++++
 drivers/spi/spidev.c           | 1 +
 3 files changed, 9 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 10, 2024, 4:31 a.m. UTC | #1
The pull request you sent on Sat, 10 Aug 2024 00:34:08 +0100:

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

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

Thank you!