diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-07-07 20:57:51 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-07-07 20:57:51 +0300 |
commit | b5e6d1261e2090df1325e762669c8eab6d4fb2fb (patch) | |
tree | 4d3469b168ca902c146d3de07514b3b7e2b7a0d1 /MAINTAINERS | |
parent | d0fe3f47ef09bf5a74f7d20e129b2d15b4a824d0 (diff) | |
parent | 234462bc7f2303afce4b61125d2107ecd7611bff (diff) | |
download | linux-b5e6d1261e2090df1325e762669c8eab6d4fb2fb.tar.xz |
Merge tag 'hwlock-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc
Pull hwspinlock updates from Bjorn Andersson:
"This adds a driver for the hardware spinlock in Allwinner sun6i"
* tag 'hwlock-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc:
dt-bindings: hwlock: sun6i: Fix various warnings in binding
hwspinlock: add sun6i hardware spinlock support
dt-bindings: hwlock: add sun6i_hwspinlock
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3298f4592ce7..394ce9b4ae69 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -752,6 +752,12 @@ L: linux-crypto@vger.kernel.org S: Maintained F: drivers/crypto/allwinner/ +ALLWINNER HARDWARE SPINLOCK SUPPORT +M: Wilken Gottwalt <wilken.gottwalt@posteo.net> +S: Maintained +F: Documentation/devicetree/bindings/hwlock/allwinner,sun6i-hwspinlock.yaml +F: drivers/hwspinlock/sun6i_hwspinlock.c + ALLWINNER THERMAL DRIVER M: Vasily Khoruzhick <anarsoul@gmail.com> M: Yangtao Li <tiny.windzz@gmail.com> |