From: Gary Yang <gary.yang@cixtech.com>
To: p.zabel@pengutronix.de, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
cix-kernel-upstream@cixtech.com,
Gary Yang <gary.yang@cixtech.com>
Subject: [PATCH 0/3] Add support for Cix Sky1 resets
Date: Fri, 7 Nov 2025 11:38:16 +0800 [thread overview]
Message-ID: <20251107033819.587712-1-gary.yang@cixtech.com> (raw)
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
next reply other threads:[~2025-11-07 3:38 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-07 3:38 Gary Yang [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20251107033819.587712-1-gary.yang@cixtech.com \
--to=gary.yang@cixtech.com \
--cc=cix-kernel-upstream@cixtech.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=p.zabel@pengutronix.de \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox