Merge tag 'spi-fix-v6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Aug 2023 20:55:35 +0000 (13:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Aug 2023 20:55:35 +0000 (13:55 -0700)
commit0de5ec446310ddc2fc8d446c9bcd69313e0ce9d2
tree19268dfcc22b98d6f06583064da89af419498fce
parentb5cc3833f13ace75e26e3f7b51cd7b6da5e9cf17
parent627d05a41ca1fbb9d390f9513af262f001f261f7
Merge tag 'spi-fix-v6.5-rc7' of git://git./linux/kernel/git/broonie/spi

Pull spi fixes from Mark Brown:
 "A couple more small driver specific fixes for v6.5.

  The device mode for Cadence had been broken by some recent updates
  done for host mode and large transfers for multi-byte words on stm32
  had been broken by an API update in what I think was a rebasing
  incident"

* tag 'spi-fix-v6.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
  spi: spi-cadence: Fix data corruption issues in slave mode
  spi: stm32: fix accidential revert to byte-sized transfer splitting