mbox series

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

Message ID 37bfc2b52cdf44300d906fc69084bc29.broonie@kernel.org
State New
Headers show
Series [GIT,PULL] SPI fixes for v6.7-merge-window | expand

Pull-request

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

Message

Mark Brown Nov. 10, 2023, 1:59 p.m. UTC
The following changes since commit 75223bbea840e125359fc63942b5f93462b474c6:

  spi: omap2-mcspi: Add FIFO support without DMA (2023-10-23 13:30:05 +0100)

are available in the Git repository at:

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

for you to fetch changes up to bef4a48f4ef798c4feddf045d49e53c8a97d5e37:

  spi: Fix null dereference on suspend (2023-11-10 13:54:58 +0000)

----------------------------------------------------------------
spi: Fixes for v6.7

A couple of fixes that came in during the merge window, one Kconfig
dependency fix and another fix for a long standing issue where in the
case where a sync transfer races with system suspend.

----------------------------------------------------------------
Amit Kumar Mahapatra (1):
      spi: spi-zynq-qspi: add spi-mem to driver kconfig dependencies

Mark Hasemeyer (1):
      spi: Fix null dereference on suspend

 drivers/spi/Kconfig     |  1 +
 drivers/spi/spi.c       | 56 ++++++++++++++++++++++++++++++++++---------------
 include/linux/spi/spi.h |  1 +
 3 files changed, 41 insertions(+), 17 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 10, 2023, 8:05 p.m. UTC | #1
The pull request you sent on Fri, 10 Nov 2023 13:59:58 +0000:

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

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

Thank you!