mbox series

[GIT,PULL] SPI fixes for v6.12-merge-window

Message ID 5ae623a059a1f568473204bde232a815.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.12-merge-window | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.12-merge-window

Message

Mark Brown Sept. 25, 2024, 9 a.m. UTC
The following changes since commit 07f1eb718db281c3e0cdb068ea7d73c30921a81c:

  spi: geni-qcom: Use devm functions to simplify code (2024-09-12 12:39:04 +0100)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.12-merge-window

for you to fetch changes up to 329ca3eed4a9a161515a8714be6ba182321385c7:

  spi: atmel-quadspi: Avoid overwriting delay register settings (2024-09-20 11:41:19 +0200)

----------------------------------------------------------------
spi: Fixes for v6.12

Some driver specific fixes that came in during the merge window. Lorenzo
Bianconi did some extra testing on the recently added arioha driver and
found some issues, Alexander Dahl fixed some issues with signal delays
in the Atmel QSPI driver and Jinjie Ruan has been fixing some nits with
runtime PM cleanup.

----------------------------------------------------------------
Alexander Dahl (1):
      spi: atmel-quadspi: Avoid overwriting delay register settings

Jinjie Ruan (2):
      spi: atmel-quadspi: Undo runtime PM changes at driver exit time
      spi: spi-fsl-lpspi: Undo runtime PM changes at driver exit time

Lorenzo Bianconi (3):
      spi: airoha: fix dirmap_{read,write} operations
      spi: airoha: fix airoha_snand_{write,read}_data data_len estimation
      spi: airoha: remove read cache in airoha_snand_dirmap_read()

 drivers/spi/atmel-quadspi.c   | 15 +++++++++------
 drivers/spi/spi-airoha-snfi.c | 43 ++++++++++++++++---------------------------
 drivers/spi/spi-fsl-lpspi.c   |  1 +
 3 files changed, 26 insertions(+), 33 deletions(-)