]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'spi-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Jan 2021 20:21:32 +0000 (12:21 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 7 Jan 2021 20:21:32 +0000 (12:21 -0800)
commitbdfe6026bdc7c983559e0bb1efdfdb0144b8d535
tree2eace6e55f1c19656941734f390396d1326e4073
parent3ea05a7d38c2cd4a981fb109bf7b9a7b2c252c94
parent1caffe98bf295b1e1735f5d156b7b3e7d1b7d8e1
Merge tag 'spi-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi

Pull spi fixes from Mark Brown:
 "A couple of core fixes here, both to do with handling of drivers which
  don't report their maximum speed since we factored some of the
  handling for transfer speeds out into the core in the previous
  release.

  There's also some driver specific fixes, including a relatively large
  set for some races around timeouts in spi-geni-qcom"

* tag 'spi-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
  spi: fix the divide by 0 error when calculating xfer waiting time
  spi: Fix the clamping of spi->max_speed_hz
  spi: altera: fix return value for altera_spi_txrx()
  spi: stm32: FIFO threshold level - fix align packet size
  spi: spi-geni-qcom: Print an error when we timeout setting the CS
  spi: spi-geni-qcom: Don't try to set CS if an xfer is pending
  spi: spi-geni-qcom: Fail new xfers if xfer/cancel/abort pending
  spi: spi-geni-qcom: Fix geni_spi_isr() NULL dereference in timeout case