mbox series

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

Message ID 20220816112317.47721C433C1@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.0-rc1 | expand

Pull-request

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

Message

Mark Brown Aug. 16, 2022, 11:23 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Aug. 16, 2022, 7:21 p.m. UTC | #1
The pull request you sent on Tue, 16 Aug 2022 12:23:07 +0100:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/339800d50b411d617fb3298d478921e6626032e7

Thank you!