[GIT PULL] SPI fixes for v5.13-rc3

From: Mark Brown
Date: Mon May 24 2021 - 05:03:32 EST


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