[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CALC8CXdv_ZEU9WDe4kTkmvOCNy2-z0AJUmkWpAjq7DVrardvrQ@mail.gmail.com>
Date: Thu, 2 Oct 2025 12:41:06 -0400
From: ChaosEsque Team <chaosesqueteam@...il.com>
To: 董绪洋 <dongxuyang@...incomputing.com>
Cc: Philipp Zabel <p.zabel@...gutronix.de>, robh@...nel.org, krzk+dt@...nel.org,
conor+dt@...nel.org, devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
ningyu@...incomputing.com, linmin@...incomputing.com,
huangyifeng@...incomputing.com, pinkesh.vaghela@...fochips.com
Subject: Re: Re: [PATCH v5 2/2] reset: eswin: Add eic7700 reset driver
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@...incomputing.com> 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@...incomputing.com>
> > > Signed-off-by: Xuyang Dong <dongxuyang@...incomputing.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.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@einfochips.com/
> >
> > 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/
> [2] https://lore.kernel.org/all/20250616112316.3833343-3-pinkesh.vaghela@einfochips.com/
>
> Regards,
> Xuyang Dong
Powered by blists - more mailing lists