mbox series

[GIT,PULL] SPI fixes for v6.6-rc3

Message ID eec4dc5364587e55e6564d1cb3b3c40e.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.6-rc3 | expand

Pull-request

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

Message

Mark Brown Sept. 28, 2023, 1:25 p.m. UTC
The following changes since commit 4221a2bec2189275f3f49492a73221498ae6d131:

  spi: Merge up old fix (2023-09-19 13:17:52 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 1a8196a93e493c0a50b800cb09cef60b124eee15:

  spi: spi-gxp: BUG: Correct spi write return value (2023-09-27 17:06:36 +0200)

----------------------------------------------------------------
spi: Fixes for v6.6

A small set of device specific fixes, the most major one is for the GXP
driver which would probably have been confusing some callers with
returning the length rather than 0 on successful writes.

----------------------------------------------------------------
Charles Kearney (1):
      spi: spi-gxp: BUG: Correct spi write return value

Charles Keepax (1):
      spi: cs42l43: Remove spurious pm_runtime_disable

Fabio Estevam (1):
      dt-bindings: spi: fsl-imx-cspi: Document missing entries

 Documentation/devicetree/bindings/spi/fsl-imx-cspi.yaml | 7 +++++++
 drivers/spi/spi-cs42l43.c                               | 1 -
 drivers/spi/spi-gxp.c                                   | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 28, 2023, 6:28 p.m. UTC | #1
The pull request you sent on Thu, 28 Sep 2023 15:25:29 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9ed22ae6be817d7a3f5c15ca22cbc9d3963b481d

Thank you!