mbox series

[GIT,PULL] hwspinlock updates for 5.9

Message ID 20200811052900.404638-1-bjorn.andersson@linaro.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] hwspinlock updates for 5.9 | expand

Pull-request

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

Message

Bjorn Andersson Aug. 11, 2020, 5:29 a.m. UTC
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

Comments

pr-tracker-bot@kernel.org Aug. 11, 2020, 8:27 p.m. UTC | #1
The pull request you sent on Mon, 10 Aug 2020 22:29:00 -0700:

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

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

Thank you!