mbox series

[GIT,PULL] SPI fixes for v6.13-rc1

Message ID 95c3aaea3b0fa248c2a9a5a852c444b2.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.13-rc1 | expand

Pull-request

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

Message

Mark Brown Dec. 6, 2024, 3:30 p.m. UTC
The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 4c6ac5446d060f0bf435ccc8bc3aa7b7b5f718ad:

  spi: omap2-mcspi: Fix the IS_ERR() bug for devm_clk_get_optional_enabled() (2024-12-05 11:32:26 +0000)

----------------------------------------------------------------
spi: Fixes for v6.13

A few small driver specific fixes and device ID updates for SPI.  The
Apple change flags the driver as being compatible with the core's GPIO
chip select support, fixing support for some systems.

----------------------------------------------------------------
Aapo Vienamo (1):
      spi: intel: Add Panther Lake SPI controller support

Pei Xiao (1):
      spi: mpc52xx: Add cancel_work_sync before module remove

Purushothama Siddaiah (1):
      spi: omap2-mcspi: Fix the IS_ERR() bug for devm_clk_get_optional_enabled()

Sasha Finkelstein (1):
      spi: apple: Set use_gpio_descriptors to true

 drivers/spi/spi-apple.c       | 1 +
 drivers/spi/spi-intel-pci.c   | 2 ++
 drivers/spi/spi-mpc52xx.c     | 1 +
 drivers/spi/spi-omap2-mcspi.c | 6 +++---
 4 files changed, 7 insertions(+), 3 deletions(-)