linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Andersson <bjorn.andersson@linaro.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ohad Ben-Cohen <ohad@wizery.com>,
	linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Baolin Wang <baolin.wang7@gmail.com>,
	Yangtao Li <tiny.windzz@gmail.com>
Subject: [GIT PULL] hwspinlock updates for v5.6
Date: Mon, 3 Feb 2020 21:34:55 -0800	[thread overview]
Message-ID: <20200204053455.GA130281@yoga> (raw)

The following changes since commit e42617b825f8073569da76dc4510bfa019b1c35a:

  Linux 5.5-rc1 (2019-12-08 14:57:55 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc.git tags/hwlock-v5.6

for you to fetch changes up to cb36017a8b1b582bcb7063e44c598c3e36aa0228:

  hwspinlock: sirf: Use devm_hwspin_lock_register() to register hwlock controller (2020-01-21 16:16:36 -0800)

----------------------------------------------------------------
hwspinlock updates for v5.6

This continues the transition of drivers to device managed resources and
removal of unnecessary PM runtime integration, with cleanups to the
SIRF, OMAP and Qualcomm hwspinlock drivers. It also adds Baolin as
reviewer in MAINTAINERS.

----------------------------------------------------------------
Baolin Wang (8):
      MAINTAINERS: Add myself as reviewer for the hwspinlock subsystem
      hwspinlock: qcom: Remove redundant PM runtime functions
      hwspinlock: qcom: Use devm_hwspin_lock_register() to register hwlock controller
      hwspinlock: omap: Change to use devm_platform_ioremap_resource()
      hwspinlock: omap: Use devm_kzalloc() to allocate memory
      hwspinlock: sirf: Change to use devm_platform_ioremap_resource()
      hwspinlock: sirf: Remove redundant PM runtime functions
      hwspinlock: sirf: Use devm_hwspin_lock_register() to register hwlock controller

Yangtao Li (1):
      hwspinlock: stm32: convert to devm_platform_ioremap_resource

 MAINTAINERS                           |  1 +
 drivers/hwspinlock/omap_hwspinlock.c  | 32 +++++++++---------------
 drivers/hwspinlock/qcom_hwspinlock.c  | 28 ++-------------------
 drivers/hwspinlock/sirf_hwspinlock.c  | 46 ++++++-----------------------------
 drivers/hwspinlock/stm32_hwspinlock.c |  4 +--
 5 files changed, 22 insertions(+), 89 deletions(-)

             reply	other threads:[~2020-02-04  5:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-04  5:34 Bjorn Andersson [this message]
2020-02-04  9:10 ` [GIT PULL] hwspinlock updates for v5.6 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200204053455.GA130281@yoga \
    --to=bjorn.andersson@linaro.org \
    --cc=baolin.wang7@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=ohad@wizery.com \
    --cc=tiny.windzz@gmail.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).