[GIT PULL] hwspinlock updates for 5.9

From: Bjorn Andersson
Date: Tue Aug 11 2020 - 01:32:34 EST


The following changes since commit b3a9e3b9622ae10064826dccb4f7a52bd88c7407:

Linux 5.8-rc1 (2020-06-14 12:45:04 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 35efb0e1d5c60e334ea719586ff2509fde2e613b:

dt-bindings: hwlock: qcom: Remove invalid binding (2020-08-04 20:21:45 -0700)

----------------------------------------------------------------
hwspinlock updates for 5.9

This introduces a new DT binding format to describe the Qualcomm
hardware mutex block and deprecates the old, invalid, one.

It also cleans up the Kconfig slightly.

----------------------------------------------------------------
Bjorn Andersson (4):
dt-bindings: hwlock: qcom: Migrate binding to YAML
dt-bindings: hwlock: qcom: Allow device on mmio bus
hwspinlock: qcom: Allow mmio usage in addition to syscon
dt-bindings: hwlock: qcom: Remove invalid binding

Ezequiel Garcia (1):
hwspinlock: Simplify Kconfig

.../devicetree/bindings/hwlock/qcom-hwspinlock.txt | 39 ------------
.../bindings/hwlock/qcom-hwspinlock.yaml | 42 +++++++++++++
drivers/hwspinlock/Kconfig | 10 ++--
drivers/hwspinlock/qcom_hwspinlock.c | 70 +++++++++++++++++-----
4 files changed, 100 insertions(+), 61 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.txt
create mode 100644 Documentation/devicetree/bindings/hwlock/qcom-hwspinlock.yaml