public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] hwspinlock updates for v4.19
@ 2018-08-17 21:45 Bjorn Andersson
  0 siblings, 0 replies; only message in thread
From: Bjorn Andersson @ 2018-08-17 21:45 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Ohad Ben-Cohen, linux-remoteproc, linux-kernel, Baolin Wang

The following changes since commit ce397d215ccd07b8ae3f71db689aedb85d56ab40:

  Linux 4.18-rc1 (2018-06-17 08:04:49 +0900)

are available in the Git repository at:

  git://github.com/andersson/remoteproc tags/hwlock-v4.19

for you to fetch changes up to ddb34f480d1b8051bc18e6ff22e93a6c9a33f94f:

  hwspinlock: Fix incorrect return pointers (2018-07-30 20:54:51 -0700)

----------------------------------------------------------------
hwspinlock updates for v4.19

This introduces devres helpers and an API to request a lock by name,
then migrates the sprd SPI driver to use these.

----------------------------------------------------------------
Baolin Wang (8):
      hwspinlock: Add one new API to support getting a specific hwlock by the name
      hwspinlock: Add devm_xxx() APIs to request/free hwlock
      hwspinlock: Add devm_xxx() APIs to register/unregister one hwlock controller
      hwspinlock: Remove redundant config
      hwspinlock: Fix one comment mistake
      spi: sprd: Replace of_hwspin_lock_get_id() with of_hwspin_lock_get_id_byname()
      spi: sprd: Change to use devm_hwspin_lock_request_specific()
      hwspinlock: Fix incorrect return pointers

 drivers/hwspinlock/hwspinlock_core.c | 223 ++++++++++++++++++++++++++++++++++-
 drivers/spi/spi-sprd-adi.c           |  11 +-
 include/linux/hwspinlock.h           |  37 +++++-
 3 files changed, 262 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-17 21:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-08-17 21:45 [GIT PULL] hwspinlock updates for v4.19 Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox