]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'spi-fix-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Jun 2019 17:19:56 +0000 (07:19 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 10 Jun 2019 17:19:56 +0000 (07:19 -1000)
commita336ede18b6f2ab938c292b8896313932dfd8837
tree34770c746c97666e28c2b65d1b63651614eec8a1
parent25a870e61f38956973b8275648b66863adc19482
parent22ae41c33e113992ef7dfe23df8fd4119c06858d
Merge tag 'spi-fix-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi

Pull spi fixes from Mark Brown:
 "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"

* tag 'spi-fix-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
  spi: abort spi_sync if failed to prepare_transfer_hardware
  spi: spi-fsl-spi: call spi_finalize_current_message() at the end
  spi: bitbang: Fix NULL pointer dereference in spi_unregister_master
  spi: Fix Raspberry Pi breakage
drivers/spi/spi-bitbang.c
drivers/spi/spi-fsl-spi.c