[GIT PULL] SPI fixes for v6.1-rc4

From: Mark Brown
Date: Fri Nov 11 2022 - 08:16:41 EST


The following changes since commit f8aa6c895d482847c9b799dcdac8bbdb56cb8e04:

spi: aspeed: Fix window offset of CE1 (2022-10-19 14:36:43 +0100)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.1-rc4

for you to fetch changes up to bff6bef701db784bb159a659e99c785b4594fc96:

spi: amd: Fix SPI_SPD7 value (2022-11-04 12:25:03 +0000)

----------------------------------------------------------------
spi: Fixes for v6.1

A relatively large batch of fixes here but all device specific, plus an
update to MAINTAINERS. The summary print change to the STM32 driver is
fixing an issue where the driver could easily end up spamming the logs
with something that should be a debug message.

----------------------------------------------------------------
Jay Fang (1):
MAINTAINERS: Update HiSilicon SFC Driver maintainer

Jon Hunter (1):
spi: tegra210-quad: Don't initialise DMA if not supported

Marek Vasut (1):
spi: stm32: Print summary 'callbacks suppressed' message

Mika Westerberg (1):
spi: intel: Use correct mask for flash and protected regions

Neil Armstrong (2):
spi: meson-spicc: move wait completion in driver to take bursts delay in account
spi: meson-spicc: fix do_div build error on non-arm64

Sean Nyekjaer (1):
spi: stm32: fix stm32_spi_prepare_mbr() that halves spi clk for every run

Vitaly Rodionov (1):
spi: amd: Fix SPI_SPD7 value

zhichao.liu (1):
spi: mediatek: Fix package division error

MAINTAINERS | 2 +-
drivers/spi/spi-amd.c | 2 +-
drivers/spi/spi-intel.c | 8 ++++----
drivers/spi/spi-meson-spicc.c | 24 ++++++++++++++++++++++--
drivers/spi/spi-mt65xx.c | 23 +++++++++++++----------
drivers/spi/spi-stm32.c | 3 ++-
drivers/spi/spi-tegra210-quad.c | 6 ++++++
7 files changed, 49 insertions(+), 19 deletions(-)