From: dongxuyang@eswincomputing.com
To: p.zabel@pengutronix.de, robh@kernel.org, krzk+dt@kernel.org,
conor+dt@kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Cc: ningyu@eswincomputing.com, linmin@eswincomputing.com,
huangyifeng@eswincomputing.com,
Xuyang Dong <dongxuyang@eswincomputing.com>
Subject: [PATCH v2 0/2] Add driver support for ESWIN eic7700 SoC reset controller
Date: Wed, 4 Jun 2025 16:51:24 +0800 [thread overview]
Message-ID: <20250604085124.2098-1-dongxuyang@eswincomputing.com> (raw)
From: Xuyang Dong <dongxuyang@eswincomputing.com>
Updates:
dt-bindings: reset: eswin: Documentation for eic7700 SoC
v1 -> v2:
1. Clear warnings/errors by using "make dt_binding_check".
2. Update example, change parent node from sys-crg to reset-controller
for reset yaml.
3. Drop the child node and add '#reset-cells' to the parent node.
4. Drop the description, because sys-crg block is changed to reset-
controller.
5. Change hex numbers to decimal numbers going from 0, and drop the
not needed hardware numbers.
reset: eswin: Add eic7700 reset driver
v1 -> v2:
1. Modify the code according to the suggestions.
2. Use eswin_reset_assert and eswin_reset_deassert in function
eswin_reset_reset.
3. Place RESET_EIC7700 in Kconfig and Makefile in order.
4. Use dev_err_probe() in probe function.
Xuyang Dong (2):
dt-bindings: reset: eswin: Documentation for eic7700 SoC
reset: eswin: Add eic7700 reset driver
.../bindings/reset/eswin,eic7700-reset.yaml | 41 +++
drivers/reset/Kconfig | 10 +
drivers/reset/Makefile | 1 +
drivers/reset/reset-eic7700.c | 234 ++++++++++++++++++
.../dt-bindings/reset/eswin,eic7700-reset.h | 73 ++++++
5 files changed, 359 insertions(+)
create mode 100644 Documentation/devicetree/bindings/reset/eswin,eic7700-reset.yaml
create mode 100644 drivers/reset/reset-eic7700.c
create mode 100644 include/dt-bindings/reset/eswin,eic7700-reset.h
--
2.17.1
next reply other threads:[~2025-06-04 8:52 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-04 8:51 dongxuyang [this message]
2025-06-04 8:52 ` [PATCH v2 1/2] dt-bindings: reset: eswin: Documentation for eic7700 SoC dongxuyang
2025-06-04 9:03 ` Krzysztof Kozlowski
2025-06-04 10:06 ` Philipp Zabel
2025-06-04 8:53 ` [PATCH v2 2/2] reset: eswin: Add eic7700 reset driver dongxuyang
2025-06-04 12:13 ` Krzysztof Kozlowski
2025-06-04 12:13 ` Krzysztof Kozlowski
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=20250604085124.2098-1-dongxuyang@eswincomputing.com \
--to=dongxuyang@eswincomputing.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=huangyifeng@eswincomputing.com \
--cc=krzk+dt@kernel.org \
--cc=linmin@eswincomputing.com \
--cc=linux-kernel@vger.kernel.org \
--cc=ningyu@eswincomputing.com \
--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;
as well as URLs for NNTP newsgroup(s).