All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20210503094054.GA12520@aspeedtech.com>

diff --git a/a/1.txt b/N1/1.txt
index b149976..53140e3 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -69,13 +69,13 @@ I was wondering if the following place is a good place to put the
 comment
 
 at line 534 of aspeed-g6.dtsi
-sdc: sdc at 1e740000 {
+sdc: sdc@1e740000 {
 	// Comment here...
 
 	compatible = "aspeed,ast2600-sd-controller";
 	reg = <0x1e740000 0x100>;
 
-	sdhci0: sdhci at 1e740100 {
+	sdhci0: sdhci@1e740100 {
 		compatible = "aspeed,ast2600-sdhci", "sdhci";
 		reg = <0x100 0x100>;
 		interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -93,7 +93,7 @@ sdc: sdc at 1e740000 {
 > > +  //Example 1
 > >    - |
 > >      #include <dt-bindings/clock/aspeed-clock.h>
-> >      sdc at 1e740000 {
+> >      sdc@1e740000 {
 > > @@ -104,3 +118,88 @@ examples:
 > >                      clocks = <&syscon ASPEED_CLK_SDIO>;
 > >              };
@@ -162,7 +162,7 @@ I will test with dt_binding_check.
 > > +                      1800000 0>;
 > > +    };
 > > +
-> > +    sdc at 1e740000 {
+> > +    sdc@1e740000 {
 > > +            compatible = "aspeed,ast2600-sd-controller";
 > > +            reg = <0x1e740000 0x100>;
 > > +            #address-cells = <1>;
@@ -170,7 +170,7 @@ I will test with dt_binding_check.
 > > +            ranges = <0 0x1e740000 0x20000>;
 > > +            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;
 > > +
-> > +            sdhci0: sdhci at 100 {
+> > +            sdhci0: sdhci@100 {
 > > +                    compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > +                    reg = <0x100 0x100>;
 > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -182,7 +182,7 @@ I will test with dt_binding_check.
 > > +                    clk-phase-uhs-sdr104 = <180>, <180>;
 > > +            };
 > > +
-> > +            sdhci1: sdhci at 200 {
+> > +            sdhci1: sdhci@200 {
 > > +                    compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > +                    reg = <0x200 0x100>;
 > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/a/content_digest b/N1/content_digest
index 7b0a763..81f36a3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,9 +2,22 @@
  "ref\020210503014336.20256-2-steven_lee@aspeedtech.com\0"
  "ref\075226402-503c-4e9b-96dc-e4bd74cf20ac@www.fastmail.com\0"
  "From\0Steven Lee <steven_lee@aspeedtech.com>\0"
- "Subject\0[PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB.\0"
+ "Subject\0Re: [PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB.\0"
  "Date\0Mon, 3 May 2021 17:40:55 +0800\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Andrew Jeffery <andrew@aj.id.au>\0"
+ "Cc\0Ulf Hansson <ulf.hansson@linaro.org>"
+  Rob Herring <robh+dt@kernel.org>
+  Joel Stanley <joel@jms.id.au>
+  Ryan Chen <ryanchen.aspeed@gmail.com>
+  moderated list:ASPEED SD/MMC DRIVER <linux-aspeed@lists.ozlabs.org>
+  moderated list:ASPEED SD/MMC DRIVER <openbmc@lists.ozlabs.org>
+  linux-mmc <linux-mmc@vger.kernel.org>
+  open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS <devicetree@vger.kernel.org>
+  moderated list:ARM/ASPEED MACHINE SUPPORT <linux-arm-kernel@lists.infradead.org>
+  open list <linux-kernel@vger.kernel.org>
+  Hongwei Zhang <Hongweiz@ami.com>
+  Ryan Chen <ryan_chen@aspeedtech.com>
+ " Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>\0"
  "\00:1\0"
  "b\0"
  "The 05/03/2021 12:19, Andrew Jeffery wrote:\n"
@@ -78,13 +91,13 @@
  "comment\n"
  "\n"
  "at line 534 of aspeed-g6.dtsi\n"
- "sdc: sdc at 1e740000 {\n"
+ "sdc: sdc@1e740000 {\n"
  "\t// Comment here...\n"
  "\n"
  "\tcompatible = \"aspeed,ast2600-sd-controller\";\n"
  "\treg = <0x1e740000 0x100>;\n"
  "\n"
- "\tsdhci0: sdhci at 1e740100 {\n"
+ "\tsdhci0: sdhci@1e740100 {\n"
  "\t\tcompatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "\t\treg = <0x100 0x100>;\n"
  "\t\tinterrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -102,7 +115,7 @@
  "> > +  //Example 1\n"
  "> >    - |\n"
  "> >      #include <dt-bindings/clock/aspeed-clock.h>\n"
- "> >      sdc at 1e740000 {\n"
+ "> >      sdc@1e740000 {\n"
  "> > @@ -104,3 +118,88 @@ examples:\n"
  "> >                      clocks = <&syscon ASPEED_CLK_SDIO>;\n"
  "> >              };\n"
@@ -171,7 +184,7 @@
  "> > +                      1800000 0>;\n"
  "> > +    };\n"
  "> > +\n"
- "> > +    sdc at 1e740000 {\n"
+ "> > +    sdc@1e740000 {\n"
  "> > +            compatible = \"aspeed,ast2600-sd-controller\";\n"
  "> > +            reg = <0x1e740000 0x100>;\n"
  "> > +            #address-cells = <1>;\n"
@@ -179,7 +192,7 @@
  "> > +            ranges = <0 0x1e740000 0x20000>;\n"
  "> > +            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;\n"
  "> > +\n"
- "> > +            sdhci0: sdhci at 100 {\n"
+ "> > +            sdhci0: sdhci@100 {\n"
  "> > +                    compatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > +                    reg = <0x100 0x100>;\n"
  "> > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -191,7 +204,7 @@
  "> > +                    clk-phase-uhs-sdr104 = <180>, <180>;\n"
  "> > +            };\n"
  "> > +\n"
- "> > +            sdhci1: sdhci at 200 {\n"
+ "> > +            sdhci1: sdhci@200 {\n"
  "> > +                    compatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > +                    reg = <0x200 0x100>;\n"
  "> > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -214,4 +227,4 @@
  "> \n"
  > Andrew
 
-b597ea7adb10ee42c8bf75275753147533ad856837ef2f3fb11d9a3960fe63d3
+4a36d221ec3d0b7c63f2c6f6a9cc40fec5ead763512c10524a545f8858b14a5a

diff --git a/a/1.txt b/N2/1.txt
index b149976..53140e3 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -69,13 +69,13 @@ I was wondering if the following place is a good place to put the
 comment
 
 at line 534 of aspeed-g6.dtsi
-sdc: sdc at 1e740000 {
+sdc: sdc@1e740000 {
 	// Comment here...
 
 	compatible = "aspeed,ast2600-sd-controller";
 	reg = <0x1e740000 0x100>;
 
-	sdhci0: sdhci at 1e740100 {
+	sdhci0: sdhci@1e740100 {
 		compatible = "aspeed,ast2600-sdhci", "sdhci";
 		reg = <0x100 0x100>;
 		interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -93,7 +93,7 @@ sdc: sdc at 1e740000 {
 > > +  //Example 1
 > >    - |
 > >      #include <dt-bindings/clock/aspeed-clock.h>
-> >      sdc at 1e740000 {
+> >      sdc@1e740000 {
 > > @@ -104,3 +118,88 @@ examples:
 > >                      clocks = <&syscon ASPEED_CLK_SDIO>;
 > >              };
@@ -162,7 +162,7 @@ I will test with dt_binding_check.
 > > +                      1800000 0>;
 > > +    };
 > > +
-> > +    sdc at 1e740000 {
+> > +    sdc@1e740000 {
 > > +            compatible = "aspeed,ast2600-sd-controller";
 > > +            reg = <0x1e740000 0x100>;
 > > +            #address-cells = <1>;
@@ -170,7 +170,7 @@ I will test with dt_binding_check.
 > > +            ranges = <0 0x1e740000 0x20000>;
 > > +            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;
 > > +
-> > +            sdhci0: sdhci at 100 {
+> > +            sdhci0: sdhci@100 {
 > > +                    compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > +                    reg = <0x100 0x100>;
 > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -182,7 +182,7 @@ I will test with dt_binding_check.
 > > +                    clk-phase-uhs-sdr104 = <180>, <180>;
 > > +            };
 > > +
-> > +            sdhci1: sdhci at 200 {
+> > +            sdhci1: sdhci@200 {
 > > +                    compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > +                    reg = <0x200 0x100>;
 > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
diff --git a/a/content_digest b/N2/content_digest
index 7b0a763..c4c130c 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,9 +2,21 @@
  "ref\020210503014336.20256-2-steven_lee@aspeedtech.com\0"
  "ref\075226402-503c-4e9b-96dc-e4bd74cf20ac@www.fastmail.com\0"
  "From\0Steven Lee <steven_lee@aspeedtech.com>\0"
- "Subject\0[PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB.\0"
+ "Subject\0Re: [PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB.\0"
  "Date\0Mon, 3 May 2021 17:40:55 +0800\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Andrew Jeffery <andrew@aj.id.au>\0"
+ "Cc\0open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS <devicetree@vger.kernel.org>"
+  Ulf Hansson <ulf.hansson@linaro.org>
+  Ryan Chen <ryan_chen@aspeedtech.com>
+  moderated list:ASPEED SD/MMC DRIVER <linux-aspeed@lists.ozlabs.org>
+  linux-mmc <linux-mmc@vger.kernel.org>
+  moderated list:ASPEED SD/MMC DRIVER <openbmc@lists.ozlabs.org>
+  Ryan Chen <ryanchen.aspeed@gmail.com>
+  open list <linux-kernel@vger.kernel.org>
+  Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>
+  Rob Herring <robh+dt@kernel.org>
+  Hongwei Zhang <Hongweiz@ami.com>
+ " moderated list:ARM/ASPEED MACHINE SUPPORT <linux-arm-kernel@lists.infradead.org>\0"
  "\00:1\0"
  "b\0"
  "The 05/03/2021 12:19, Andrew Jeffery wrote:\n"
@@ -78,13 +90,13 @@
  "comment\n"
  "\n"
  "at line 534 of aspeed-g6.dtsi\n"
- "sdc: sdc at 1e740000 {\n"
+ "sdc: sdc@1e740000 {\n"
  "\t// Comment here...\n"
  "\n"
  "\tcompatible = \"aspeed,ast2600-sd-controller\";\n"
  "\treg = <0x1e740000 0x100>;\n"
  "\n"
- "\tsdhci0: sdhci at 1e740100 {\n"
+ "\tsdhci0: sdhci@1e740100 {\n"
  "\t\tcompatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "\t\treg = <0x100 0x100>;\n"
  "\t\tinterrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -102,7 +114,7 @@
  "> > +  //Example 1\n"
  "> >    - |\n"
  "> >      #include <dt-bindings/clock/aspeed-clock.h>\n"
- "> >      sdc at 1e740000 {\n"
+ "> >      sdc@1e740000 {\n"
  "> > @@ -104,3 +118,88 @@ examples:\n"
  "> >                      clocks = <&syscon ASPEED_CLK_SDIO>;\n"
  "> >              };\n"
@@ -171,7 +183,7 @@
  "> > +                      1800000 0>;\n"
  "> > +    };\n"
  "> > +\n"
- "> > +    sdc at 1e740000 {\n"
+ "> > +    sdc@1e740000 {\n"
  "> > +            compatible = \"aspeed,ast2600-sd-controller\";\n"
  "> > +            reg = <0x1e740000 0x100>;\n"
  "> > +            #address-cells = <1>;\n"
@@ -179,7 +191,7 @@
  "> > +            ranges = <0 0x1e740000 0x20000>;\n"
  "> > +            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;\n"
  "> > +\n"
- "> > +            sdhci0: sdhci at 100 {\n"
+ "> > +            sdhci0: sdhci@100 {\n"
  "> > +                    compatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > +                    reg = <0x100 0x100>;\n"
  "> > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -191,7 +203,7 @@
  "> > +                    clk-phase-uhs-sdr104 = <180>, <180>;\n"
  "> > +            };\n"
  "> > +\n"
- "> > +            sdhci1: sdhci at 200 {\n"
+ "> > +            sdhci1: sdhci@200 {\n"
  "> > +                    compatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > +                    reg = <0x200 0x100>;\n"
  "> > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -214,4 +226,4 @@
  "> \n"
  > Andrew
 
-b597ea7adb10ee42c8bf75275753147533ad856837ef2f3fb11d9a3960fe63d3
+935923115062419c1bec3e1a161c1d665ff7e6880ece85f5a7e546459ab6a1d0

diff --git a/a/1.txt b/N3/1.txt
index b149976..2137139 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -69,13 +69,13 @@ I was wondering if the following place is a good place to put the
 comment
 
 at line 534 of aspeed-g6.dtsi
-sdc: sdc at 1e740000 {
+sdc: sdc@1e740000 {
 	// Comment here...
 
 	compatible = "aspeed,ast2600-sd-controller";
 	reg = <0x1e740000 0x100>;
 
-	sdhci0: sdhci at 1e740100 {
+	sdhci0: sdhci@1e740100 {
 		compatible = "aspeed,ast2600-sdhci", "sdhci";
 		reg = <0x100 0x100>;
 		interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -93,7 +93,7 @@ sdc: sdc at 1e740000 {
 > > +  //Example 1
 > >    - |
 > >      #include <dt-bindings/clock/aspeed-clock.h>
-> >      sdc at 1e740000 {
+> >      sdc@1e740000 {
 > > @@ -104,3 +118,88 @@ examples:
 > >                      clocks = <&syscon ASPEED_CLK_SDIO>;
 > >              };
@@ -162,7 +162,7 @@ I will test with dt_binding_check.
 > > +                      1800000 0>;
 > > +    };
 > > +
-> > +    sdc at 1e740000 {
+> > +    sdc@1e740000 {
 > > +            compatible = "aspeed,ast2600-sd-controller";
 > > +            reg = <0x1e740000 0x100>;
 > > +            #address-cells = <1>;
@@ -170,7 +170,7 @@ I will test with dt_binding_check.
 > > +            ranges = <0 0x1e740000 0x20000>;
 > > +            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;
 > > +
-> > +            sdhci0: sdhci at 100 {
+> > +            sdhci0: sdhci@100 {
 > > +                    compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > +                    reg = <0x100 0x100>;
 > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -182,7 +182,7 @@ I will test with dt_binding_check.
 > > +                    clk-phase-uhs-sdr104 = <180>, <180>;
 > > +            };
 > > +
-> > +            sdhci1: sdhci at 200 {
+> > +            sdhci1: sdhci@200 {
 > > +                    compatible = "aspeed,ast2600-sdhci", "sdhci";
 > > +                    reg = <0x200 0x100>;
 > > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
@@ -204,3 +204,8 @@ Ok, I will remove the comment.
 > Cheers,
 > 
 > Andrew
+
+_______________________________________________
+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/N3/content_digest
index 7b0a763..ba36e3b 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -2,9 +2,22 @@
  "ref\020210503014336.20256-2-steven_lee@aspeedtech.com\0"
  "ref\075226402-503c-4e9b-96dc-e4bd74cf20ac@www.fastmail.com\0"
  "From\0Steven Lee <steven_lee@aspeedtech.com>\0"
- "Subject\0[PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB.\0"
+ "Subject\0Re: [PATCH v2 1/3] dt-bindings: mmc: sdhci-of-aspeed: Add description for AST2600 EVB.\0"
  "Date\0Mon, 3 May 2021 17:40:55 +0800\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0Andrew Jeffery <andrew@aj.id.au>\0"
+ "Cc\0Ulf Hansson <ulf.hansson@linaro.org>"
+  Rob Herring <robh+dt@kernel.org>
+  Joel Stanley <joel@jms.id.au>
+  Ryan Chen <ryanchen.aspeed@gmail.com>
+  moderated list:ASPEED SD/MMC DRIVER <linux-aspeed@lists.ozlabs.org>
+  moderated list:ASPEED SD/MMC DRIVER <openbmc@lists.ozlabs.org>
+  linux-mmc <linux-mmc@vger.kernel.org>
+  open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS <devicetree@vger.kernel.org>
+  moderated list:ARM/ASPEED MACHINE SUPPORT <linux-arm-kernel@lists.infradead.org>
+  open list <linux-kernel@vger.kernel.org>
+  Hongwei Zhang <Hongweiz@ami.com>
+  Ryan Chen <ryan_chen@aspeedtech.com>
+ " Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>\0"
  "\00:1\0"
  "b\0"
  "The 05/03/2021 12:19, Andrew Jeffery wrote:\n"
@@ -78,13 +91,13 @@
  "comment\n"
  "\n"
  "at line 534 of aspeed-g6.dtsi\n"
- "sdc: sdc at 1e740000 {\n"
+ "sdc: sdc@1e740000 {\n"
  "\t// Comment here...\n"
  "\n"
  "\tcompatible = \"aspeed,ast2600-sd-controller\";\n"
  "\treg = <0x1e740000 0x100>;\n"
  "\n"
- "\tsdhci0: sdhci at 1e740100 {\n"
+ "\tsdhci0: sdhci@1e740100 {\n"
  "\t\tcompatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "\t\treg = <0x100 0x100>;\n"
  "\t\tinterrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -102,7 +115,7 @@
  "> > +  //Example 1\n"
  "> >    - |\n"
  "> >      #include <dt-bindings/clock/aspeed-clock.h>\n"
- "> >      sdc at 1e740000 {\n"
+ "> >      sdc@1e740000 {\n"
  "> > @@ -104,3 +118,88 @@ examples:\n"
  "> >                      clocks = <&syscon ASPEED_CLK_SDIO>;\n"
  "> >              };\n"
@@ -171,7 +184,7 @@
  "> > +                      1800000 0>;\n"
  "> > +    };\n"
  "> > +\n"
- "> > +    sdc at 1e740000 {\n"
+ "> > +    sdc@1e740000 {\n"
  "> > +            compatible = \"aspeed,ast2600-sd-controller\";\n"
  "> > +            reg = <0x1e740000 0x100>;\n"
  "> > +            #address-cells = <1>;\n"
@@ -179,7 +192,7 @@
  "> > +            ranges = <0 0x1e740000 0x20000>;\n"
  "> > +            clocks = <&syscon ASPEED_CLK_GATE_SDCLK>;\n"
  "> > +\n"
- "> > +            sdhci0: sdhci at 100 {\n"
+ "> > +            sdhci0: sdhci@100 {\n"
  "> > +                    compatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > +                    reg = <0x100 0x100>;\n"
  "> > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -191,7 +204,7 @@
  "> > +                    clk-phase-uhs-sdr104 = <180>, <180>;\n"
  "> > +            };\n"
  "> > +\n"
- "> > +            sdhci1: sdhci at 200 {\n"
+ "> > +            sdhci1: sdhci@200 {\n"
  "> > +                    compatible = \"aspeed,ast2600-sdhci\", \"sdhci\";\n"
  "> > +                    reg = <0x200 0x100>;\n"
  "> > +                    interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;\n"
@@ -212,6 +225,11 @@
  "> \n"
  "> Cheers,\n"
  "> \n"
- > Andrew
+ "> Andrew\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
 
-b597ea7adb10ee42c8bf75275753147533ad856837ef2f3fb11d9a3960fe63d3
+42a57dc703fb0519025a0faf56eae659567390ab485d0e2339c54d3c2e35dabb

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.