linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for Cix Sky1 resets
@ 2025-11-07  3:38 Gary Yang
  2025-11-07  3:38 ` [PATCH 1/3] dt-bindings: reset: add sky1 reset controller Gary Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Gary Yang @ 2025-11-07  3:38 UTC (permalink / raw)
  To: p.zabel, robh, krzk+dt, conor+dt
  Cc: devicetree, linux-kernel, linux-arm-kernel, cix-kernel-upstream,
	Gary Yang

Patch 1: Add yaml file for Cix Sky1 resets
Patch 2: Add driver codes for Cix Sky1 resets
Patch 3: Add dts nodes for Cix Sky1 resets

Gary Yang (3):
  dt-bindings: reset: add sky1 reset controller
  Reset: cix: add support for cix sky1 resets
  dts: reset: add support for cix sky1 resets

 .../bindings/reset/cix,sky1-rst.yaml          |  48 +++
 arch/arm64/boot/dts/cix/sky1.dtsi             |  14 +
 drivers/reset/Kconfig                         |   7 +
 drivers/reset/Makefile                        |   1 +
 drivers/reset/reset-sky1.c                    | 403 ++++++++++++++++++
 include/dt-bindings/reset/cix,sky1-rst-fch.h  |  45 ++
 include/dt-bindings/reset/cix,sky1-rst.h      | 167 ++++++++
 7 files changed, 685 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/reset/cix,sky1-rst.yaml
 create mode 100644 drivers/reset/reset-sky1.c
 create mode 100644 include/dt-bindings/reset/cix,sky1-rst-fch.h
 create mode 100644 include/dt-bindings/reset/cix,sky1-rst.h

-- 
2.49.0



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

end of thread, other threads:[~2025-11-10 12:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-07  3:38 [PATCH 0/3] Add support for Cix Sky1 resets Gary Yang
2025-11-07  3:38 ` [PATCH 1/3] dt-bindings: reset: add sky1 reset controller Gary Yang
2025-11-07  7:17   ` Krzysztof Kozlowski
2025-11-10  5:56     ` 回复: " Gary Yang
2025-11-07 13:25   ` Philipp Zabel
2025-11-10  6:43     ` 回复: " Gary Yang
2025-11-07  3:38 ` [PATCH 2/3] Reset: cix: add support for cix sky1 resets Gary Yang
2025-11-07  7:19   ` Krzysztof Kozlowski
2025-11-10 11:18     ` 回复: " Gary Yang
2025-11-10 11:22       ` Krzysztof Kozlowski
2025-11-10 11:32         ` 回复: " Gary Yang
2025-11-10 11:38           ` Krzysztof Kozlowski
2025-11-10 12:11             ` 回复: " Gary Yang
2025-11-07 13:25   ` Philipp Zabel
2025-11-07  3:38 ` [PATCH 3/3] dts: reset: " Gary Yang
2025-11-07  7:19   ` Krzysztof Kozlowski
2025-11-10 11:22     ` 回复: " Gary Yang

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).