linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] introduce sunxi hwspinlock
@ 2020-11-19  6:44 fuyao
  2020-11-19  6:44 ` [PATCH 1/2] dt-bindings: hwlock: add sunxi hwlock fuyao
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: fuyao @ 2020-11-19  6:44 UTC (permalink / raw)
  To: mripard, wens, linux-remoteproc, linux-kernel; +Cc: fuyao

From: fuyao <fuyao@allwinnertech.com>

this series add hwspinlock of sunxi. it provides hardware assistance for
synchronization between the multiple processors in the system.
(Or1k, Cortex-A7, Cortex-A53, Xtensa)

fuyao (2):
  dt-bindings: hwlock: add sunxi hwlock
  hwspinlock: add SUNXI implementation

 .../bindings/hwlock/sunxi,hwspinlock.yaml     |  46 ++++
 MAINTAINERS                                   |   6 +
 drivers/hwspinlock/Kconfig                    |  10 +
 drivers/hwspinlock/Makefile                   |   1 +
 drivers/hwspinlock/sunxi_hwspinlock.c         | 205 ++++++++++++++++++
 5 files changed, 268 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwlock/sunxi,hwspinlock.yaml
 create mode 100644 drivers/hwspinlock/sunxi_hwspinlock.c

-- 
2.29.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-11-21 14:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-19  6:44 [PATCH 0/2] introduce sunxi hwspinlock fuyao
2020-11-19  6:44 ` [PATCH 1/2] dt-bindings: hwlock: add sunxi hwlock fuyao
2020-11-19  6:44 ` [PATCH 2/2] hwspinlock: add SUNXI implementation fuyao
2020-11-21  4:01   ` Bjorn Andersson
2020-11-21 14:33     ` fuyao
2020-11-20 16:07 ` [PATCH 0/2] introduce sunxi hwspinlock Maxime Ripard
2020-11-21 14:08   ` fuyao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).