[GIT PULL] hwspinlock updates for v5.20
From: Bjorn Andersson
Date: Mon Aug 08 2022 - 12:03:23 EST
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(-)