Re: Re: [PATCH v5 2/2] reset: eswin: Add eic7700 reset driver
From: ChaosEsque Team
Date: Thu Oct 02 2025 - 12:37:02 EST
Random chinese chicken scratch characters.
Exactly whomst Linus desires in this project.
All the hackers from 1993 have been thrown out.
On Tue, Aug 19, 2025 at 2:32 AM 董绪洋 <dongxuyang@xxxxxxxxxxxxxxxxxx> wrote:
>
> Hi Philipp,
>
> > >
> > > 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@xxxxxxxxxxxxxxxxxx>
> > > Signed-off-by: Xuyang Dong <dongxuyang@xxxxxxxxxxxxxxxxxx>
> > > ---
> > > 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.c
> > >
> > > diff --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_TEST
> >
> > Undeclared dependency on [1].
> >
> > [1] https://lore.kernel.org/all/20250616112316.3833343-3-pinkesh.vaghela@xxxxxxxxxxxxxx/
> >
> > 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@xxxxxxxxxxxxxx/
> [2] https://lore.kernel.org/all/20250616112316.3833343-3-pinkesh.vaghela@xxxxxxxxxxxxxx/
>
> Regards,
> Xuyang Dong