Re: Re: [PATCH v5 2/2] reset: eswin: Add eic7700 reset driver
From: 董绪洋 <dongxuyang@eswincomputing.com>
Date: 2025-08-19 06:30:21
Also in:
lkml
Hi Philipp,
quoted
Add support for reset controller in eic7700 series chips. Provide functionality for asserting and deasserting resets on the chip. Signed-off-by: Yifeng Huang <huangyifeng@eswincomputing.com> Signed-off-by: Xuyang Dong <dongxuyang@eswincomputing.com> --- drivers/reset/Kconfig | 10 + drivers/reset/Makefile | 1 + drivers/reset/reset-eic7700.c | 432 ++++++++++++++++++++++++++++++++++ 3 files changed, 443 insertions(+) create mode 100644 drivers/reset/reset-eic7700.cdiff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig index d85be5899da6..82f829f4c9f0 100644 --- a/drivers/reset/Kconfig +++ b/drivers/reset/Kconfig@@ -66,6 +66,16 @@ config RESET_BRCMSTB_RESCAL This enables the RESCAL reset controller for SATA, PCIe0, or PCIe1 on BCM7216. +config RESET_EIC7700 + bool "Reset controller driver for ESWIN SoCs" + depends on ARCH_ESWIN || COMPILE_TESTUndeclared dependency on [1]. [1] https://lore.kernel.org/all/20250616112316.3833343-3-pinkesh.vaghela@einfochips.com/ (local) regards Philipp
We will add the following dependencies in the cover letter of our next patch. This series depends on the vendor prefix patch [1] and config option patch [2]. [1] https://lore.kernel.org/all/20250616112316.3833343-4-pinkesh.vaghela@einfochips.com/ (local) [2] https://lore.kernel.org/all/20250616112316.3833343-3-pinkesh.vaghela@einfochips.com/ (local) Regards, Xuyang Dong