All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20210805011951.GA28444@taoren-ubuntu-R90MNF91>

diff --git a/a/1.txt b/N1/1.txt
index 2eb9fe1..19477d6 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -33,7 +33,7 @@ and will add it back when the driver is ready.
 
 > 
 > > +
-> > +       flash at 0 {
+> > +       flash@0 {
 > > +               status = "okay";
 > > +               m25p,fast-read;
 > > +               label = "spi1.0";
@@ -44,7 +44,7 @@ and will add it back when the driver is ready.
 > > +                       #address-cells = <1>;
 > > +                       #size-cells = <1>;
 > > +
-> > +                       flash1 at 0 {
+> > +                       flash1@0 {
 > > +                               reg = <0x0 0x2000000>;
 > > +                               label = "system-flash";
 > > +                       };
@@ -72,7 +72,7 @@ Meanwhile, should I delete the entry until the fix is ready in driver?
 > > +&mdio1 {
 > > +       status = "okay";
 > > +
-> > +       ethphy3: ethernet-phy at 13 {
+> > +       ethphy3: ethernet-phy@13 {
 > > +               compatible = "ethernet-phy-ieee802.3-c22";
 > > +               reg = <0x0d>;
 > > +       };
diff --git a/a/content_digest b/N1/content_digest
index 0f3a5ec..09ee549 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,9 +2,17 @@
  "ref\020210728233755.17963-7-rentao.bupt@gmail.com\0"
  "ref\0CACPK8XemZkV7nK_b4883DN+dJKhL=tXfqK6=DpHQe=fZRu_ETQ@mail.gmail.com\0"
  "From\0Tao Ren <rentao.bupt@gmail.com>\0"
- "Subject\0[PATCH 6/6] ARM: dts: aspeed: Add Facebook Fuji (AST2600) BMC\0"
+ "Subject\0Re: [PATCH 6/6] ARM: dts: aspeed: Add Facebook Fuji (AST2600) BMC\0"
  "Date\0Wed, 4 Aug 2021 18:19:51 -0700\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Joel Stanley <joel@jms.id.au>\0"
+ "Cc\0devicetree <devicetree@vger.kernel.org>"
+  linux-aspeed <linux-aspeed@lists.ozlabs.org>
+  Andrew Jeffery <andrew@aj.id.au>
+  Tao Ren <taoren@fb.com>
+  OpenBMC Maillist <openbmc@lists.ozlabs.org>
+  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
+  Rob Herring <robh+dt@kernel.org>
+ " Linux ARM <linux-arm-kernel@lists.infradead.org>\0"
  "\00:1\0"
  "b\0"
  "On Thu, Aug 05, 2021 at 12:28:02AM +0000, Joel Stanley wrote:\n"
@@ -42,7 +50,7 @@
  "\n"
  "> \n"
  "> > +\n"
- "> > +       flash at 0 {\n"
+ "> > +       flash@0 {\n"
  "> > +               status = \"okay\";\n"
  "> > +               m25p,fast-read;\n"
  "> > +               label = \"spi1.0\";\n"
@@ -53,7 +61,7 @@
  "> > +                       #address-cells = <1>;\n"
  "> > +                       #size-cells = <1>;\n"
  "> > +\n"
- "> > +                       flash1 at 0 {\n"
+ "> > +                       flash1@0 {\n"
  "> > +                               reg = <0x0 0x2000000>;\n"
  "> > +                               label = \"system-flash\";\n"
  "> > +                       };\n"
@@ -81,7 +89,7 @@
  "> > +&mdio1 {\n"
  "> > +       status = \"okay\";\n"
  "> > +\n"
- "> > +       ethphy3: ethernet-phy at 13 {\n"
+ "> > +       ethphy3: ethernet-phy@13 {\n"
  "> > +               compatible = \"ethernet-phy-ieee802.3-c22\";\n"
  "> > +               reg = <0x0d>;\n"
  "> > +       };\n"
@@ -107,4 +115,4 @@
  "\n"
  Tao
 
-8441b9181eddfac3133b271b764b18934bc147165d82eaa66fd0b984ecc944ee
+91f53295a3aa8ecebf8c2299aa1ddf6f20acfc8b55313d8b84f3e71f24eb4d3f

diff --git a/a/1.txt b/N2/1.txt
index 2eb9fe1..3e9afcb 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -33,7 +33,7 @@ and will add it back when the driver is ready.
 
 > 
 > > +
-> > +       flash at 0 {
+> > +       flash@0 {
 > > +               status = "okay";
 > > +               m25p,fast-read;
 > > +               label = "spi1.0";
@@ -44,7 +44,7 @@ and will add it back when the driver is ready.
 > > +                       #address-cells = <1>;
 > > +                       #size-cells = <1>;
 > > +
-> > +                       flash1 at 0 {
+> > +                       flash1@0 {
 > > +                               reg = <0x0 0x2000000>;
 > > +                               label = "system-flash";
 > > +                       };
@@ -72,7 +72,7 @@ Meanwhile, should I delete the entry until the fix is ready in driver?
 > > +&mdio1 {
 > > +       status = "okay";
 > > +
-> > +       ethphy3: ethernet-phy at 13 {
+> > +       ethphy3: ethernet-phy@13 {
 > > +               compatible = "ethernet-phy-ieee802.3-c22";
 > > +               reg = <0x0d>;
 > > +       };
@@ -97,3 +97,8 @@ confusion. Will update pinmux in v2. Thanks.
 Cheers,
 
 Tao
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N2/content_digest
index 0f3a5ec..b4758ee 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,9 +2,17 @@
  "ref\020210728233755.17963-7-rentao.bupt@gmail.com\0"
  "ref\0CACPK8XemZkV7nK_b4883DN+dJKhL=tXfqK6=DpHQe=fZRu_ETQ@mail.gmail.com\0"
  "From\0Tao Ren <rentao.bupt@gmail.com>\0"
- "Subject\0[PATCH 6/6] ARM: dts: aspeed: Add Facebook Fuji (AST2600) BMC\0"
+ "Subject\0Re: [PATCH 6/6] ARM: dts: aspeed: Add Facebook Fuji (AST2600) BMC\0"
  "Date\0Wed, 4 Aug 2021 18:19:51 -0700\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Joel Stanley <joel@jms.id.au>\0"
+ "Cc\0Rob Herring <robh+dt@kernel.org>"
+  Andrew Jeffery <andrew@aj.id.au>
+  devicetree <devicetree@vger.kernel.org>
+  Linux ARM <linux-arm-kernel@lists.infradead.org>
+  linux-aspeed <linux-aspeed@lists.ozlabs.org>
+  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
+  OpenBMC Maillist <openbmc@lists.ozlabs.org>
+ " Tao Ren <taoren@fb.com>\0"
  "\00:1\0"
  "b\0"
  "On Thu, Aug 05, 2021 at 12:28:02AM +0000, Joel Stanley wrote:\n"
@@ -42,7 +50,7 @@
  "\n"
  "> \n"
  "> > +\n"
- "> > +       flash at 0 {\n"
+ "> > +       flash@0 {\n"
  "> > +               status = \"okay\";\n"
  "> > +               m25p,fast-read;\n"
  "> > +               label = \"spi1.0\";\n"
@@ -53,7 +61,7 @@
  "> > +                       #address-cells = <1>;\n"
  "> > +                       #size-cells = <1>;\n"
  "> > +\n"
- "> > +                       flash1 at 0 {\n"
+ "> > +                       flash1@0 {\n"
  "> > +                               reg = <0x0 0x2000000>;\n"
  "> > +                               label = \"system-flash\";\n"
  "> > +                       };\n"
@@ -81,7 +89,7 @@
  "> > +&mdio1 {\n"
  "> > +       status = \"okay\";\n"
  "> > +\n"
- "> > +       ethphy3: ethernet-phy at 13 {\n"
+ "> > +       ethphy3: ethernet-phy@13 {\n"
  "> > +               compatible = \"ethernet-phy-ieee802.3-c22\";\n"
  "> > +               reg = <0x0d>;\n"
  "> > +       };\n"
@@ -105,6 +113,11 @@
  "\n"
  "Cheers,\n"
  "\n"
- Tao
+ "Tao\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-8441b9181eddfac3133b271b764b18934bc147165d82eaa66fd0b984ecc944ee
+fa35af9ebd70186094a2d08be11cff618a963137c3c3daac386915839043346e

diff --git a/a/1.txt b/N3/1.txt
index 2eb9fe1..19477d6 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -33,7 +33,7 @@ and will add it back when the driver is ready.
 
 > 
 > > +
-> > +       flash at 0 {
+> > +       flash@0 {
 > > +               status = "okay";
 > > +               m25p,fast-read;
 > > +               label = "spi1.0";
@@ -44,7 +44,7 @@ and will add it back when the driver is ready.
 > > +                       #address-cells = <1>;
 > > +                       #size-cells = <1>;
 > > +
-> > +                       flash1 at 0 {
+> > +                       flash1@0 {
 > > +                               reg = <0x0 0x2000000>;
 > > +                               label = "system-flash";
 > > +                       };
@@ -72,7 +72,7 @@ Meanwhile, should I delete the entry until the fix is ready in driver?
 > > +&mdio1 {
 > > +       status = "okay";
 > > +
-> > +       ethphy3: ethernet-phy at 13 {
+> > +       ethphy3: ethernet-phy@13 {
 > > +               compatible = "ethernet-phy-ieee802.3-c22";
 > > +               reg = <0x0d>;
 > > +       };
diff --git a/a/content_digest b/N3/content_digest
index 0f3a5ec..093a668 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -2,9 +2,17 @@
  "ref\020210728233755.17963-7-rentao.bupt@gmail.com\0"
  "ref\0CACPK8XemZkV7nK_b4883DN+dJKhL=tXfqK6=DpHQe=fZRu_ETQ@mail.gmail.com\0"
  "From\0Tao Ren <rentao.bupt@gmail.com>\0"
- "Subject\0[PATCH 6/6] ARM: dts: aspeed: Add Facebook Fuji (AST2600) BMC\0"
+ "Subject\0Re: [PATCH 6/6] ARM: dts: aspeed: Add Facebook Fuji (AST2600) BMC\0"
  "Date\0Wed, 4 Aug 2021 18:19:51 -0700\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Joel Stanley <joel@jms.id.au>\0"
+ "Cc\0Rob Herring <robh+dt@kernel.org>"
+  Andrew Jeffery <andrew@aj.id.au>
+  devicetree <devicetree@vger.kernel.org>
+  Linux ARM <linux-arm-kernel@lists.infradead.org>
+  linux-aspeed <linux-aspeed@lists.ozlabs.org>
+  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
+  OpenBMC Maillist <openbmc@lists.ozlabs.org>
+ " Tao Ren <taoren@fb.com>\0"
  "\00:1\0"
  "b\0"
  "On Thu, Aug 05, 2021 at 12:28:02AM +0000, Joel Stanley wrote:\n"
@@ -42,7 +50,7 @@
  "\n"
  "> \n"
  "> > +\n"
- "> > +       flash at 0 {\n"
+ "> > +       flash@0 {\n"
  "> > +               status = \"okay\";\n"
  "> > +               m25p,fast-read;\n"
  "> > +               label = \"spi1.0\";\n"
@@ -53,7 +61,7 @@
  "> > +                       #address-cells = <1>;\n"
  "> > +                       #size-cells = <1>;\n"
  "> > +\n"
- "> > +                       flash1 at 0 {\n"
+ "> > +                       flash1@0 {\n"
  "> > +                               reg = <0x0 0x2000000>;\n"
  "> > +                               label = \"system-flash\";\n"
  "> > +                       };\n"
@@ -81,7 +89,7 @@
  "> > +&mdio1 {\n"
  "> > +       status = \"okay\";\n"
  "> > +\n"
- "> > +       ethphy3: ethernet-phy at 13 {\n"
+ "> > +       ethphy3: ethernet-phy@13 {\n"
  "> > +               compatible = \"ethernet-phy-ieee802.3-c22\";\n"
  "> > +               reg = <0x0d>;\n"
  "> > +       };\n"
@@ -107,4 +115,4 @@
  "\n"
  Tao
 
-8441b9181eddfac3133b271b764b18934bc147165d82eaa66fd0b984ecc944ee
+5957164c9d2b0f623978195367d88839b89964378d6b8979673d75d56b1ccb97

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.