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, 7 Nov 2018 04:30:20 +0000
From:   "Z.q. Hou" <zhiqiang.hou@....com>
To:     Leo Li <leoyang.li@....com>
CC:     "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" 
        <linux-arm-kernel@...ts.infradead.org>,
        lkml <linux-kernel@...r.kernel.org>,
        "linux-pci@...r.kernel.org" <linux-pci@...r.kernel.org>,
        "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" 
        <devicetree@...r.kernel.org>, Rob Herring <robh+dt@...nel.org>,
        Shawn Guo <shawnguo@...nel.org>,
        Mark Rutland <mark.rutland@....com>,
        Bjorn Helgaas <bhelgaas@...gle.com>,
        Mingkai Hu <mingkai.hu@....com>,
        "M.h. Lian" <minghuan.lian@....com>
Subject: RE: [PATCH v2 4/4] dts/arm64/layerscape: Clean PCIe controller
 compatible strings

Hi Leo,

Thanks a lot for your comments!

> -----Original Message-----
> From: Li Yang <leoyang.li@....com>
> Sent: 2018年10月27日 5:01
> To: Z.q. Hou <zhiqiang.hou@....com>
> Cc: moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
> <linux-arm-kernel@...ts.infradead.org>; lkml <linux-kernel@...r.kernel.org>;
> linux-pci@...r.kernel.org; open list:OPEN FIRMWARE AND FLATTENED
> DEVICE TREE BINDINGS <devicetree@...r.kernel.org>; Rob Herring
> <robh+dt@...nel.org>; Shawn Guo <shawnguo@...nel.org>; Mark Rutland
> <mark.rutland@....com>; Bjorn Helgaas <bhelgaas@...gle.com>; Mingkai
> Hu <mingkai.hu@....com>; M.h. Lian <minghuan.lian@....com>
> Subject: Re: [PATCH v2 4/4] dts/arm64/layerscape: Clean PCIe controller
> compatible strings
> 
> On Thu, Oct 25, 2018 at 4:53 AM Z.q. Hou <zhiqiang.hou@....com> wrote:
> 
> The correct prefix for arm64 dts patches should be: "arm64: dts:
> layerscape: ...", and it should be better to mention the string removed in the
> title too.

Will fix it in v3.
> 
> >
> > From: Hou Zhiqiang <Zhiqiang.Hou@....com>
> >
> > Removed the wrong compatible string "snps,dw-pcie", in case match
> > incorrect driver.
> >
> > Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@....com>
> > ---
> > V2:
> >  - no change
> >
> >  arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi |  2 +-
> > arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi |  6 +++---
> > arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi |  6 +++---
> > arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi |  6 +++---
> > arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi |  8 ++++----
> > arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi | 12 ++++--------
> >  6 files changed, 18 insertions(+), 22 deletions(-)
> >
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
> > b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
> > index 5da732f82fa0..028a6daa5597 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1012a.dtsi
> > @@ -475,7 +475,7 @@
> >                 };
> >
> >                 pcie@...0000 {
> > -                       compatible = "fsl,ls1012a-pcie",
> "snps,dw-pcie";
> > +                       compatible = "fsl,ls1012a-pcie";
> >                         reg = <0x00 0x03400000 0x0 0x00100000
> /* controller registers */
> >                                0x40 0x00000000 0x0 0x00002000>;
> /* configuration space */
> >                         reg-names = "regs", "config"; diff --git
> > a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
> > b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
> > index 3fed504b5381..5480d6c4c548 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi
> > @@ -661,7 +661,7 @@
> >                 };
> >
> >                 pcie@...0000 {
> > -                       compatible = "fsl,ls1043a-pcie",
> "snps,dw-pcie";
> > +                       compatible = "fsl,ls1043a-pcie";
> >                         reg = <0x00 0x03400000 0x0 0x00100000
> /* controller registers */
> >                                0x40 0x00000000 0x0 0x00002000>;
> /* configuration space */
> >                         reg-names = "regs", "config"; @@ -686,7
> +686,7
> > @@
> >                 };
> >
> >                 pcie@...0000 {
> > -                       compatible = "fsl,ls1043a-pcie",
> "snps,dw-pcie";
> > +                       compatible = "fsl,ls1043a-pcie";
> >                         reg = <0x00 0x03500000 0x0 0x00100000
> /* controller registers */
> >                                0x48 0x00000000 0x0 0x00002000>;
> /* configuration space */
> >                         reg-names = "regs", "config"; @@ -711,7
> +711,7
> > @@
> >                 };
> >
> >                 pcie@...0000 {
> > -                       compatible = "fsl,ls1043a-pcie",
> "snps,dw-pcie";
> > +                       compatible = "fsl,ls1043a-pcie";
> >                         reg = <0x00 0x03600000 0x0 0x00100000
> /* controller registers */
> >                                0x50 0x00000000 0x0 0x00002000>;
> /* configuration space */
> >                         reg-names = "regs", "config"; diff --git
> > a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
> > b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
> > index 51cbd50012d6..519315c5d507 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi
> > @@ -630,7 +630,7 @@
> >                 };
> >
> >                 pcie@...0000 {
> > -                       compatible = "fsl,ls1046a-pcie",
> "snps,dw-pcie";
> > +                       compatible = "fsl,ls1046a-pcie";
> >                         reg = <0x00 0x03400000 0x0 0x00100000
> /* controller registers */
> >                                0x40 0x00000000 0x0 0x00002000>;
> /* configuration space */
> >                         reg-names = "regs", "config"; @@ -655,7
> +655,7
> > @@
> >                 };
> >
> >                 pcie@...0000 {
> > -                       compatible = "fsl,ls1046a-pcie",
> "snps,dw-pcie";
> > +                       compatible = "fsl,ls1046a-pcie";
> >                         reg = <0x00 0x03500000 0x0 0x00100000
> /* controller registers */
> >                                0x48 0x00000000 0x0 0x00002000>;
> /* configuration space */
> >                         reg-names = "regs", "config"; @@ -680,7
> +680,7
> > @@
> >                 };
> >
> >                 pcie@...0000 {
> > -                       compatible = "fsl,ls1046a-pcie",
> "snps,dw-pcie";
> > +                       compatible = "fsl,ls1046a-pcie";
> >                         reg = <0x00 0x03600000 0x0 0x00100000
> /* controller registers */
> >                                0x50 0x00000000 0x0 0x00002000>;
> /* configuration space */
> >                         reg-names = "regs", "config"; diff --git
> > a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
> > b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
> > index a07f612ab56b..10b253c88a16 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls1088a.dtsi
> > @@ -512,7 +512,7 @@
> >                 };
> >
> >                 pcie@...0000 {
> > -                       compatible = "fsl,ls1088a-pcie",
> "snps,dw-pcie";
> > +                       compatible = "fsl,ls1088a-pcie";
> >                         reg = <0x00 0x03400000 0x0 0x00100000
> /* controller registers */
> >                                0x20 0x00000000 0x0 0x00002000>;
> /* configuration space */
> >                         reg-names = "regs", "config"; @@ -536,7
> +536,7
> > @@
> >                 };
> >
> >                 pcie@...0000 {
> > -                       compatible = "fsl,ls1088a-pcie",
> "snps,dw-pcie";
> > +                       compatible = "fsl,ls1088a-pcie";
> >                         reg = <0x00 0x03500000 0x0 0x00100000
> /* controller registers */
> >                                0x28 0x00000000 0x0 0x00002000>;
> /* configuration space */
> >                         reg-names = "regs", "config"; @@ -560,7
> +560,7
> > @@
> >                 };
> >
> >                 pcie@...0000 {
> > -                       compatible = "fsl,ls1088a-pcie",
> "snps,dw-pcie";
> > +                       compatible = "fsl,ls1088a-pcie";
> >                         reg = <0x00 0x03600000 0x0 0x00100000
> /* controller registers */
> >                                0x30 0x00000000 0x0 0x00002000>;
> /* configuration space */
> >                         reg-names = "regs", "config"; diff --git
> > a/arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi
> > b/arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi
> > index 7c882da3f6b0..a5f668d786b8 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls2088a.dtsi
> > @@ -119,7 +119,7 @@
> >  };
> >
> >  &pcie1 {
> > -       compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
> > +       compatible = "fsl,ls2088a-pcie";
> >         reg = <0x00 0x03400000 0x0 0x00100000   /* controller
> registers */
> >                0x20 0x00000000 0x0 0x00002000>; /* configuration
> space
> > */
> >
> > @@ -128,7 +128,7 @@
> >  };
> >
> >  &pcie2 {
> > -       compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
> > +       compatible = "fsl,ls2088a-pcie";
> >         reg = <0x00 0x03500000 0x0 0x00100000   /* controller
> registers */
> >                0x28 0x00000000 0x0 0x00002000>; /* configuration
> space
> > */
> >
> > @@ -137,7 +137,7 @@
> >  };
> >
> >  &pcie3 {
> > -       compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
> > +       compatible = "fsl,ls2088a-pcie";
> >         reg = <0x00 0x03600000 0x0 0x00100000   /* controller
> registers */
> >                0x30 0x00000000 0x0 0x00002000>; /* configuration
> space
> > */
> >
> > @@ -146,7 +146,7 @@
> >  };
> >
> >  &pcie4 {
> > -       compatible = "fsl,ls2088a-pcie", "snps,dw-pcie";
> > +       compatible = "fsl,ls2088a-pcie";
> >         reg = <0x00 0x03700000 0x0 0x00100000   /* controller
> registers */
> >                0x38 0x00000000 0x0 0x00002000>; /* configuration
> space
> > */
> >
> > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
> > b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
> > index d188774a36e8..80cc40f76a4a 100644
> > --- a/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
> > +++ b/arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi
> > @@ -630,8 +630,7 @@
> >                 };
> >
> >                 pcie1: pcie@...0000 {
> > -                       compatible = "fsl,ls2080a-pcie",
> "fsl,ls2085a-pcie",
> > -                                    "snps,dw-pcie";
> > +                       compatible = "fsl,ls2080a-pcie",
> > + "fsl,ls2085a-pcie";
> >                         reg-names = "regs", "config";
> >                         interrupts = <0 108 0x4>; /* Level high type
> */
> >                         interrupt-names = "intr"; @@ -651,8 +650,7
> @@
> >                 };
> >
> >                 pcie2: pcie@...0000 {
> > -                       compatible = "fsl,ls2080a-pcie",
> "fsl,ls2085a-pcie",
> > -                                    "snps,dw-pcie";
> > +                       compatible = "fsl,ls2080a-pcie",
> > + "fsl,ls2085a-pcie";
> >                         reg-names = "regs", "config";
> >                         interrupts = <0 113 0x4>; /* Level high type
> */
> >                         interrupt-names = "intr"; @@ -672,8 +670,7
> @@
> >                 };
> >
> >                 pcie3: pcie@...0000 {
> > -                       compatible = "fsl,ls2080a-pcie",
> "fsl,ls2085a-pcie",
> > -                                    "snps,dw-pcie";
> > +                       compatible = "fsl,ls2080a-pcie",
> > + "fsl,ls2085a-pcie";
> >                         reg-names = "regs", "config";
> >                         interrupts = <0 118 0x4>; /* Level high type
> */
> >                         interrupt-names = "intr"; @@ -693,8 +690,7
> @@
> >                 };
> >
> >                 pcie4: pcie@...0000 {
> > -                       compatible = "fsl,ls2080a-pcie",
> "fsl,ls2085a-pcie",
> > -                                    "snps,dw-pcie";
> > +                       compatible = "fsl,ls2080a-pcie",
> > + "fsl,ls2085a-pcie";
> >                         reg-names = "regs", "config";
> >                         interrupts = <0 123 0x4>; /* Level high type
> */
> >                         interrupt-names = "intr";
> > --
> > 2.17.1
> >
Thanks,
Zhiqiang

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ