From: ChaosEsque Team <chaosesqueteam@gmail.com>
To: 董绪洋 <dongxuyang@eswincomputing.com>
Cc: Philipp Zabel <p.zabel@pengutronix.de>,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
ningyu@eswincomputing.com, linmin@eswincomputing.com,
huangyifeng@eswincomputing.com, pinkesh.vaghela@einfochips.com
Subject: Re: Re: [PATCH v5 2/2] reset: eswin: Add eic7700 reset driver
Date: Thu, 2 Oct 2025 12:41:06 -0400 [thread overview]
Message-ID: <CALC8CXdv_ZEU9WDe4kTkmvOCNy2-z0AJUmkWpAjq7DVrardvrQ@mail.gmail.com> (raw)
In-Reply-To: <764c4fa5.321.198c105554b.Coremail.dongxuyang@eswincomputing.com>
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@eswincomputing.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@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.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
next prev parent reply other threads:[~2025-10-02 16:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-07-25 9:32 [PATCH v5 0/2] Add driver support for ESWIN eic7700 SoC reset controller dongxuyang
2025-07-25 9:34 ` [PATCH v5 1/2] dt-bindings: reset: eswin: Documentation for eic7700 SoC dongxuyang
2025-08-14 10:32 ` Philipp Zabel
2025-07-25 9:34 ` [PATCH v5 2/2] reset: eswin: Add eic7700 reset driver dongxuyang
2025-08-14 10:32 ` Philipp Zabel
2025-08-19 6:30 ` 董绪洋
2025-10-02 16:41 ` ChaosEsque Team [this message]
2025-08-14 9:33 ` [PATCH v5 0/2] Add driver support for ESWIN eic7700 SoC reset controller 董绪洋
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=CALC8CXdv_ZEU9WDe4kTkmvOCNy2-z0AJUmkWpAjq7DVrardvrQ@mail.gmail.com \
--to=chaosesqueteam@gmail.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=dongxuyang@eswincomputing.com \
--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=pinkesh.vaghela@einfochips.com \
--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).