diff for duplicates of <20210901033015.910-2-chiawei_wang@aspeedtech.com> diff --git a/a/1.txt b/N1/1.txt index c8f2410..ed64061 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -153,7 +153,7 @@ index 000000000000..aa91ec8caf6a + #include <dt-bindings/interrupt-controller/arm-gic.h> + #include <dt-bindings/clock/ast2600-clock.h> + -+ espi: espi at 1e6ee000 { ++ espi: espi@1e6ee000 { + compatible = "aspeed,ast2600-espi", "simple-mfd", "syscon"; + reg = <0x1e6ee000 0x1000>; + @@ -161,14 +161,14 @@ index 000000000000..aa91ec8caf6a + #size-cells = <1>; + ranges = <0x0 0x1e6ee000 0x1000>; + -+ espi_ctrl: espi-ctrl at 0 { ++ espi_ctrl: espi-ctrl@0 { + compatible = "aspeed,ast2600-espi-ctrl"; + reg = <0x0 0x800>; + interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&syscon ASPEED_CLK_GATE_ESPICLK>; + }; + -+ espi_mmbi: espi-mmbi at 800 { ++ espi_mmbi: espi-mmbi@800 { + compatible = "aspeed,ast2600-espi-mmbi"; + reg = <0x800 0x50>; + interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; diff --git a/a/content_digest b/N1/content_digest index f807220..be074f0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,7 +2,15 @@ "From\0Chia-Wei Wang <chiawei_wang@aspeedtech.com>\0" "Subject\0[PATCH v4 1/4] dt-bindings: aspeed: Add eSPI controller\0" "Date\0Wed, 1 Sep 2021 11:30:12 +0800\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0<robh+dt@kernel.org>" + <joel@jms.id.au> + <andrew@aj.id.au> + <linux-aspeed@lists.ozlabs.org> + <openbmc@lists.ozlabs.org> + <devicetree@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + " <linux-kernel@vger.kernel.org>\0" + "Cc\0ryan_chen@aspeedtech.com\0" "\00:1\0" "b\0" "Add dt-bindings for Aspeed eSPI controller\n" @@ -160,7 +168,7 @@ "+ #include <dt-bindings/interrupt-controller/arm-gic.h>\n" "+ #include <dt-bindings/clock/ast2600-clock.h>\n" "+\n" - "+ espi: espi at 1e6ee000 {\n" + "+ espi: espi@1e6ee000 {\n" "+ compatible = \"aspeed,ast2600-espi\", \"simple-mfd\", \"syscon\";\n" "+ reg = <0x1e6ee000 0x1000>;\n" "+\n" @@ -168,14 +176,14 @@ "+ #size-cells = <1>;\n" "+ ranges = <0x0 0x1e6ee000 0x1000>;\n" "+\n" - "+ espi_ctrl: espi-ctrl at 0 {\n" + "+ espi_ctrl: espi-ctrl@0 {\n" "+ compatible = \"aspeed,ast2600-espi-ctrl\";\n" "+ reg = <0x0 0x800>;\n" "+ interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;\n" "+ clocks = <&syscon ASPEED_CLK_GATE_ESPICLK>;\n" "+ };\n" "+\n" - "+ espi_mmbi: espi-mmbi at 800 {\n" + "+ espi_mmbi: espi-mmbi@800 {\n" "+ compatible = \"aspeed,ast2600-espi-mmbi\";\n" "+ reg = <0x800 0x50>;\n" "+ interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -184,4 +192,4 @@ "-- \n" 2.17.1 -5abcbaf1be1cf10928deac5c54020702ebe4f08db58f18ed83491ed7a4e8a903 +4a1ae34992fe66ab0c7521e669890e98f0fd15c79ace6aee5a37618e6f87a38a
diff --git a/a/1.txt b/N2/1.txt index c8f2410..3b7797c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -153,7 +153,7 @@ index 000000000000..aa91ec8caf6a + #include <dt-bindings/interrupt-controller/arm-gic.h> + #include <dt-bindings/clock/ast2600-clock.h> + -+ espi: espi at 1e6ee000 { ++ espi: espi@1e6ee000 { + compatible = "aspeed,ast2600-espi", "simple-mfd", "syscon"; + reg = <0x1e6ee000 0x1000>; + @@ -161,14 +161,14 @@ index 000000000000..aa91ec8caf6a + #size-cells = <1>; + ranges = <0x0 0x1e6ee000 0x1000>; + -+ espi_ctrl: espi-ctrl at 0 { ++ espi_ctrl: espi-ctrl@0 { + compatible = "aspeed,ast2600-espi-ctrl"; + reg = <0x0 0x800>; + interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&syscon ASPEED_CLK_GATE_ESPICLK>; + }; + -+ espi_mmbi: espi-mmbi at 800 { ++ espi_mmbi: espi-mmbi@800 { + compatible = "aspeed,ast2600-espi-mmbi"; + reg = <0x800 0x50>; + interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; @@ -176,3 +176,9 @@ index 000000000000..aa91ec8caf6a + }; -- 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 f807220..29a2316 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,15 @@ "From\0Chia-Wei Wang <chiawei_wang@aspeedtech.com>\0" "Subject\0[PATCH v4 1/4] dt-bindings: aspeed: Add eSPI controller\0" "Date\0Wed, 1 Sep 2021 11:30:12 +0800\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0<robh+dt@kernel.org>" + <joel@jms.id.au> + <andrew@aj.id.au> + <linux-aspeed@lists.ozlabs.org> + <openbmc@lists.ozlabs.org> + <devicetree@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + " <linux-kernel@vger.kernel.org>\0" + "Cc\0<ryan_chen@aspeedtech.com>\0" "\00:1\0" "b\0" "Add dt-bindings for Aspeed eSPI controller\n" @@ -160,7 +168,7 @@ "+ #include <dt-bindings/interrupt-controller/arm-gic.h>\n" "+ #include <dt-bindings/clock/ast2600-clock.h>\n" "+\n" - "+ espi: espi at 1e6ee000 {\n" + "+ espi: espi@1e6ee000 {\n" "+ compatible = \"aspeed,ast2600-espi\", \"simple-mfd\", \"syscon\";\n" "+ reg = <0x1e6ee000 0x1000>;\n" "+\n" @@ -168,20 +176,26 @@ "+ #size-cells = <1>;\n" "+ ranges = <0x0 0x1e6ee000 0x1000>;\n" "+\n" - "+ espi_ctrl: espi-ctrl at 0 {\n" + "+ espi_ctrl: espi-ctrl@0 {\n" "+ compatible = \"aspeed,ast2600-espi-ctrl\";\n" "+ reg = <0x0 0x800>;\n" "+ interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;\n" "+ clocks = <&syscon ASPEED_CLK_GATE_ESPICLK>;\n" "+ };\n" "+\n" - "+ espi_mmbi: espi-mmbi at 800 {\n" + "+ espi_mmbi: espi-mmbi@800 {\n" "+ compatible = \"aspeed,ast2600-espi-mmbi\";\n" "+ reg = <0x800 0x50>;\n" "+ interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;\n" "+ };\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 -5abcbaf1be1cf10928deac5c54020702ebe4f08db58f18ed83491ed7a4e8a903 +ec647776ed886430651569fa0bc9c91beea663d0021faef5b52da3a859cdae64
diff --git a/a/1.txt b/N3/1.txt index c8f2410..ed64061 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -153,7 +153,7 @@ index 000000000000..aa91ec8caf6a + #include <dt-bindings/interrupt-controller/arm-gic.h> + #include <dt-bindings/clock/ast2600-clock.h> + -+ espi: espi at 1e6ee000 { ++ espi: espi@1e6ee000 { + compatible = "aspeed,ast2600-espi", "simple-mfd", "syscon"; + reg = <0x1e6ee000 0x1000>; + @@ -161,14 +161,14 @@ index 000000000000..aa91ec8caf6a + #size-cells = <1>; + ranges = <0x0 0x1e6ee000 0x1000>; + -+ espi_ctrl: espi-ctrl at 0 { ++ espi_ctrl: espi-ctrl@0 { + compatible = "aspeed,ast2600-espi-ctrl"; + reg = <0x0 0x800>; + interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>; + clocks = <&syscon ASPEED_CLK_GATE_ESPICLK>; + }; + -+ espi_mmbi: espi-mmbi at 800 { ++ espi_mmbi: espi-mmbi@800 { + compatible = "aspeed,ast2600-espi-mmbi"; + reg = <0x800 0x50>; + interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>; diff --git a/a/content_digest b/N3/content_digest index f807220..f99d351 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -2,7 +2,15 @@ "From\0Chia-Wei Wang <chiawei_wang@aspeedtech.com>\0" "Subject\0[PATCH v4 1/4] dt-bindings: aspeed: Add eSPI controller\0" "Date\0Wed, 1 Sep 2021 11:30:12 +0800\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0<robh+dt@kernel.org>" + <joel@jms.id.au> + <andrew@aj.id.au> + <linux-aspeed@lists.ozlabs.org> + <openbmc@lists.ozlabs.org> + <devicetree@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + " <linux-kernel@vger.kernel.org>\0" + "Cc\0<ryan_chen@aspeedtech.com>\0" "\00:1\0" "b\0" "Add dt-bindings for Aspeed eSPI controller\n" @@ -160,7 +168,7 @@ "+ #include <dt-bindings/interrupt-controller/arm-gic.h>\n" "+ #include <dt-bindings/clock/ast2600-clock.h>\n" "+\n" - "+ espi: espi at 1e6ee000 {\n" + "+ espi: espi@1e6ee000 {\n" "+ compatible = \"aspeed,ast2600-espi\", \"simple-mfd\", \"syscon\";\n" "+ reg = <0x1e6ee000 0x1000>;\n" "+\n" @@ -168,14 +176,14 @@ "+ #size-cells = <1>;\n" "+ ranges = <0x0 0x1e6ee000 0x1000>;\n" "+\n" - "+ espi_ctrl: espi-ctrl at 0 {\n" + "+ espi_ctrl: espi-ctrl@0 {\n" "+ compatible = \"aspeed,ast2600-espi-ctrl\";\n" "+ reg = <0x0 0x800>;\n" "+ interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;\n" "+ clocks = <&syscon ASPEED_CLK_GATE_ESPICLK>;\n" "+ };\n" "+\n" - "+ espi_mmbi: espi-mmbi at 800 {\n" + "+ espi_mmbi: espi-mmbi@800 {\n" "+ compatible = \"aspeed,ast2600-espi-mmbi\";\n" "+ reg = <0x800 0x50>;\n" "+ interrupts = <GIC_SPI 108 IRQ_TYPE_LEVEL_HIGH>;\n" @@ -184,4 +192,4 @@ "-- \n" 2.17.1 -5abcbaf1be1cf10928deac5c54020702ebe4f08db58f18ed83491ed7a4e8a903 +79a777f316b08a4afe9248f4558268c04d478697c859bbdcbb0ac2003dc710b1
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.