All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20240429210131.373487-11-eajames@linux.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index bfc8815..4981d74 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -41,20 +41,20 @@ index b1be2ceb7e69..000000000000
 -
 -Examples:
 -
--    i2c at 1800 {
+-    i2c@1800 {
 -        compatible = "ibm,i2c-fsi";
 -        reg = < 0x1800 0x400 >;
 -        #address-cells = <1>;
 -        #size-cells = <0>;
 -
--        i2c-bus at 0 {
+-        i2c-bus@0 {
 -            reg = <0>;
 -        };
 -
--        i2c-bus at 1 {
+-        i2c-bus@1 {
 -            reg = <1>;
 -
--            eeprom at 50 {
+-            eeprom@50 {
 -                compatible = "vendor,dev-name";
 -            };
 -        };
@@ -100,24 +100,24 @@ index 000000000000..8ff5585a3aa5
 +
 +examples:
 +  - |
-+    i2c at 1800 {
++    i2c@1800 {
 +        compatible = "ibm,i2c-fsi";
 +        reg = <0x1800 0x400>;
 +        #address-cells = <1>;
 +        #size-cells = <0>;
 +
-+        i2c-bus at 0 {
++        i2c-bus@0 {
 +            reg = <0>;
 +            #address-cells = <1>;
 +            #size-cells = <0>;
 +        };
 +
-+        i2c-bus at 1 {
++        i2c-bus@1 {
 +            reg = <1>;
 +            #address-cells = <1>;
 +            #size-cells = <0>;
 +
-+            eeprom at 50 {
++            eeprom@50 {
 +                compatible = "atmel,24c64";
 +                reg = <0x50>;
 +            };
@@ -128,8 +128,8 @@ index eea74166a2d9..9021e6ec4e6d 100644
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
 @@ -8924,7 +8924,7 @@ M:	Eddie James <eajames@linux.ibm.com>
- L:	linux-i2c at vger.kernel.org
- L:	openbmc at lists.ozlabs.org (moderated for non-subscribers)
+ L:	linux-i2c@vger.kernel.org
+ L:	openbmc@lists.ozlabs.org (moderated for non-subscribers)
  S:	Maintained
 -F:	Documentation/devicetree/bindings/i2c/i2c-fsi.txt
 +F:	Documentation/devicetree/bindings/i2c/ibm,i2c-fsi.yaml
diff --git a/a/content_digest b/N1/content_digest
index 00c04f8..85a1b10 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -3,6 +3,19 @@
  "Subject\0[PATCH v4 10/17] dt-bindings: i2c: i2c-fsi: Convert to json-schema\0"
  "Date\0Mon, 29 Apr 2024 16:01:24 -0500\0"
  "To\0linux-aspeed@lists.ozlabs.org\0"
+ "Cc\0eajames@linux.ibm.com"
+  devicetree@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  linux-fsi@lists.ozlabs.org
+  linux-spi@vger.kernel.org
+  linux-i2c@vger.kernel.org
+  lakshmiy@us.ibm.com
+  robh@kernel.org
+  krzk+dt@kernel.org
+  conor+dt@kernel.org
+  joel@jms.id.au
+  andrew@codeconstruct.com.au
+ " andi.shyti@kernel.org\0"
  "\00:1\0"
  "b\0"
  "Convert to json-schema for the FSI-attached I2C controller.\n"
@@ -48,20 +61,20 @@
  "-\n"
  "-Examples:\n"
  "-\n"
- "-    i2c at 1800 {\n"
+ "-    i2c@1800 {\n"
  "-        compatible = \"ibm,i2c-fsi\";\n"
  "-        reg = < 0x1800 0x400 >;\n"
  "-        #address-cells = <1>;\n"
  "-        #size-cells = <0>;\n"
  "-\n"
- "-        i2c-bus at 0 {\n"
+ "-        i2c-bus@0 {\n"
  "-            reg = <0>;\n"
  "-        };\n"
  "-\n"
- "-        i2c-bus at 1 {\n"
+ "-        i2c-bus@1 {\n"
  "-            reg = <1>;\n"
  "-\n"
- "-            eeprom at 50 {\n"
+ "-            eeprom@50 {\n"
  "-                compatible = \"vendor,dev-name\";\n"
  "-            };\n"
  "-        };\n"
@@ -107,24 +120,24 @@
  "+\n"
  "+examples:\n"
  "+  - |\n"
- "+    i2c at 1800 {\n"
+ "+    i2c@1800 {\n"
  "+        compatible = \"ibm,i2c-fsi\";\n"
  "+        reg = <0x1800 0x400>;\n"
  "+        #address-cells = <1>;\n"
  "+        #size-cells = <0>;\n"
  "+\n"
- "+        i2c-bus at 0 {\n"
+ "+        i2c-bus@0 {\n"
  "+            reg = <0>;\n"
  "+            #address-cells = <1>;\n"
  "+            #size-cells = <0>;\n"
  "+        };\n"
  "+\n"
- "+        i2c-bus at 1 {\n"
+ "+        i2c-bus@1 {\n"
  "+            reg = <1>;\n"
  "+            #address-cells = <1>;\n"
  "+            #size-cells = <0>;\n"
  "+\n"
- "+            eeprom at 50 {\n"
+ "+            eeprom@50 {\n"
  "+                compatible = \"atmel,24c64\";\n"
  "+                reg = <0x50>;\n"
  "+            };\n"
@@ -135,8 +148,8 @@
  "--- a/MAINTAINERS\n"
  "+++ b/MAINTAINERS\n"
  "@@ -8924,7 +8924,7 @@ M:\tEddie James <eajames@linux.ibm.com>\n"
- " L:\tlinux-i2c at vger.kernel.org\n"
- " L:\topenbmc at lists.ozlabs.org (moderated for non-subscribers)\n"
+ " L:\tlinux-i2c@vger.kernel.org\n"
+ " L:\topenbmc@lists.ozlabs.org (moderated for non-subscribers)\n"
  " S:\tMaintained\n"
  "-F:\tDocumentation/devicetree/bindings/i2c/i2c-fsi.txt\n"
  "+F:\tDocumentation/devicetree/bindings/i2c/ibm,i2c-fsi.yaml\n"
@@ -146,4 +159,4 @@
  "-- \n"
  2.39.3
 
-8d26c4bba5588a338cb0adabd858131b4cd5ea9ee99512dce674f139a38f194d
+6a2ce2ed5a2405049a22437ef5f154706a797a186985ba3d27cf99109ffe22f6

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.