mbox series

[GIT,PULL] hwspinlock updates for v5.20

Message ID 20220808160316.2096259-1-bjorn.andersson@linaro.org (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] hwspinlock updates for v5.20 | expand

Pull-request

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

Message

Bjorn Andersson Aug. 8, 2022, 4:03 p.m. UTC
The following changes since commit ce522ba9ef7e2d9fb22a39eb3371c0c64e2a433e:

  Linux 5.18-rc2 (2022-04-10 14:21:36 -1000)

are available in the Git repository at:

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

for you to fetch changes up to cdab30b44518513003607ecfc8a22de3dbbb78ed:

  hwspinlock: qcom: Add support for mmio usage to sfpb-mutex (2022-07-16 21:47:44 -0500)

----------------------------------------------------------------
hwspinlock updates for v5.20

This removes the need for representing the Qualcomm SFPB mutex using an
intermediate syscon node and it clean up the pm_runtime_get_sync() usage
in the OMAP hwspinlock driver.

----------------------------------------------------------------
Christian Marangi (1):
      hwspinlock: qcom: Add support for mmio usage to sfpb-mutex

Minghao Chi (1):
      hwspinlock: using pm_runtime_resume_and_get instead of pm_runtime_get_sync

 drivers/hwspinlock/omap_hwspinlock.c |  6 ++----
 drivers/hwspinlock/qcom_hwspinlock.c | 28 +++++++++++++++++++++++-----
 2 files changed, 25 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 8, 2022, 5:40 p.m. UTC | #1
The pull request you sent on Mon,  8 Aug 2022 11:03:16 -0500:

> https://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linux.git tags/hwlock-v5.20

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3466f49dd0dd9d30fe1e916b49fca1f4f99a3b66

Thank you!