linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] SPI fixes for v5.15-rc5
@ 2021-10-15 11:57 Mark Brown
  2021-10-15 14:35 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2021-10-15 11:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-spi, linux-kernel, Mark Brown

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 2354 bytes --]

The following changes since commit 5816b3e6577eaa676ceb00a848f0fd65fe2adc29:

  Linux 5.15-rc3 (2021-09-26 14:08:19 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 16a8e2fbb2d49111004efc1c7342e083eafabeb0:

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

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

A few small fixes for v5.15, mostly driver specific but there's one in
the core which fixes a deadlock when adding devices on spi-mux that's
triggered because spi-mux is a SPI device which is itself a SPI
controller and so can instantiate devices when registered.  We were
using a global lock to protect against reusing chip selects but they're
a per controller thing so moving the lock per controller resolves that.

----------------------------------------------------------------
Apurva Nandan (1):
      spi: Use 'flash' node name instead of 'spi-flash' in example

Dafna Hirschfeld (1):
      spi: mediatek: skip delays if they are 0

Kamal Dasu (1):
      spi: bcm-qspi: clear MSPI spifie interrupt during probe

Mark Brown (4):
      Merge tag 'v5.15-rc2' into spi-5.15
      spi: spidev: Add SPI ID table
      Merge tag 'v5.15-rc3' into spi-5.15
      spi: Fix deadlock when adding SPI controllers on SPI buses

Michael Walle (1):
      spi: spi-nxp-fspi: don't depend on a specific node name erratum workaround

Uwe Kleine-König (1):
      spi-mux: Fix false-positive lockdep splats

Ville Baillie (1):
      spi: atmel: Fix PDC transfer setup bug

 .../devicetree/bindings/spi/snps,dw-apb-ssi.yaml   |  2 +-
 drivers/spi/spi-atmel.c                            |  4 +-
 drivers/spi/spi-bcm-qspi.c                         | 77 +++++++++++++---------
 drivers/spi/spi-mt65xx.c                           | 64 ++++++++++--------
 drivers/spi/spi-mux.c                              |  7 ++
 drivers/spi/spi-nxp-fspi.c                         | 26 ++------
 drivers/spi/spi-tegra20-slink.c                    |  4 +-
 drivers/spi/spi.c                                  | 27 ++++----
 drivers/spi/spidev.c                               | 14 ++++
 include/linux/spi/spi.h                            |  3 +
 10 files changed, 127 insertions(+), 101 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] SPI fixes for v5.15-rc5
  2021-10-15 11:57 [GIT PULL] SPI fixes for v5.15-rc5 Mark Brown
@ 2021-10-15 14:35 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-10-15 14:35 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Torvalds, linux-spi, linux-kernel, Mark Brown

The pull request you sent on Fri, 15 Oct 2021 12:57:45 +0100:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-15 14:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-15 11:57 [GIT PULL] SPI fixes for v5.15-rc5 Mark Brown
2021-10-15 14:35 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).