All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20230330073259.485606-2-ryan_chen@aspeedtech.com>

diff --git a/a/1.txt b/N1/1.txt
index 8f2a8f3..a443334 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -78,7 +78,7 @@ index f597f73ccd87..81e8ced64900 100644
  examples:
    - |
      #include <dt-bindings/clock/aspeed-clock.h>
-     i2c0: i2c-bus at 40 {
+     i2c0: i2c-bus@40 {
 -      #address-cells = <1>;
 -      #size-cells = <0>;
        compatible = "aspeed,ast2500-i2c-bus";
@@ -90,7 +90,7 @@ index f597f73ccd87..81e8ced64900 100644
      };
 +  - |
 +    #include <dt-bindings/interrupt-controller/arm-gic.h>
-+    i2c1: i2c at 80 {
++    i2c1: i2c@80 {
 +      compatible = "aspeed,ast2600-i2cv2";
 +      reg = <0x80 0x80>, <0xc00 0x20>;
 +      aspeed,global-regs = <&i2c_global>;
diff --git a/a/content_digest b/N1/content_digest
index bed2eda..6dd2cf9 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,17 @@
  "From\0Ryan Chen <ryan_chen@aspeedtech.com>\0"
  "Subject\0[PATCH v8 1/2] dt-bindings: i2c: aspeed: support for AST2600-i2cv2\0"
  "Date\0Thu, 30 Mar 2023 15:32:58 +0800\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0<jk@codeconstruct.com.au>"
+  <openbmc@lists.ozlabs.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-i2c@vger.kernel.org>
+  ryan_chen <ryan_chen@aspeedtech.com>
+  Rob Herring <robh+dt@kernel.org>
+  Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
+  Joel Stanley <joel@jms.id.au>
+  Andrew Jeffery <andrew@aj.id.au>
+  Linus Walleij <linus.walleij@linaro.org>
+ " <linux-aspeed@lists.ozlabs.org>\0"
  "\00:1\0"
  "b\0"
  "Fix typo in maintainer's name and email.\n"
@@ -85,7 +95,7 @@
  " examples:\n"
  "   - |\n"
  "     #include <dt-bindings/clock/aspeed-clock.h>\n"
- "     i2c0: i2c-bus at 40 {\n"
+ "     i2c0: i2c-bus@40 {\n"
  "-      #address-cells = <1>;\n"
  "-      #size-cells = <0>;\n"
  "       compatible = \"aspeed,ast2500-i2c-bus\";\n"
@@ -97,7 +107,7 @@
  "     };\n"
  "+  - |\n"
  "+    #include <dt-bindings/interrupt-controller/arm-gic.h>\n"
- "+    i2c1: i2c at 80 {\n"
+ "+    i2c1: i2c@80 {\n"
  "+      compatible = \"aspeed,ast2600-i2cv2\";\n"
  "+      reg = <0x80 0x80>, <0xc00 0x20>;\n"
  "+      aspeed,global-regs = <&i2c_global>;\n"
@@ -108,4 +118,4 @@
  "-- \n"
  2.34.1
 
-f1bc3d25bc85ca8431fc54a3a8b91d8665d4597b264031d322ea7650f751cfb1
+77b88d61178443fb2fc1f96fa974b055e21f2bbdd3b3153877de219c908bac6d

diff --git a/a/1.txt b/N2/1.txt
index 8f2a8f3..e6a3713 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -78,7 +78,7 @@ index f597f73ccd87..81e8ced64900 100644
  examples:
    - |
      #include <dt-bindings/clock/aspeed-clock.h>
-     i2c0: i2c-bus at 40 {
+     i2c0: i2c-bus@40 {
 -      #address-cells = <1>;
 -      #size-cells = <0>;
        compatible = "aspeed,ast2500-i2c-bus";
@@ -90,7 +90,7 @@ index f597f73ccd87..81e8ced64900 100644
      };
 +  - |
 +    #include <dt-bindings/interrupt-controller/arm-gic.h>
-+    i2c1: i2c at 80 {
++    i2c1: i2c@80 {
 +      compatible = "aspeed,ast2600-i2cv2";
 +      reg = <0x80 0x80>, <0xc00 0x20>;
 +      aspeed,global-regs = <&i2c_global>;
@@ -100,3 +100,9 @@ index f597f73ccd87..81e8ced64900 100644
 +    };
 -- 
 2.34.1
+
+
+_______________________________________________
+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 bed2eda..f6e557c 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -2,7 +2,17 @@
  "From\0Ryan Chen <ryan_chen@aspeedtech.com>\0"
  "Subject\0[PATCH v8 1/2] dt-bindings: i2c: aspeed: support for AST2600-i2cv2\0"
  "Date\0Thu, 30 Mar 2023 15:32:58 +0800\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0<jk@codeconstruct.com.au>"
+  <openbmc@lists.ozlabs.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-i2c@vger.kernel.org>
+  ryan_chen <ryan_chen@aspeedtech.com>
+  Rob Herring <robh+dt@kernel.org>
+  Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org>
+  Joel Stanley <joel@jms.id.au>
+  Andrew Jeffery <andrew@aj.id.au>
+  Linus Walleij <linus.walleij@linaro.org>
+ " <linux-aspeed@lists.ozlabs.org>\0"
  "\00:1\0"
  "b\0"
  "Fix typo in maintainer's name and email.\n"
@@ -85,7 +95,7 @@
  " examples:\n"
  "   - |\n"
  "     #include <dt-bindings/clock/aspeed-clock.h>\n"
- "     i2c0: i2c-bus at 40 {\n"
+ "     i2c0: i2c-bus@40 {\n"
  "-      #address-cells = <1>;\n"
  "-      #size-cells = <0>;\n"
  "       compatible = \"aspeed,ast2500-i2c-bus\";\n"
@@ -97,7 +107,7 @@
  "     };\n"
  "+  - |\n"
  "+    #include <dt-bindings/interrupt-controller/arm-gic.h>\n"
- "+    i2c1: i2c at 80 {\n"
+ "+    i2c1: i2c@80 {\n"
  "+      compatible = \"aspeed,ast2600-i2cv2\";\n"
  "+      reg = <0x80 0x80>, <0xc00 0x20>;\n"
  "+      aspeed,global-regs = <&i2c_global>;\n"
@@ -106,6 +116,12 @@
  "+      interrupts = <GIC_SPI 110 IRQ_TYPE_LEVEL_HIGH>;\n"
  "+    };\n"
  "-- \n"
- 2.34.1
+ "2.34.1\n"
+ "\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
 
-f1bc3d25bc85ca8431fc54a3a8b91d8665d4597b264031d322ea7650f751cfb1
+958e8190639558404614ecf688fcdff2ffe1f34859bac2823bfd08fcf3da874b

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.