[GIT PULL] SPI fixes for v6.0-rc1

From: Mark Brown
Date: Tue Aug 16 2022 - 07:49:18 EST


The following changes since commit 69243df953e70c134c6735b31ba0e658c53d3cda:

Add SPI Driver to HPE GXP Architecture (2022-07-29 20:22:22 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 2fd92c7b8fe2cfc634613dc093d0f507c7389ea8:

spi: dt-bindings: Drop Pratyush Yadav (2022-08-11 18:41:45 +0100)

----------------------------------------------------------------
spi: Fixes for v6.0

A few fixes that came in since my pull request, the Meson fix is a
little large since it's fixing all possible cases of the problem that
was observed with the driver and clock API trying to share configuration
by integrating the device clocking fully with the clock API rather than
spot fixing the one instance that was observed.

----------------------------------------------------------------
David Jander (1):
spi: spi.c: Add missing __percpu annotations in users of spi_statistics

Krzysztof Kozlowski (1):
spi: dt-bindings: Drop Pratyush Yadav

Lukas Bulwahn (1):
MAINTAINERS: rectify entry for ARM/HPE GXP ARCHITECTURE

Neil Armstrong (1):
spi: meson-spicc: add local pow2 clock ops to preserve rate between messages

.../spi/cdns,qspi-nor-peripheral-props.yaml | 2 +-
.../devicetree/bindings/spi/cdns,qspi-nor.yaml | 2 +-
.../bindings/spi/spi-peripheral-props.yaml | 2 +-
MAINTAINERS | 2 +-
drivers/spi/spi-meson-spicc.c | 129 ++++++++++++++++-----
drivers/spi/spi.c | 14 +--
6 files changed, 112 insertions(+), 39 deletions(-)