[GIT PULL] SPI fixes for v6.5-merge-window

From: Mark Brown
Date: Thu Jul 06 2023 - 10:41:32 EST


The following changes since commit e884a133340a470070b2c59833c9ff87aa6517ba:

spi: dt-bindings: atmel,at91rm9200-spi: fix broken sam9x7 compatible (2023-06-24 12:25:34 +0100)

are available in the Git repository at:

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git tags/spi-fix-v6.5-merge-window

for you to fetch changes up to 879a879c216a41f5403d8d3dbc204a48501912bf:

spi: bcm{63xx,bca}-hsspi: update my email address (2023-07-04 13:54:19 +0100)

----------------------------------------------------------------
spi: Fixes for v6.5

A few mostly minor fixes that came in during the merge window, plus one
administrative update for Jonas' e-mail address. The spi-geni-qcom fix
is more major than the others, fixing the newly added DMA support for
large reads which trigger DMA.

----------------------------------------------------------------
Dmitry Baryshkov (1):
spi: spi-geni-qcom: enable SPI_CONTROLLER_MUST_TX for GPI DMA mode

Geert Uytterhoeven (1):
spi: rzv2m-csi: Fix SoC product name

Jonas Gorski (2):
spi: bcm-qspi: return error if neither hif_mspi nor mspi is available
spi: bcm{63xx,bca}-hsspi: update my email address

drivers/spi/Kconfig | 2 +-
drivers/spi/spi-bcm-qspi.c | 10 +++-------
drivers/spi/spi-bcm63xx-hsspi.c | 2 +-
drivers/spi/spi-bcmbca-hsspi.c | 2 +-
drivers/spi/spi-geni-qcom.c | 6 ++++++
5 files changed, 12 insertions(+), 10 deletions(-)