public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add hwspinlock driver for StarFive JHB100 SoC
@ 2026-04-24  3:20 Xingyu Wu
  2026-04-24  3:20 ` [PATCH v1 1/2] dt-bindings: hwlock: Add the support of HWspinlock for StarFive JHB100 Xingyu Wu
  2026-04-24  3:20 ` [PATCH v1 2/2] hwspinlock: Add StarFive hwspinlock device Xingyu Wu
  0 siblings, 2 replies; 7+ messages in thread
From: Xingyu Wu @ 2026-04-24  3:20 UTC (permalink / raw)
  To: Bjorn Andersson, Baolin Wang, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley
  Cc: Xingyu Wu, Mason Huo, devicetree, linux-kernel, linux-remoteproc

This patch serises are to add hardware spinlock driver for the StarFive
JHB100 SoC. The first patch adds documentation for StarFive Hardware
Spinlock. The subsequent patch adds hwspinlock driver and support JHB100
SoC.

The StarFive hwspinlock supports 16 channels for using by secur core and
AP core to restrict access and protect the memory area.

Xingyu Wu (2):
  dt-bindings: hwlock: Add the support of HWspinlock for StarFive JHB100
  hwspinlock: Add StarFive hwspinlock device

 .../hwlock/starfive,jhb100-hwspinlock.yaml    |  40 ++++++
 MAINTAINERS                                   |   6 +
 drivers/hwspinlock/Kconfig                    |   8 ++
 drivers/hwspinlock/Makefile                   |   1 +
 drivers/hwspinlock/starfive_hwspinlock.c      | 130 ++++++++++++++++++
 5 files changed, 185 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwlock/starfive,jhb100-hwspinlock.yaml
 create mode 100644 drivers/hwspinlock/starfive_hwspinlock.c

-- 
2.34.1


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

end of thread, other threads:[~2026-04-27  6:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-24  3:20 [PATCH v1 0/2] Add hwspinlock driver for StarFive JHB100 SoC Xingyu Wu
2026-04-24  3:20 ` [PATCH v1 1/2] dt-bindings: hwlock: Add the support of HWspinlock for StarFive JHB100 Xingyu Wu
2026-04-24 17:05   ` Conor Dooley
2026-04-27  6:22     ` Xingyu Wu
2026-04-25 10:15   ` Krzysztof Kozlowski
2026-04-27  6:24     ` Xingyu Wu
2026-04-24  3:20 ` [PATCH v1 2/2] hwspinlock: Add StarFive hwspinlock device Xingyu Wu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox