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] [thread-next>] [day] [month] [year] [list]
Message-ID:
 <PUZPR06MB5887E37550709E15C0C2F14FEFCEA@PUZPR06MB5887.apcprd06.prod.outlook.com>
Date: Mon, 10 Nov 2025 11:22:23 +0000
From: Gary Yang <gary.yang@...tech.com>
To: Krzysztof Kozlowski <krzk@...nel.org>, "p.zabel@...gutronix.de"
	<p.zabel@...gutronix.de>, "robh@...nel.org" <robh@...nel.org>,
	"krzk+dt@...nel.org" <krzk+dt@...nel.org>, "conor+dt@...nel.org"
	<conor+dt@...nel.org>
CC: "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"linux-arm-kernel@...ts.infradead.org"
	<linux-arm-kernel@...ts.infradead.org>, cix-kernel-upstream
	<cix-kernel-upstream@...tech.com>
Subject:
 回复: [PATCH 3/3] dts: reset: add support for cix sky1 resets

Hi Krzysztof:

> -----邮件原件-----
> 发件人: Krzysztof Kozlowski <krzk@...nel.org>
> 发送时间: 2025年11月7日 15:20
> 收件人: Gary Yang <gary.yang@...tech.com>; p.zabel@...gutronix.de;
> robh@...nel.org; krzk+dt@...nel.org; conor+dt@...nel.org
> 抄送: devicetree@...r.kernel.org; linux-kernel@...r.kernel.org;
> linux-arm-kernel@...ts.infradead.org; cix-kernel-upstream
> <cix-kernel-upstream@...tech.com>
> 主题: Re: [PATCH 3/3] dts: reset: add support for cix sky1 resets
> 
> EXTERNAL EMAIL
> 
> On 07/11/2025 04:38, Gary Yang wrote:
> > There are two reset conctrollers on Cix Sky1 Soc.
> > One is located in S0 domain, and the other is located in S5 domain.
> >
> > Signed-off-by: Gary Yang <gary.yang@...tech.com>
> > ---
> >  arch/arm64/boot/dts/cix/sky1.dtsi | 14 ++++++++++++++
> >  1 file changed, 14 insertions(+)
> 
> 
> Please use subject prefixes matching the subsystem. You can get them for
> example with `git log --oneline -- DIRECTORY_OR_FILE` on the directory your
> patch is touching. For bindings, the preferred subjects are explained here:
> https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patch
> es.html#i-for-patch-submitters
> 
> Please start paying attention to this.
> 

Ok, we will use " arm64: dts: cix: add support for cix sky1 resets ". All right?

> >
> > diff --git a/arch/arm64/boot/dts/cix/sky1.dtsi
> > b/arch/arm64/boot/dts/cix/sky1.dtsi
> > index d21387224e79..fc68734f37c2 100644
> > --- a/arch/arm64/boot/dts/cix/sky1.dtsi
> > +++ b/arch/arm64/boot/dts/cix/sky1.dtsi
> > @@ -348,6 +348,13 @@ i3c1: i3c@...0000 {
> >                       status = "disabled";
> >               };
> >
> > +             src_fch: reset-controller@...0000 {
> > +                     compatible = "cix,sky1-rst-fch", "syscon";
> > +                     reg = <0x0 0x04160000 0x0 0x90>;
> > +                     #reset-cells = <1>;
> > +                     status = "okay";
> Why?

Sorry, We will delete status property

> 
> > +             };
> > +
> >               iomuxc: pinctrl@...0000 {
> >                       compatible = "cix,sky1-iomuxc";
> >                       reg = <0x0 0x04170000 0x0 0x1000>; @@ -568,6
> > +575,13 @@ ppi_partition1: interrupt-partition-1 {
> >                       };
> >               };
> >
> > +             src: reset-controller@...00000 {
> > +                     compatible = "cix,sky1-rst", "syscon";
> > +                     reg = <0x0 0x16000000 0x0 0x1000>;
> > +                     #reset-cells = <1>;
> > +                     status = "okay";
> 
> No, really, why?
> 

Sorry, We will delete status property

Best wishes
Gary

> 
> Best regards,
> Krzysztof

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ