mbox series

[GIT,PULL] SPI fixes for v6.8-rc4

Message ID 20240215133916.F0534C433C7@smtp.kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.8-rc4 | expand

Pull-request

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

Message

Mark Brown Feb. 15, 2024, 1:39 p.m. UTC
The following changes since commit 6500ad28fd5d67d5ca0fee9da73c463090842440:

  spi: sh-msiof: avoid integer overflow in constants (2024-01-30 15:27:21 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 269e31aecdd0b70f53a05def79480f15cbcc0fd6:

  spi-mxs: Fix chipselect glitch (2024-02-13 15:48:22 +0000)

----------------------------------------------------------------
spi: Fixes for v6.8

A smallish collection of fixes for SPI, all driver specific, plus one
device ID addition for a new Intel part.  The ppc4xx isn't routinely
covered by most of the automated testing so there were some errors that
were missed in some of the recent API conversions, otherwise there's
nothing super remarkable here.

----------------------------------------------------------------
Carlos Song (1):
      spi: imx: fix the burst length at DMA mode and CPU mode

Christian Lamparter (1):
      spi: spi-ppc4xx: include missing platform_device.h

Mika Westerberg (1):
      spi: intel-pci: Add support for Lunar Lake-M SPI serial flash

Ralf Schlatterbeck (1):
      spi-mxs: Fix chipselect glitch

Uwe Kleine-König (3):
      spi: ppc4xx: Fix fallout from include cleanup
      spi: ppc4xx: Fix fallout from rename in struct spi_bitbang
      spi: ppc4xx: Drop write-only variable

Vaishnav Achath (1):
      spi: omap2-mcspi: Revert FIFO support without DMA

 drivers/spi/spi-imx.c         |   9 +--
 drivers/spi/spi-intel-pci.c   |   1 +
 drivers/spi/spi-mxs.c         |   3 +-
 drivers/spi/spi-omap2-mcspi.c | 137 +++---------------------------------------
 drivers/spi/spi-ppc4xx.c      |  21 +++----
 5 files changed, 25 insertions(+), 146 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 15, 2024, 7:50 p.m. UTC | #1
The pull request you sent on Thu, 15 Feb 2024 13:39:06 +0000:

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

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

Thank you!