]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'hwlock-v4.19' of git://github.com/andersson/remoteproc
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Aug 2018 23:45:27 +0000 (16:45 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 18 Aug 2018 23:45:27 +0000 (16:45 -0700)
commit332220668e10a2cd091fb78b4b5514e89f7d1b57
treedb8b1bb648918b0364d6d4f93b7b61877e2ac20d
parente56e160ebfb540caed63048c24b26db8888a4b23
parentcba9ba78649524d0261930c81da6416ae98db5a9
Merge tag 'hwlock-v4.19' of git://github.com/andersson/remoteproc

Pull hwspinlock updates from Bjorn Andersson:
 "This introduces devres helpers and an API to request a lock by name,
  then migrates the sprd SPI driver to use these"

* tag 'hwlock-v4.19' of git://github.com/andersson/remoteproc:
  hwspinlock: Fix incorrect return pointers
  spi: sprd: Change to use devm_hwspin_lock_request_specific()
  spi: sprd: Replace of_hwspin_lock_get_id() with of_hwspin_lock_get_id_byname()
  hwspinlock: Fix one comment mistake
  hwspinlock: Remove redundant config
  hwspinlock: Add devm_xxx() APIs to register/unregister one hwlock controller
  hwspinlock: Add devm_xxx() APIs to request/free hwlock
  hwspinlock: Add one new API to support getting a specific hwlock by the name