mbox series

[GIT,PULL] SPI fixes for v5.15-rc7

Message ID 20211028122404.031DD610C8@mail.kernel.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] SPI fixes for v5.15-rc7 | expand

Pull-request

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

Message

Mark Brown Oct. 28, 2021, 12:23 p.m. UTC
The following changes since commit 16a8e2fbb2d49111004efc1c7342e083eafabeb0:

  spi-mux: Fix false-positive lockdep splats (2021-10-14 13:32:19 +0100)

are available in the Git repository at:

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

for you to fetch changes up to d81d0e41ed5fe7229a2c9a29d13bad288c7cf2d2:

  spi: spl022: fix Microwire full duplex mode (2021-10-26 11:53:57 +0100)

----------------------------------------------------------------
spi: Fixes for v5.15

A couple of final driver specific fixes for v5.15, one fixing potential
ID collisions between two instances of the Altera driver and one making
Microwire full duplex mode actually work on pl022.

----------------------------------------------------------------
Russ Weight (1):
      spi: altera: Change to dynamic allocation of spi id

Thomas Perrot (1):
      spi: spl022: fix Microwire full duplex mode

 drivers/spi/spi-altera-dfl.c      | 2 +-
 drivers/spi/spi-altera-platform.c | 2 +-
 drivers/spi/spi-pl022.c           | 5 +++--
 3 files changed, 5 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 28, 2021, 5:25 p.m. UTC | #1
The pull request you sent on Thu, 28 Oct 2021 13:23:47 +0100:

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

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

Thank you!