diff for duplicates of <20220517183154.GA1352926-robh@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 73edf61..98c66ad 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -172,7 +172,7 @@ Why does this need to be in DT. It's configuration. > + #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>; > + @@ -180,14 +180,14 @@ Why does this need to be in DT. It's configuration. > + #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 4b0fc56..5dcf9fd 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,21 @@ "ref\020220516005412.4844-1-chiawei_wang@aspeedtech.com\0" "ref\020220516005412.4844-2-chiawei_wang@aspeedtech.com\0" "From\0Rob Herring <robh@kernel.org>\0" - "Subject\0[PATCH v5 1/4] dt-bindings: aspeed: Add eSPI controller\0" + "Subject\0Re: [PATCH v5 1/4] dt-bindings: aspeed: Add eSPI controller\0" "Date\0Tue, 17 May 2022 13:31:54 -0500\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Chia-Wei Wang <chiawei_wang@aspeedtech.com>\0" + "Cc\0linux-arm-kernel@lists.infradead.org" + devicetree@vger.kernel.org + a.kartashev@yadro.com + ryan_chen@aspeedtech.com + linux-aspeed@lists.ozlabs.org + andrew@aj.id.au + openbmc@lists.ozlabs.org + linux-kernel@vger.kernel.org + joel@jms.id.au + jk@codeconstruct.com.au + patrick.rudolph@9elements.com + " dphadke@linux.microsoft.com\0" "\00:1\0" "b\0" "On Mon, May 16, 2022 at 08:54:09AM +0800, Chia-Wei Wang wrote:\n" @@ -180,7 +192,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" @@ -188,14 +200,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" @@ -207,4 +219,4 @@ "\n" Rob -91b1be69c469c0f2bc063d350089608657124645ae11479e9a1b63452db6590d +86502e1967b9cddefc91e154c1a03369888f9515d9b487f9a3e6c620d87e00d4
diff --git a/a/1.txt b/N2/1.txt index 73edf61..4fe9b04 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -172,7 +172,7 @@ Why does this need to be in DT. It's configuration. > + #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>; > + @@ -180,14 +180,14 @@ Why does this need to be in DT. It's configuration. > + #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>; @@ -198,3 +198,8 @@ their own or reuseable in another configuration? If not, looks like this could all be 1 node. Rob + +_______________________________________________ +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 4b0fc56..1b3c229 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,21 @@ "ref\020220516005412.4844-1-chiawei_wang@aspeedtech.com\0" "ref\020220516005412.4844-2-chiawei_wang@aspeedtech.com\0" "From\0Rob Herring <robh@kernel.org>\0" - "Subject\0[PATCH v5 1/4] dt-bindings: aspeed: Add eSPI controller\0" + "Subject\0Re: [PATCH v5 1/4] dt-bindings: aspeed: Add eSPI controller\0" "Date\0Tue, 17 May 2022 13:31:54 -0500\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Chia-Wei Wang <chiawei_wang@aspeedtech.com>\0" + "Cc\0joel@jms.id.au" + andrew@aj.id.au + jk@codeconstruct.com.au + a.kartashev@yadro.com + patrick.rudolph@9elements.com + dphadke@linux.microsoft.com + linux-aspeed@lists.ozlabs.org + openbmc@lists.ozlabs.org + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + " ryan_chen@aspeedtech.com\0" "\00:1\0" "b\0" "On Mon, May 16, 2022 at 08:54:09AM +0800, Chia-Wei Wang wrote:\n" @@ -180,7 +192,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" @@ -188,14 +200,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" @@ -205,6 +217,11 @@ "their own or reuseable in another configuration? If not, looks like this \n" "could all be 1 node.\n" "\n" - Rob + "Rob\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 -91b1be69c469c0f2bc063d350089608657124645ae11479e9a1b63452db6590d +8e77a933e002ee23e03e902cfa400425e72dbb9f670060a84e8aa47f12ca5570
diff --git a/a/1.txt b/N3/1.txt index 73edf61..98c66ad 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -172,7 +172,7 @@ Why does this need to be in DT. It's configuration. > + #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>; > + @@ -180,14 +180,14 @@ Why does this need to be in DT. It's configuration. > + #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 4b0fc56..5940f95 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,9 +1,21 @@ "ref\020220516005412.4844-1-chiawei_wang@aspeedtech.com\0" "ref\020220516005412.4844-2-chiawei_wang@aspeedtech.com\0" "From\0Rob Herring <robh@kernel.org>\0" - "Subject\0[PATCH v5 1/4] dt-bindings: aspeed: Add eSPI controller\0" + "Subject\0Re: [PATCH v5 1/4] dt-bindings: aspeed: Add eSPI controller\0" "Date\0Tue, 17 May 2022 13:31:54 -0500\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0Chia-Wei Wang <chiawei_wang@aspeedtech.com>\0" + "Cc\0joel@jms.id.au" + andrew@aj.id.au + jk@codeconstruct.com.au + a.kartashev@yadro.com + patrick.rudolph@9elements.com + dphadke@linux.microsoft.com + linux-aspeed@lists.ozlabs.org + openbmc@lists.ozlabs.org + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + linux-kernel@vger.kernel.org + " ryan_chen@aspeedtech.com\0" "\00:1\0" "b\0" "On Mon, May 16, 2022 at 08:54:09AM +0800, Chia-Wei Wang wrote:\n" @@ -180,7 +192,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" @@ -188,14 +200,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" @@ -207,4 +219,4 @@ "\n" Rob -91b1be69c469c0f2bc063d350089608657124645ae11479e9a1b63452db6590d +e71f2c9d9b514a265add9728d0bfc0f9cabfd8aeb7b41a79fb9f1bc2f86c2c7e
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.