diff for duplicates of <20210617094424.27123-3-jamin_lin@aspeedtech.com> diff --git a/a/1.txt b/N1/1.txt index 24fef33..864f85b 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -102,14 +102,14 @@ index 000000000000..2c264596b138 + #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h> + #include <dt-bindings/clock/ast2600-clock.h> + -+ i2c_gr: i2c-global-regs at 0 { ++ i2c_gr: i2c-global-regs@0 { + compatible = "aspeed,ast2600-i2c-global", "syscon"; + reg = <0x0 0x20>; + clocks = <&syscon ASPEED_CLK_APB2>; + resets = <&syscon ASPEED_RESET_I2C>; + }; + -+ i2c0: i2c-bus at 80 { ++ i2c0: i2c-bus@80 { + compatible = "aspeed,ast2600-i2c-bus"; + #address-cells = <1>; + #size-cells = <0>; diff --git a/a/content_digest b/N1/content_digest index b9df9e9..1057c4a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,32 @@ "From\0Jamin Lin <jamin_lin@aspeedtech.com>\0" "Subject\0[PATCH 2/3] dt-bindings: i2c-new: Add bindings for AST2600 I2C\0" "Date\0Thu, 17 Jun 2021 17:43:39 +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> + Philipp Zabel <p.zabel@pengutronix.de> + Wolfram Sang <wsa+renesas@sang-engineering.com> + Arnd Bergmann <arnd@arndb.de> + Jean Delvare <jdelvare@suse.de> + Jarkko Nikula <jarkko.nikula@linux.intel.com> + Geert Uytterhoeven <geert+renesas@glider.be> + Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> + Khalil Blaiech <kblaiech@mellanox.com> + Yicong Yang <yangyicong@hisilicon.com> + " Bence Cs\303\263k\303\241s <bence98@sch.bme.hu>" + Mike Rapoport <rppt@kernel.org> + " Uwe Kleine-K\303\266nig <u.kleine-koenig@pengutronix.de>" + Linus Walleij <linus.walleij@linaro.org> + Andy Shevchenko <andriy.shevchenko@linux.intel.com> + Ryan Chen <ryan_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>\0" + "Cc\0<chiawei_wang@aspeedtech.com>" + <troy_lee@aspeedtech.com> + " <steven_lee@aspeedtech.com>\0" "\00:1\0" "b\0" "AST2600 support the new register set of I2C controller\n" @@ -109,14 +134,14 @@ "+ #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>\n" "+ #include <dt-bindings/clock/ast2600-clock.h>\n" "+\n" - "+ i2c_gr: i2c-global-regs at 0 {\n" + "+ i2c_gr: i2c-global-regs@0 {\n" "+ compatible = \"aspeed,ast2600-i2c-global\", \"syscon\";\n" "+ reg = <0x0 0x20>;\n" "+ clocks = <&syscon ASPEED_CLK_APB2>;\n" "+ resets = <&syscon ASPEED_RESET_I2C>;\n" "+ };\n" "+\n" - "+ i2c0: i2c-bus at 80 {\n" + "+ i2c0: i2c-bus@80 {\n" "+ compatible = \"aspeed,ast2600-i2c-bus\";\n" "+ #address-cells = <1>;\n" "+ #size-cells = <0>;\n" @@ -130,4 +155,4 @@ "-- \n" 2.17.1 -e3694581bb3d12ea1e9b6fa724b0b59fe49c70c71afd3288789c82d102bc3dab +b9aa163c4f6a521a25845c76c415a586c2c0778d745088f75db52aa973f3e383
diff --git a/a/1.txt b/N2/1.txt index 24fef33..1262fff 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -102,14 +102,14 @@ index 000000000000..2c264596b138 + #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h> + #include <dt-bindings/clock/ast2600-clock.h> + -+ i2c_gr: i2c-global-regs at 0 { ++ i2c_gr: i2c-global-regs@0 { + compatible = "aspeed,ast2600-i2c-global", "syscon"; + reg = <0x0 0x20>; + clocks = <&syscon ASPEED_CLK_APB2>; + resets = <&syscon ASPEED_RESET_I2C>; + }; + -+ i2c0: i2c-bus at 80 { ++ i2c0: i2c-bus@80 { + compatible = "aspeed,ast2600-i2c-bus"; + #address-cells = <1>; + #size-cells = <0>; @@ -122,3 +122,9 @@ index 000000000000..2c264596b138 + }; -- 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/N2/content_digest index b9df9e9..e666900 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,32 @@ "From\0Jamin Lin <jamin_lin@aspeedtech.com>\0" "Subject\0[PATCH 2/3] dt-bindings: i2c-new: Add bindings for AST2600 I2C\0" "Date\0Thu, 17 Jun 2021 17:43:39 +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> + Philipp Zabel <p.zabel@pengutronix.de> + Wolfram Sang <wsa+renesas@sang-engineering.com> + Arnd Bergmann <arnd@arndb.de> + Jean Delvare <jdelvare@suse.de> + Jarkko Nikula <jarkko.nikula@linux.intel.com> + Geert Uytterhoeven <geert+renesas@glider.be> + Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com> + Khalil Blaiech <kblaiech@mellanox.com> + Yicong Yang <yangyicong@hisilicon.com> + " Bence Cs\303\263k\303\241s <bence98@sch.bme.hu>" + Mike Rapoport <rppt@kernel.org> + " Uwe Kleine-K\303\266nig <u.kleine-koenig@pengutronix.de>" + Linus Walleij <linus.walleij@linaro.org> + Andy Shevchenko <andriy.shevchenko@linux.intel.com> + Ryan Chen <ryan_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>\0" + "Cc\0<chiawei_wang@aspeedtech.com>" + <troy_lee@aspeedtech.com> + " <steven_lee@aspeedtech.com>\0" "\00:1\0" "b\0" "AST2600 support the new register set of I2C controller\n" @@ -109,14 +134,14 @@ "+ #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>\n" "+ #include <dt-bindings/clock/ast2600-clock.h>\n" "+\n" - "+ i2c_gr: i2c-global-regs at 0 {\n" + "+ i2c_gr: i2c-global-regs@0 {\n" "+ compatible = \"aspeed,ast2600-i2c-global\", \"syscon\";\n" "+ reg = <0x0 0x20>;\n" "+ clocks = <&syscon ASPEED_CLK_APB2>;\n" "+ resets = <&syscon ASPEED_RESET_I2C>;\n" "+ };\n" "+\n" - "+ i2c0: i2c-bus at 80 {\n" + "+ i2c0: i2c-bus@80 {\n" "+ compatible = \"aspeed,ast2600-i2c-bus\";\n" "+ #address-cells = <1>;\n" "+ #size-cells = <0>;\n" @@ -128,6 +153,12 @@ "+ bus-frequency = <100000>;\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 -e3694581bb3d12ea1e9b6fa724b0b59fe49c70c71afd3288789c82d102bc3dab +fd95e06461a2dcd885228e7ac3aa55da09e6265538430f3e22c909393a60d000
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.