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

diff --git a/a/1.txt b/N1/1.txt
index 39620e2..ef8cb5a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -40,20 +40,20 @@ index b1be2ceb7e696..0000000000000
 -
 -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";
 -            };
 -        };
@@ -117,24 +117,24 @@ index 0000000000000..40ea82942e4d4
 +
 +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>;
 +            };
@@ -145,8 +145,8 @@ index f0fe6b2032a21..7884dbe2374c7 100644
 --- a/MAINTAINERS
 +++ b/MAINTAINERS
 @@ -8977,7 +8977,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 8294294..28fac17 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,22 @@
  "From\0Eddie James <eajames@linux.ibm.com>\0"
  "Subject\0[PATCH v6 11/20] dt-bindings: i2c: i2c-fsi: Convert to json-schema\0"
  "Date\0Wed, 22 May 2024 14:25:15 -0500\0"
- "To\0linux-aspeed@lists.ozlabs.org\0"
+ "To\0linux-fsi@lists.ozlabs.org\0"
+ "Cc\0eajames@linux.ibm.com"
+  devicetree@vger.kernel.org
+  linux-kernel@vger.kernel.org
+  ninad@linux.ibm.com
+  lakshmiy@us.ibm.com
+  linux-i2c@vger.kernel.org
+  linux-spi@vger.kernel.org
+  linux-aspeed@lists.ozlabs.org
+  andrew@codeconstruct.com.au
+  joel@jms.id.au
+  robh@kernel.org
+  conor+dt@kernel.org
+  krzk+dt@kernel.org
+  andi.shyti@kernel.org
+ " broonie@kernel.org\0"
  "\00:1\0"
  "b\0"
  "Convert to json-schema for the FSI-attached I2C controller.\n"
@@ -47,20 +62,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"
@@ -124,24 +139,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"
@@ -152,8 +167,8 @@
  "--- a/MAINTAINERS\n"
  "+++ b/MAINTAINERS\n"
  "@@ -8977,7 +8977,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"
@@ -163,4 +178,4 @@
  "-- \n"
  2.39.3
 
-1a623e15acedefc9d5002e546aa9604f11c636c9341d3f563db7ce436f27b467
+ef753a0dd7963cdf6152f9f8fa55afbdf5b550d8873dee610ca55332bbe7531e

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.