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(-)