On 3/14/21 4:30 AM, Wilken Gottwalt wrote: > Wilken Gottwalt (2): > dt-bindings: hwlock: add sun6i_hwspinlock > hwspinlock: add sun6i hardware spinlock support > > .../allwinner,sun6i-a31-hwspinlock.yaml | 45 ++++ > MAINTAINERS | 6 + > drivers/hwspinlock/Kconfig | 9 + > drivers/hwspinlock/Makefile | 1 + > drivers/hwspinlock/sun6i_hwspinlock.c | 210 ++++++++++++++++++ > 5 files changed, 271 insertions(+) > create mode 100644 > Documentation/devicetree/bindings/hwlock/allwinner,sun6i-a31-hwspinlock.yaml > create mode 100644 drivers/hwspinlock/sun6i_hwspinlock.c >
Thanks for the very thorough testing! For both patches: Reviewed-by: Samuel Holland <sam...@sholland.org>