linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] SPI fixes for v5.13-rc3
@ 2021-05-24  9:03 Mark Brown
  2021-05-24 17:31 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2021-05-24  9:03 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-spi, linux-kernel, Mark Brown

The following changes since commit d07f6ca923ea0927a1024dfccafc5b53b61cfecc:

  Linux 5.13-rc2 (2021-05-16 15:27:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to b4e46c9954ad55092502e1e8c44ceb9b6744bade:

  spi: sc18is602: implement .max_{transfer,message}_size() for the controller (2021-05-21 13:13:33 +0100)

----------------------------------------------------------------
spi: Fixes for v5.13

There's some device specific fixes here but also an unusually large
number of fixes for the core, including both fixes for breakage
introduced on ACPI systems while fixing the long standing confusion
about the polarity of GPIO chip selects specified through DT, and fixes
for ordering issues on unregistration which have been exposed through
the wider usage of devm_.

----------------------------------------------------------------
Alain Volmat (1):
      MAINTAINERS: Add Alain Volmat as STM32 SPI maintainer

Amit Kumar Mahapatra (1):
      spi: spi-zynq-qspi: Fix kernel-doc warning

Andy Shevchenko (2):
      spi: Switch to signed types for *_native_cs SPI controller fields
      spi: Assume GPIO CS active high in ACPI case

Christophe JAILLET (1):
      spi: spi-fsl-dspi: Fix a resource leak in an error handling path

Chunyan Zhang (1):
      spi: sprd: Add missing MODULE_DEVICE_TABLE

Geert Uytterhoeven (1):
      spi: altera: Make SPI_ALTERA_CORE invisible

Karen Dombroski (1):
      spi: spi-zynq-qspi: Fix stack violation bug

Leilk Liu (1):
      spi: take the SPI IO-mutex in the spi_set_cs_timing method

Mark Brown (1):
      Merge tag 'v5.13-rc2' into spi-5.13

Michael Walle (1):
      dt-bindings: spi: spi-mux: rename flash node

Saravana Kannan (2):
      spi: Fix spi device unregister flow
      spi: Don't have controller clean up spi device before driver unbind

Vladimir Oltean (2):
      spi: sc18is602: don't consider the chip select byte in sc18is602_check_transfer
      spi: sc18is602: implement .max_{transfer,message}_size() for the controller

 Documentation/devicetree/bindings/spi/spi-mux.yaml |  2 +-
 MAINTAINERS                                        |  6 +++
 drivers/spi/Kconfig                                |  2 +-
 drivers/spi/spi-fsl-dspi.c                         |  4 +-
 drivers/spi/spi-sc18is602.c                        |  9 +++-
 drivers/spi/spi-sprd.c                             |  1 +
 drivers/spi/spi-zynq-qspi.c                        |  9 ++--
 drivers/spi/spi.c                                  | 51 ++++++++++++++++------
 include/linux/spi/spi.h                            |  4 +-
 9 files changed, 64 insertions(+), 24 deletions(-)

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

* Re: [GIT PULL] SPI fixes for v5.13-rc3
  2021-05-24  9:03 [GIT PULL] SPI fixes for v5.13-rc3 Mark Brown
@ 2021-05-24 17:31 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-05-24 17:31 UTC (permalink / raw)
  To: Mark Brown; +Cc: Linus Torvalds, linux-spi, linux-kernel, Mark Brown

The pull request you sent on Mon, 24 May 2021 10:03:14 +0100:

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

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

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-05-24 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-24  9:03 [GIT PULL] SPI fixes for v5.13-rc3 Mark Brown
2021-05-24 17:31 ` 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).