mbox series

[GIT,PULL] hwspinlock updates for v5.14

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

Pull-request

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

Message

Bjorn Andersson July 6, 2021, 9:02 p.m. UTC
The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 234462bc7f2303afce4b61125d2107ecd7611bff:

  dt-bindings: hwlock: sun6i: Fix various warnings in binding (2021-06-14 15:54:10 -0500)

----------------------------------------------------------------
hwspinlock updates for v5.14

This adds a driver for the hardware spinlock in Allwinner sun6i.

----------------------------------------------------------------
Suman Anna (1):
      dt-bindings: hwlock: sun6i: Fix various warnings in binding

Wilken Gottwalt (2):
      dt-bindings: hwlock: add sun6i_hwspinlock
      hwspinlock: add sun6i hardware spinlock support

 .../hwlock/allwinner,sun6i-a31-hwspinlock.yaml     |  48 +++++
 MAINTAINERS                                        |   6 +
 drivers/hwspinlock/Kconfig                         |   9 +
 drivers/hwspinlock/Makefile                        |   1 +
 drivers/hwspinlock/sun6i_hwspinlock.c              | 210 +++++++++++++++++++++
 5 files changed, 274 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml
 create mode 100644 drivers/hwspinlock/sun6i_hwspinlock.c

Comments

pr-tracker-bot@kernel.org July 7, 2021, 6:45 p.m. UTC | #1
The pull request you sent on Tue,  6 Jul 2021 16:02:44 -0500:

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

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

Thank you!