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]
Date:   Wed, 3 Apr 2019 22:01:13 +0000
From:   Leo Li <leoyang.li@....com>
To:     Vabhav Sharma <vabhav.sharma@....com>,
        "robh+dt@...nel.org" <robh+dt@...nel.org>,
        "mark.rutland@....com" <mark.rutland@....com>
CC:     Meenakshi Aggarwal <meenakshi.aggarwal@....com>,
        Andy Tang <andy.tang@....com>,
        "devicetree@...r.kernel.org" <devicetree@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: RE: [PATCH v1 1/4] dt-bindings: arm64: add compatible for LX2160A



> -----Original Message-----
> From: Vabhav Sharma
> Sent: Wednesday, April 3, 2019 3:28 AM
> To: robh+dt@...nel.org; mark.rutland@....com
> Cc: Leo Li <leoyang.li@....com>; Meenakshi Aggarwal
> <meenakshi.aggarwal@....com>; Andy Tang <andy.tang@....com>;
> devicetree@...r.kernel.org; linux-kernel@...r.kernel.org
> Subject: RE: [PATCH v1 1/4] dt-bindings: arm64: add compatible for LX2160A
> 
> Hello Maintainers,
> Please merge below patch.
> 
> Regards,
> Vabhav
> 
> > -----Original Message-----
> > From: Vabhav Sharma <vabhav.sharma@....com>
> > Sent: Tuesday, February 26, 2019 3:41 PM
> > To: sudeep.holla@....com; oss@...error.net;
> > linux-kernel@...r.kernel.org; devicetree@...r.kernel.org;
> > robh+dt@...nel.org; mark.rutland@....com;
> > linuxppc-dev@...ts.ozlabs.org; linux-arm-kernel@...ts.infradead.org;
> > mturquette@...libre.com; sboyd@...nel.org; rjw@...ysocki.net;
> > viresh.kumar@...aro.org; linux-clk@...r.kernel.org; linux-
> > pm@...r.kernel.org; linux-kernel-owner@...r.kernel.org;
> > catalin.marinas@....com; will.deacon@....com;
> > gregkh@...uxfoundation.org; arnd@...db.de;
> > kstewart@...uxfoundation.org; yamada.masahiro@...ionext.com; Leo Li
> > <leoyang.li@....com>; shawnguo@...nel.org
> > Cc: linux@...linux.org.uk; adrian.hunter@...el.com;
> > ulf.hansson@...aro.org; Vabhav Sharma <vabhav.sharma@....com>
> > Subject: [PATCH v1 1/4] dt-bindings: arm64: add compatible for LX2160A
> >
> > Add compatible for LX2160A SoC,QDS and RDB board Add lx2160a
> > compatible for clockgen and dcfg
> >
> > Signed-off-by: Vabhav Sharma <vabhav.sharma@....com>
> > Reviewed-by: Rob Herring <robh@...nel.org>
> > ---
> >  .../bindings/arm/freescale/fsl,layerscape-dcfg.txt           |  2 +-
> >  Documentation/devicetree/bindings/arm/fsl.txt                | 12
> ++++++++++++
> >  Documentation/devicetree/bindings/clock/qoriq-clock.txt      |  1 +
> >  3 files changed, 14 insertions(+), 1 deletion(-)
> >
> > diff --git
> > a/Documentation/devicetree/bindings/arm/freescale/fsl,layerscape-
> > dcfg.txt
> > b/Documentation/devicetree/bindings/arm/freescale/fsl,layerscape-
> > dcfg.txt
> > index b5cb374..dc76046 100644
> > --- a/Documentation/devicetree/bindings/arm/freescale/fsl,layerscape-
> > dcfg.txt
> > +++ b/Documentation/devicetree/bindings/arm/freescale/fsl,layerscape-d
> > +++ cf
> > +++ g.txt
> > @@ -8,7 +8,7 @@ Required properties:
> >    - compatible: Should contain a chip-specific compatible string,
> >  	Chip-specific strings are of the form "fsl,<chip>-dcfg",
> >  	The following <chip>s are known to be supported:
> > -	ls1012a, ls1021a, ls1043a, ls1046a, ls2080a.
> > +	ls1012a, ls1021a, ls1043a, ls1046a, ls2080a, lx2160a.
> >
> >    - reg : should contain base address and length of DCFG
> > memory-mapped registers
> >
> > diff --git a/Documentation/devicetree/bindings/arm/fsl.txt
> > b/Documentation/devicetree/bindings/arm/fsl.txt
> > index 7fbc424..baef162 100644
> > --- a/Documentation/devicetree/bindings/arm/fsl.txt
> > +++ b/Documentation/devicetree/bindings/arm/fsl.txt

This file has been converted to yaml format in mainline kernel.  Please respin the patch in order to apply.

> > @@ -235,3 +235,15 @@ Required root node properties:
> >  LS2088A ARMv8 based RDB Board
> >  Required root node properties:
> >      - compatible = "fsl,ls2088a-rdb", "fsl,ls2088a";
> > +
> > +LX2160A SoC
> > +Required root node properties:
> > +    - compatible = "fsl,lx2160a";
> > +
> > +LX2160A ARMv8 based QDS Board
> > +Required root node properties:
> > +    - compatible = "fsl,lx2160a-qds", "fsl,lx2160a";
> > +
> > +LX2160A ARMv8 based RDB Board
> > +Required root node properties:
> > +    - compatible = "fsl,lx2160a-rdb", "fsl,lx2160a";
> > diff --git a/Documentation/devicetree/bindings/clock/qoriq-clock.txt
> > b/Documentation/devicetree/bindings/clock/qoriq-clock.txt
> > index c655f28..f322989 100644
> > --- a/Documentation/devicetree/bindings/clock/qoriq-clock.txt
> > +++ b/Documentation/devicetree/bindings/clock/qoriq-clock.txt
> > @@ -43,6 +43,7 @@ Required properties:
> >  	* "fsl,ls1046a-clockgen"
> >  	* "fsl,ls1088a-clockgen"
> >  	* "fsl,ls2080a-clockgen"
> > +	* "fsl,lx2160a-clockgen"
> >  	Chassis-version clock strings include:
> >  	* "fsl,qoriq-clockgen-1.0": for chassis 1.0 clocks
> >  	* "fsl,qoriq-clockgen-2.0": for chassis 2.0 clocks
> > --
> > 2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ