mbox series

[GIT,PULL] SPI fixes for v6.7-rc7

Message ID 20231218174050.A8487C433C7@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.7-rc7 | expand

Pull-request

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

Message

Mark Brown Dec. 18, 2023, 5:40 p.m. UTC
The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

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

for you to fetch changes up to fc70d643a2f6678cbe0f5c86433c1aeb4d613fcc:

  spi: atmel: Fix clock issue when using devices with different polarities (2023-12-14 10:56:37 +0000)

----------------------------------------------------------------
spi: Fixes for v6.7

A few bigger things here, the main one being that there were changes to
the atmel driver in this cycle which made it possible to kill transfers
being used for filesystem I/O which turned out to be very disruptive,
the series of patches here undoes that and hardens things up further.

There's also a few smaller driver specific changes, the main one being
to revert a change that duplicted delays.

----------------------------------------------------------------
Benjamin Bigler (1):
      spi: spi-imx: correctly configure burst length when using dma

Louis Chauvet (1):
      spi: atmel: Fix clock issue when using devices with different polarities

Miquel Raynal (3):
      spi: atmel: Do not cancel a transfer upon any signal
      spi: atmel: Drop unused defines
      spi: atmel: Prevent spi transfers from being killed

Nam Cao (1):
      spi: cadence: revert "Add SPI transfer delays"

 drivers/spi/spi-atmel.c   | 95 ++++++++++++++++++++++++++++++++++++++++++-----
 drivers/spi/spi-cadence.c |  1 -
 drivers/spi/spi-imx.c     | 15 ++++++--
 3 files changed, 96 insertions(+), 15 deletions(-)

Comments

pr-tracker-bot@kernel.org Dec. 18, 2023, 7:24 p.m. UTC | #1
The pull request you sent on Mon, 18 Dec 2023 17:40:47 +0000:

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

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

Thank you!