diff for duplicates of <20210527102512.20684-2-jamin_lin@aspeedtech.com> diff --git a/a/1.txt b/N1/1.txt index fef99f5..fe39971 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -86,7 +86,7 @@ index 000000000000..1f7064d77708 +examples: + - | + #include <dt-bindings/clock/aspeed-clock.h> -+ i2c0: i2c-bus at 40 { ++ i2c0: i2c-bus@40 { + #address-cells = <1>; + #size-cells = <0>; + #interrupt-cells = <1>; @@ -134,7 +134,7 @@ index b47f6ccb196a..000000000000 - #size-cells = <1>; - ranges = <0 0x1e78a000 0x1000>; - -- i2c_ic: interrupt-controller at 0 { +- i2c_ic: interrupt-controller@0 { - #interrupt-cells = <1>; - compatible = "aspeed,ast2400-i2c-ic"; - reg = <0x0 0x40>; @@ -142,7 +142,7 @@ index b47f6ccb196a..000000000000 - interrupt-controller; - }; - -- i2c0: i2c-bus at 40 { +- i2c0: i2c-bus@40 { - #address-cells = <1>; - #size-cells = <0>; - #interrupt-cells = <1>; diff --git a/a/content_digest b/N1/content_digest index 97a9dd7..1470669 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,22 @@ "From\0Jamin Lin <jamin_lin@aspeedtech.com>\0" "Subject\0[PATCH v2 1/1] dt-bindings: aspeed-i2c: Convert txt to yaml format\0" "Date\0Thu, 27 May 2021 18:25:05 +0800\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Rob Herring <robh+dt@kernel.org>" + Joel Stanley <joel@jms.id.au> + Andrew Jeffery <andrew@aj.id.au> + Brendan Higgins <brendanhiggins@google.com> + Benjamin Herrenschmidt <benh@kernel.crashing.org> + Rayn Chen <rayn_chen@aspeedtech.com> + open list:I2C SUBSYSTEM HOST DRIVERS <linux-i2c@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> + moderated list:ARM/ASPEED MACHINE SUPPORT <linux-aspeed@lists.ozlabs.org> + open list <linux-kernel@vger.kernel.org> + " moderated list:ARM/ASPEED I2C DRIVER <openbmc@lists.ozlabs.org>\0" + "Cc\0<ryan_chen@aspeedtech.com>" + <chin-ting_kuo@aspeedtech.com> + <troy_lee@aspeedtech.com> + " <steven_lee@aspeedtech.com>\0" "\00:1\0" "b\0" "Convert aspeed i2c to yaml.\n" @@ -93,7 +108,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" "+ #interrupt-cells = <1>;\n" @@ -141,7 +156,7 @@ "-\t#size-cells = <1>;\n" "-\tranges = <0 0x1e78a000 0x1000>;\n" "-\n" - "-\ti2c_ic: interrupt-controller at 0 {\n" + "-\ti2c_ic: interrupt-controller@0 {\n" "-\t\t#interrupt-cells = <1>;\n" "-\t\tcompatible = \"aspeed,ast2400-i2c-ic\";\n" "-\t\treg = <0x0 0x40>;\n" @@ -149,7 +164,7 @@ "-\t\tinterrupt-controller;\n" "-\t};\n" "-\n" - "-\ti2c0: i2c-bus at 40 {\n" + "-\ti2c0: i2c-bus@40 {\n" "-\t\t#address-cells = <1>;\n" "-\t\t#size-cells = <0>;\n" "-\t\t#interrupt-cells = <1>;\n" @@ -165,4 +180,4 @@ "-- \n" 2.17.1 -fad8b2b5621985facea56d1e2b8e154b0c4a0fff6e0bc5705cc8c6e14bfc614a +63488311b91b7bb58a20dffab66a1e77ea030bf1cfe939bd8f63eb8854315691
diff --git a/a/1.txt b/N2/1.txt index fef99f5..fe39971 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -86,7 +86,7 @@ index 000000000000..1f7064d77708 +examples: + - | + #include <dt-bindings/clock/aspeed-clock.h> -+ i2c0: i2c-bus at 40 { ++ i2c0: i2c-bus@40 { + #address-cells = <1>; + #size-cells = <0>; + #interrupt-cells = <1>; @@ -134,7 +134,7 @@ index b47f6ccb196a..000000000000 - #size-cells = <1>; - ranges = <0 0x1e78a000 0x1000>; - -- i2c_ic: interrupt-controller at 0 { +- i2c_ic: interrupt-controller@0 { - #interrupt-cells = <1>; - compatible = "aspeed,ast2400-i2c-ic"; - reg = <0x0 0x40>; @@ -142,7 +142,7 @@ index b47f6ccb196a..000000000000 - interrupt-controller; - }; - -- i2c0: i2c-bus at 40 { +- i2c0: i2c-bus@40 { - #address-cells = <1>; - #size-cells = <0>; - #interrupt-cells = <1>; diff --git a/a/content_digest b/N2/content_digest index 97a9dd7..173bcc3 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,22 @@ "From\0Jamin Lin <jamin_lin@aspeedtech.com>\0" "Subject\0[PATCH v2 1/1] dt-bindings: aspeed-i2c: Convert txt to yaml format\0" "Date\0Thu, 27 May 2021 18:25:05 +0800\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Rob Herring <robh+dt@kernel.org>" + Joel Stanley <joel@jms.id.au> + Andrew Jeffery <andrew@aj.id.au> + Brendan Higgins <brendanhiggins@google.com> + Benjamin Herrenschmidt <benh@kernel.crashing.org> + Rayn Chen <rayn_chen@aspeedtech.com> + open list:I2C SUBSYSTEM HOST DRIVERS <linux-i2c@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> + moderated list:ARM/ASPEED MACHINE SUPPORT <linux-aspeed@lists.ozlabs.org> + open list <linux-kernel@vger.kernel.org> + " moderated list:ARM/ASPEED I2C DRIVER <openbmc@lists.ozlabs.org>\0" + "Cc\0steven_lee@aspeedtech.com" + chin-ting_kuo@aspeedtech.com + troy_lee@aspeedtech.com + " ryan_chen@aspeedtech.com\0" "\00:1\0" "b\0" "Convert aspeed i2c to yaml.\n" @@ -93,7 +108,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" "+ #interrupt-cells = <1>;\n" @@ -141,7 +156,7 @@ "-\t#size-cells = <1>;\n" "-\tranges = <0 0x1e78a000 0x1000>;\n" "-\n" - "-\ti2c_ic: interrupt-controller at 0 {\n" + "-\ti2c_ic: interrupt-controller@0 {\n" "-\t\t#interrupt-cells = <1>;\n" "-\t\tcompatible = \"aspeed,ast2400-i2c-ic\";\n" "-\t\treg = <0x0 0x40>;\n" @@ -149,7 +164,7 @@ "-\t\tinterrupt-controller;\n" "-\t};\n" "-\n" - "-\ti2c0: i2c-bus at 40 {\n" + "-\ti2c0: i2c-bus@40 {\n" "-\t\t#address-cells = <1>;\n" "-\t\t#size-cells = <0>;\n" "-\t\t#interrupt-cells = <1>;\n" @@ -165,4 +180,4 @@ "-- \n" 2.17.1 -fad8b2b5621985facea56d1e2b8e154b0c4a0fff6e0bc5705cc8c6e14bfc614a +2ad1f315f156feb0d5b28535d194715643d9ad5ea9229dc181319e1f88bab494
diff --git a/a/1.txt b/N3/1.txt index fef99f5..ca3c32f 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -86,7 +86,7 @@ index 000000000000..1f7064d77708 +examples: + - | + #include <dt-bindings/clock/aspeed-clock.h> -+ i2c0: i2c-bus at 40 { ++ i2c0: i2c-bus@40 { + #address-cells = <1>; + #size-cells = <0>; + #interrupt-cells = <1>; @@ -134,7 +134,7 @@ index b47f6ccb196a..000000000000 - #size-cells = <1>; - ranges = <0 0x1e78a000 0x1000>; - -- i2c_ic: interrupt-controller at 0 { +- i2c_ic: interrupt-controller@0 { - #interrupt-cells = <1>; - compatible = "aspeed,ast2400-i2c-ic"; - reg = <0x0 0x40>; @@ -142,7 +142,7 @@ index b47f6ccb196a..000000000000 - interrupt-controller; - }; - -- i2c0: i2c-bus at 40 { +- i2c0: i2c-bus@40 { - #address-cells = <1>; - #size-cells = <0>; - #interrupt-cells = <1>; @@ -157,3 +157,9 @@ index b47f6ccb196a..000000000000 -}; -- 2.17.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/N3/content_digest index 97a9dd7..32f69d4 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,7 +2,22 @@ "From\0Jamin Lin <jamin_lin@aspeedtech.com>\0" "Subject\0[PATCH v2 1/1] dt-bindings: aspeed-i2c: Convert txt to yaml format\0" "Date\0Thu, 27 May 2021 18:25:05 +0800\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Rob Herring <robh+dt@kernel.org>" + Joel Stanley <joel@jms.id.au> + Andrew Jeffery <andrew@aj.id.au> + Brendan Higgins <brendanhiggins@google.com> + Benjamin Herrenschmidt <benh@kernel.crashing.org> + Rayn Chen <rayn_chen@aspeedtech.com> + open list:I2C SUBSYSTEM HOST DRIVERS <linux-i2c@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> + moderated list:ARM/ASPEED MACHINE SUPPORT <linux-aspeed@lists.ozlabs.org> + open list <linux-kernel@vger.kernel.org> + " moderated list:ARM/ASPEED I2C DRIVER <openbmc@lists.ozlabs.org>\0" + "Cc\0<ryan_chen@aspeedtech.com>" + <chin-ting_kuo@aspeedtech.com> + <troy_lee@aspeedtech.com> + " <steven_lee@aspeedtech.com>\0" "\00:1\0" "b\0" "Convert aspeed i2c to yaml.\n" @@ -93,7 +108,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" "+ #interrupt-cells = <1>;\n" @@ -141,7 +156,7 @@ "-\t#size-cells = <1>;\n" "-\tranges = <0 0x1e78a000 0x1000>;\n" "-\n" - "-\ti2c_ic: interrupt-controller at 0 {\n" + "-\ti2c_ic: interrupt-controller@0 {\n" "-\t\t#interrupt-cells = <1>;\n" "-\t\tcompatible = \"aspeed,ast2400-i2c-ic\";\n" "-\t\treg = <0x0 0x40>;\n" @@ -149,7 +164,7 @@ "-\t\tinterrupt-controller;\n" "-\t};\n" "-\n" - "-\ti2c0: i2c-bus at 40 {\n" + "-\ti2c0: i2c-bus@40 {\n" "-\t\t#address-cells = <1>;\n" "-\t\t#size-cells = <0>;\n" "-\t\t#interrupt-cells = <1>;\n" @@ -163,6 +178,12 @@ "-\t};\n" "-};\n" "-- \n" - 2.17.1 + "2.17.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 -fad8b2b5621985facea56d1e2b8e154b0c4a0fff6e0bc5705cc8c6e14bfc614a +bea9b6b61f67c7a6747c8fd19e7d0635e21ec5d8bde067e16302fda07acf2f36
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.