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(-)

Attachment: signature.asc
Description: PGP signature

Reply via email to