diff for duplicates of <20210603024839.27976-2-jamin_lin@aspeedtech.com> diff --git a/a/1.txt b/N1/1.txt index 8d93d50..eb611d8 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -77,7 +77,7 @@ index 000000000000..9a40605c3433 +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>; @@ -123,7 +123,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>; @@ -131,7 +131,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 b513a35..9249f5c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,22 @@ "From\0Jamin Lin <jamin_lin@aspeedtech.com>\0" "Subject\0[PATCH v3 1/1] dt-bindings: aspeed-i2c: Convert txt to yaml format\0" "Date\0Thu, 3 Jun 2021 10:48:19 +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" @@ -84,7 +99,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" @@ -130,7 +145,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" @@ -138,7 +153,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" @@ -154,4 +169,4 @@ "-- \n" 2.17.1 -e90c8f9a21ee6a99ced39fefc5362311efb5d9728f2787f2eb379b19d43940cc +d65fdf4458c0ac691c8f8fae255d01d86c5812d6c2cfce5a3c93ab67d9ae07fc
diff --git a/a/1.txt b/N2/1.txt index 8d93d50..eb611d8 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -77,7 +77,7 @@ index 000000000000..9a40605c3433 +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>; @@ -123,7 +123,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>; @@ -131,7 +131,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 b513a35..c8044a9 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,22 @@ "From\0Jamin Lin <jamin_lin@aspeedtech.com>\0" "Subject\0[PATCH v3 1/1] dt-bindings: aspeed-i2c: Convert txt to yaml format\0" "Date\0Thu, 3 Jun 2021 10:48:19 +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" @@ -84,7 +99,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" @@ -130,7 +145,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" @@ -138,7 +153,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" @@ -154,4 +169,4 @@ "-- \n" 2.17.1 -e90c8f9a21ee6a99ced39fefc5362311efb5d9728f2787f2eb379b19d43940cc +6cdfe114a7790db05fb7dd6660b0ff9d84d71a86df33024c4085a57f930f8eec
diff --git a/a/1.txt b/N3/1.txt index 8d93d50..b2a7b73 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -77,7 +77,7 @@ index 000000000000..9a40605c3433 +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>; @@ -123,7 +123,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>; @@ -131,7 +131,7 @@ index b47f6ccb196a..000000000000 - interrupt-controller; - }; - -- i2c0: i2c-bus at 40 { +- i2c0: i2c-bus@40 { - #address-cells = <1>; - #size-cells = <0>; - #interrupt-cells = <1>; @@ -146,3 +146,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 b513a35..e791d22 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,7 +2,22 @@ "From\0Jamin Lin <jamin_lin@aspeedtech.com>\0" "Subject\0[PATCH v3 1/1] dt-bindings: aspeed-i2c: Convert txt to yaml format\0" "Date\0Thu, 3 Jun 2021 10:48:19 +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" @@ -84,7 +99,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" @@ -130,7 +145,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" @@ -138,7 +153,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" @@ -152,6 +167,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 -e90c8f9a21ee6a99ced39fefc5362311efb5d9728f2787f2eb379b19d43940cc +aa5491f39a8a157c2aa0089987bcfa80091922e80336a67513655e92c35e45e2
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.