lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <764c4fa5.321.198c105554b.Coremail.dongxuyang@eswincomputing.com>
Date: Tue, 19 Aug 2025 14:30:08 +0800 (GMT+08:00)
From: 董绪洋 <dongxuyang@...incomputing.com>
To: "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
Cc: 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

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

Powered by Openwall GNU/*/Linux Powered by OpenVZ