mbox series

[GIT,PULL] SPI fixes for v6-6-rc4

Message ID 20231018142326.03D3AC433C7@smtp.kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6-6-rc4 | expand

Pull-request

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

Message

Mark Brown Oct. 18, 2023, 2:23 p.m. UTC
The following changes since commit 1a8196a93e493c0a50b800cb09cef60b124eee15:

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

are available in the Git repository at:

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

for you to fetch changes up to 2ec8b010979036c2fe79a64adb6ecc0bd11e91d1:

  spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0 (2023-10-02 15:03:19 +0100)

----------------------------------------------------------------
spi: Fix for v6.6

A fix for the npcm-fiu driver in cases where there are no dummy bytes
during reads.

----------------------------------------------------------------
William A. Kennington III (1):
      spi: npcm-fiu: Fix UMA reads when dummy.nbytes == 0

 drivers/spi/spi-npcm-fiu.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Comments

pr-tracker-bot@kernel.org Oct. 18, 2023, 4:44 p.m. UTC | #1
The pull request you sent on Wed, 18 Oct 2023 15:23:10 +0100:

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

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

Thank you!