Merge tag 'spi-fix-v6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 May 2025 01:48:17 +0000 (18:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 25 May 2025 01:48:17 +0000 (18:48 -0700)
commit95a9580d58f8d11d8673612d8ab0893335810dfa
tree2a1c0b719d82a7ecf5b26f3cf2d0c40a21f727f2
parentb1427432d3b656fac71b3f42824ff4aea3c9f93b
parent7aba292eb15389073c7f3bd7847e3862dfdf604d
Merge tag 'spi-fix-v6.15-rc7' of git://git./linux/kernel/git/broonie/spi

Pull spi fixes from Mark Brown:
 "A few final fixes for v6.15, some driver fixes for the Freescale DSPI
  driver pulled over from their vendor code and another instance of the
  fixes Greg has been sending throughout the kernel for constification
  of the bus_type in driver core match() functions"

* tag 'spi-fix-v6.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
  spi: spi-fsl-dspi: Reset SR flags before sending a new message
  spi: spi-fsl-dspi: Halt the module after a new message transfer
  spi: spi-fsl-dspi: restrict register range for regmap access
  spi: use container_of_cont() for to_spi_device()