linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org,
	Mark Brown <broonie@kernel.org>
Subject: [GIT PULL] SPI fixes for v5.13-rc3
Date: Mon, 24 May 2021 10:03:14 +0100	[thread overview]
Message-ID: <20210524090329.9BA7260698@mail.kernel.org> (raw)

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(-)

             reply	other threads:[~2021-05-24  9:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-24  9:03 Mark Brown [this message]
2021-05-24 17:31 ` [GIT PULL] SPI fixes for v5.13-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210524090329.9BA7260698@mail.kernel.org \
    --to=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-spi@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).