]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'spi-fix-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Sep 2021 18:58:24 +0000 (11:58 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 22 Sep 2021 18:58:24 +0000 (11:58 -0700)
commit0e3f784ef77c6b573b264a8f294385709f69c70c
tree18064e47f402bf45f8f7a866a9a68d6ce0e8f594
parent91e0e2238026d30578d88e1fe7f31a2a96faa199
parent0ce7936ceffcba7c8d1f401f33bcf494b0e2a44a
Merge tag 'spi-fix-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi

Pull spi modalias fix from Mark Brown:
 "Fix modalias issues

  As reported by Russell King the change to use OF style modaliases for
  DT enumerated broke at least the spi-nor driver, the patch here
  reverts that change to fix the regression.

  Sadly this will mean that anything that started loading since the
  change to OF modaliases will run into issues, there doesn't seem to be
  any approach which doesn't cause some problems and thi seems like the
  least bad approach - gory details are in the commit log for the
  change.

  I'm currently working through the SPI drivers to add ID tables and
  missing IDs to tables which should address things from the other end,
  this seems more straightforward and robust than any other options"

* tag 'spi-fix-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi:
  spi: Revert modalias changes