mbox series

[GIT,PULL] spi fixes for v5.2

Message ID 20190610142648.GB5316@sirena.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] spi fixes for v5.2 | expand

Pull-request

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

Message

Mark Brown June 10, 2019, 2:26 p.m. UTC
The following changes since commit d61ad23cb3be09ff4956e9b9794134456522817f:

  spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-select (2019-05-02 10:38:00 +0900)

are available in the Git repository at:

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

for you to fetch changes up to f3440d9a0da292dc4998d9393162fcfb996fd671:

  spi: abort spi_sync if failed to prepare_transfer_hardware (2019-05-23 14:36:13 +0100)

----------------------------------------------------------------
spi: Fixes for v5.2

A small set of fixes here, one core fix for error handling when we fail
to set up the hardware before initiating a transfer and another one
reverting a change in the core which broke Raspberry Pi in common use
cases as part of some optimization work.  There's also a couple of
driver specific fixes.

----------------------------------------------------------------
Christophe Leroy (1):
      spi: spi-fsl-spi: call spi_finalize_current_message() at the end

Mark Brown (1):
      spi: Fix Raspberry Pi breakage

Super Liu (1):
      spi: abort spi_sync if failed to prepare_transfer_hardware

YueHaibing (1):
      spi: bitbang: Fix NULL pointer dereference in spi_unregister_master

 drivers/spi/spi-bitbang.c |  2 +-
 drivers/spi/spi-fsl-spi.c |  2 +-
 drivers/spi/spi.c         | 11 ++++++++---
 3 files changed, 10 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org June 10, 2019, 5:55 p.m. UTC | #1
The pull request you sent on Mon, 10 Jun 2019 15:26:48 +0100:

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

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

Thank you!