diff for duplicates of <Yh/hFS2XW9SjK4Pl@robh.at.kernel.org> diff --git a/a/1.txt b/N1/1.txt index 8bc553b..92303c5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,9 +1,9 @@ -On Wed, Mar 02, 2022 at 06:31:07PM +0100, C?dric Le Goater wrote: +On Wed, Mar 02, 2022 at 06:31:07PM +0100, Cédric Le Goater wrote: > The "interrupt" property is optional because it is only necessary for > controllers supporting DMAs (Not implemented yet in the new driver). > > Cc: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> -> Signed-off-by: C?dric Le Goater <clg@kaod.org> +> Signed-off-by: Cédric Le Goater <clg@kaod.org> > --- > .../bindings/spi/aspeed,ast2600-fmc.yaml | 90 +++++++++++++++++++ > MAINTAINERS | 9 ++ @@ -26,7 +26,7 @@ On Wed, Mar 02, 2022 at 06:31:07PM +0100, C?dric Le Goater wrote: > + > +maintainers: > + - Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> -> + - C?dric Le Goater <clg@kaod.org> +> + - Cédric Le Goater <clg@kaod.org> > + > +description: | > + This binding describes the Aspeed Static Memory Controllers (FMC and @@ -87,26 +87,26 @@ Reviewed-by: Rob Herring <robh@kernel.org> > + #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h> > + #include <dt-bindings/clock/ast2600-clock.h> > + -> + spi at 1e620000 { +> + spi@1e620000 { > + reg = <0x1e620000 0xc4>, <0x20000000 0x10000000>; > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "aspeed,ast2600-fmc"; > + clocks = <&syscon ASPEED_CLK_AHB>; > + interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>; -> + flash at 0 { +> + flash@0 { > + reg = < 0 >; > + compatible = "jedec,spi-nor"; > + spi-max-frequency = <50000000>; > + spi-rx-bus-width = <2>; > + }; -> + flash at 1 { +> + flash@1 { > + reg = < 1 >; > + compatible = "jedec,spi-nor"; > + spi-max-frequency = <50000000>; > + spi-rx-bus-width = <2>; > + }; -> + flash at 2 { +> + flash@2 { > + reg = < 2 >; > + compatible = "jedec,spi-nor"; > + spi-max-frequency = <50000000>; @@ -123,17 +123,21 @@ Reviewed-by: Rob Herring <robh@kernel.org> > > +ASPEED SMC SPI DRIVER > +M: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> -> +M: C?dric Le Goater <clg@kaod.org> -> +L: linux-aspeed at lists.ozlabs.org (moderated for non-subscribers) -> +L: openbmc at lists.ozlabs.org (moderated for non-subscribers) -> +L: linux-spi at vger.kernel.org +> +M: Cédric Le Goater <clg@kaod.org> +> +L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers) +> +L: openbmc@lists.ozlabs.org (moderated for non-subscribers) +> +L: linux-spi@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/spi/aspeed,ast2600-fmc.yaml > + > ASPEED VIDEO ENGINE DRIVER > M: Eddie James <eajames@linux.ibm.com> -> L: linux-media at vger.kernel.org +> L: linux-media@vger.kernel.org > -- > 2.34.1 > -> +> + +______________________________________________________ +Linux MTD discussion mailing list +http://lists.infradead.org/mailman/listinfo/linux-mtd/ diff --git a/a/content_digest b/N1/content_digest index 56ec30d..48bd9b5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,32 @@ "ref\020220302173114.927476-1-clg@kaod.org\0" "ref\020220302173114.927476-4-clg@kaod.org\0" "From\0Rob Herring <robh@kernel.org>\0" - "Subject\0[PATCH v2 03/10] dt-bindings: spi: Add Aspeed SMC controllers device tree binding\0" + "Subject\0Re: [PATCH v2 03/10] dt-bindings: spi: Add Aspeed SMC controllers device tree binding\0" "Date\0Wed, 2 Mar 2022 15:26:45 -0600\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0C\303\251dric Le Goater <clg@kaod.org>\0" + "Cc\0linux-spi@vger.kernel.org" + linux-mtd@lists.infradead.org + Mark Brown <broonie@kernel.org> + Tudor Ambarus <tudor.ambarus@microchip.com> + Pratyush Yadav <p.yadav@ti.com> + Miquel Raynal <miquel.raynal@bootlin.com> + Richard Weinberger <richard@nod.at> + Vignesh Raghavendra <vigneshr@ti.com> + linux-aspeed@lists.ozlabs.org + Joel Stanley <joel@jms.id.au> + Andrew Jeffery <andrew@aj.id.au> + Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" - "On Wed, Mar 02, 2022 at 06:31:07PM +0100, C?dric Le Goater wrote:\n" + "On Wed, Mar 02, 2022 at 06:31:07PM +0100, C\303\251dric Le Goater wrote:\n" "> The \"interrupt\" property is optional because it is only necessary for\n" "> controllers supporting DMAs (Not implemented yet in the new driver).\n" "> \n" "> Cc: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>\n" - "> Signed-off-by: C?dric Le Goater <clg@kaod.org>\n" + "> Signed-off-by: C\303\251dric Le Goater <clg@kaod.org>\n" "> ---\n" "> .../bindings/spi/aspeed,ast2600-fmc.yaml | 90 +++++++++++++++++++\n" "> MAINTAINERS | 9 ++\n" @@ -34,7 +49,7 @@ "> +\n" "> +maintainers:\n" "> + - Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>\n" - "> + - C?dric Le Goater <clg@kaod.org>\n" + "> + - C\303\251dric Le Goater <clg@kaod.org>\n" "> +\n" "> +description: |\n" "> + This binding describes the Aspeed Static Memory Controllers (FMC and\n" @@ -95,26 +110,26 @@ "> + #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>\n" "> + #include <dt-bindings/clock/ast2600-clock.h>\n" "> +\n" - "> + spi at 1e620000 {\n" + "> + spi@1e620000 {\n" "> + reg = <0x1e620000 0xc4>, <0x20000000 0x10000000>;\n" "> + #address-cells = <1>;\n" "> + #size-cells = <0>;\n" "> + compatible = \"aspeed,ast2600-fmc\";\n" "> + clocks = <&syscon ASPEED_CLK_AHB>;\n" "> + interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;\n" - "> + flash at 0 {\n" + "> + flash@0 {\n" "> + reg = < 0 >;\n" "> + compatible = \"jedec,spi-nor\";\n" "> + spi-max-frequency = <50000000>;\n" "> + spi-rx-bus-width = <2>;\n" "> + };\n" - "> + flash at 1 {\n" + "> + flash@1 {\n" "> + reg = < 1 >;\n" "> + compatible = \"jedec,spi-nor\";\n" "> + spi-max-frequency = <50000000>;\n" "> + spi-rx-bus-width = <2>;\n" "> + };\n" - "> + flash at 2 {\n" + "> + flash@2 {\n" "> + reg = < 2 >;\n" "> + compatible = \"jedec,spi-nor\";\n" "> + spi-max-frequency = <50000000>;\n" @@ -131,19 +146,23 @@ "> \n" "> +ASPEED SMC SPI DRIVER\n" "> +M:\tChin-Ting Kuo <chin-ting_kuo@aspeedtech.com>\n" - "> +M:\tC?dric Le Goater <clg@kaod.org>\n" - "> +L:\tlinux-aspeed at lists.ozlabs.org (moderated for non-subscribers)\n" - "> +L:\topenbmc at lists.ozlabs.org (moderated for non-subscribers)\n" - "> +L:\tlinux-spi at vger.kernel.org\n" + "> +M:\tC\303\251dric Le Goater <clg@kaod.org>\n" + "> +L:\tlinux-aspeed@lists.ozlabs.org (moderated for non-subscribers)\n" + "> +L:\topenbmc@lists.ozlabs.org (moderated for non-subscribers)\n" + "> +L:\tlinux-spi@vger.kernel.org\n" "> +S:\tMaintained\n" "> +F:\tDocumentation/devicetree/bindings/spi/aspeed,ast2600-fmc.yaml\n" "> +\n" "> ASPEED VIDEO ENGINE DRIVER\n" "> M:\tEddie James <eajames@linux.ibm.com>\n" - "> L:\tlinux-media at vger.kernel.org\n" + "> L:\tlinux-media@vger.kernel.org\n" "> -- \n" "> 2.34.1\n" "> \n" - > + "> \n" + "\n" + "______________________________________________________\n" + "Linux MTD discussion mailing list\n" + http://lists.infradead.org/mailman/listinfo/linux-mtd/ -5ac537f83c030a958ba7c90218fccb78c059159ce74a00d8f90f1a652b11c78f +d227b49d6aee87a6150fee52589904fd69441c7a7b8e41b41133fbc53a31819d
diff --git a/a/1.txt b/N2/1.txt index 8bc553b..d23d8b4 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,9 +1,9 @@ -On Wed, Mar 02, 2022 at 06:31:07PM +0100, C?dric Le Goater wrote: +On Wed, Mar 02, 2022 at 06:31:07PM +0100, Cédric Le Goater wrote: > The "interrupt" property is optional because it is only necessary for > controllers supporting DMAs (Not implemented yet in the new driver). > > Cc: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> -> Signed-off-by: C?dric Le Goater <clg@kaod.org> +> Signed-off-by: Cédric Le Goater <clg@kaod.org> > --- > .../bindings/spi/aspeed,ast2600-fmc.yaml | 90 +++++++++++++++++++ > MAINTAINERS | 9 ++ @@ -26,7 +26,7 @@ On Wed, Mar 02, 2022 at 06:31:07PM +0100, C?dric Le Goater wrote: > + > +maintainers: > + - Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> -> + - C?dric Le Goater <clg@kaod.org> +> + - Cédric Le Goater <clg@kaod.org> > + > +description: | > + This binding describes the Aspeed Static Memory Controllers (FMC and @@ -87,26 +87,26 @@ Reviewed-by: Rob Herring <robh@kernel.org> > + #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h> > + #include <dt-bindings/clock/ast2600-clock.h> > + -> + spi at 1e620000 { +> + spi@1e620000 { > + reg = <0x1e620000 0xc4>, <0x20000000 0x10000000>; > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "aspeed,ast2600-fmc"; > + clocks = <&syscon ASPEED_CLK_AHB>; > + interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>; -> + flash at 0 { +> + flash@0 { > + reg = < 0 >; > + compatible = "jedec,spi-nor"; > + spi-max-frequency = <50000000>; > + spi-rx-bus-width = <2>; > + }; -> + flash at 1 { +> + flash@1 { > + reg = < 1 >; > + compatible = "jedec,spi-nor"; > + spi-max-frequency = <50000000>; > + spi-rx-bus-width = <2>; > + }; -> + flash at 2 { +> + flash@2 { > + reg = < 2 >; > + compatible = "jedec,spi-nor"; > + spi-max-frequency = <50000000>; @@ -123,16 +123,16 @@ Reviewed-by: Rob Herring <robh@kernel.org> > > +ASPEED SMC SPI DRIVER > +M: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> -> +M: C?dric Le Goater <clg@kaod.org> -> +L: linux-aspeed at lists.ozlabs.org (moderated for non-subscribers) -> +L: openbmc at lists.ozlabs.org (moderated for non-subscribers) -> +L: linux-spi at vger.kernel.org +> +M: Cédric Le Goater <clg@kaod.org> +> +L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers) +> +L: openbmc@lists.ozlabs.org (moderated for non-subscribers) +> +L: linux-spi@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/spi/aspeed,ast2600-fmc.yaml > + > ASPEED VIDEO ENGINE DRIVER > M: Eddie James <eajames@linux.ibm.com> -> L: linux-media at vger.kernel.org +> L: linux-media@vger.kernel.org > -- > 2.34.1 > diff --git a/a/content_digest b/N2/content_digest index 56ec30d..b8273b8 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,17 +1,32 @@ "ref\020220302173114.927476-1-clg@kaod.org\0" "ref\020220302173114.927476-4-clg@kaod.org\0" "From\0Rob Herring <robh@kernel.org>\0" - "Subject\0[PATCH v2 03/10] dt-bindings: spi: Add Aspeed SMC controllers device tree binding\0" + "Subject\0Re: [PATCH v2 03/10] dt-bindings: spi: Add Aspeed SMC controllers device tree binding\0" "Date\0Wed, 2 Mar 2022 15:26:45 -0600\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0C\303\251dric Le Goater <clg@kaod.org>\0" + "Cc\0linux-spi@vger.kernel.org" + linux-mtd@lists.infradead.org + Mark Brown <broonie@kernel.org> + Tudor Ambarus <tudor.ambarus@microchip.com> + Pratyush Yadav <p.yadav@ti.com> + Miquel Raynal <miquel.raynal@bootlin.com> + Richard Weinberger <richard@nod.at> + Vignesh Raghavendra <vigneshr@ti.com> + linux-aspeed@lists.ozlabs.org + Joel Stanley <joel@jms.id.au> + Andrew Jeffery <andrew@aj.id.au> + Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" - "On Wed, Mar 02, 2022 at 06:31:07PM +0100, C?dric Le Goater wrote:\n" + "On Wed, Mar 02, 2022 at 06:31:07PM +0100, C\303\251dric Le Goater wrote:\n" "> The \"interrupt\" property is optional because it is only necessary for\n" "> controllers supporting DMAs (Not implemented yet in the new driver).\n" "> \n" "> Cc: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>\n" - "> Signed-off-by: C?dric Le Goater <clg@kaod.org>\n" + "> Signed-off-by: C\303\251dric Le Goater <clg@kaod.org>\n" "> ---\n" "> .../bindings/spi/aspeed,ast2600-fmc.yaml | 90 +++++++++++++++++++\n" "> MAINTAINERS | 9 ++\n" @@ -34,7 +49,7 @@ "> +\n" "> +maintainers:\n" "> + - Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>\n" - "> + - C?dric Le Goater <clg@kaod.org>\n" + "> + - C\303\251dric Le Goater <clg@kaod.org>\n" "> +\n" "> +description: |\n" "> + This binding describes the Aspeed Static Memory Controllers (FMC and\n" @@ -95,26 +110,26 @@ "> + #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>\n" "> + #include <dt-bindings/clock/ast2600-clock.h>\n" "> +\n" - "> + spi at 1e620000 {\n" + "> + spi@1e620000 {\n" "> + reg = <0x1e620000 0xc4>, <0x20000000 0x10000000>;\n" "> + #address-cells = <1>;\n" "> + #size-cells = <0>;\n" "> + compatible = \"aspeed,ast2600-fmc\";\n" "> + clocks = <&syscon ASPEED_CLK_AHB>;\n" "> + interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;\n" - "> + flash at 0 {\n" + "> + flash@0 {\n" "> + reg = < 0 >;\n" "> + compatible = \"jedec,spi-nor\";\n" "> + spi-max-frequency = <50000000>;\n" "> + spi-rx-bus-width = <2>;\n" "> + };\n" - "> + flash at 1 {\n" + "> + flash@1 {\n" "> + reg = < 1 >;\n" "> + compatible = \"jedec,spi-nor\";\n" "> + spi-max-frequency = <50000000>;\n" "> + spi-rx-bus-width = <2>;\n" "> + };\n" - "> + flash at 2 {\n" + "> + flash@2 {\n" "> + reg = < 2 >;\n" "> + compatible = \"jedec,spi-nor\";\n" "> + spi-max-frequency = <50000000>;\n" @@ -131,19 +146,19 @@ "> \n" "> +ASPEED SMC SPI DRIVER\n" "> +M:\tChin-Ting Kuo <chin-ting_kuo@aspeedtech.com>\n" - "> +M:\tC?dric Le Goater <clg@kaod.org>\n" - "> +L:\tlinux-aspeed at lists.ozlabs.org (moderated for non-subscribers)\n" - "> +L:\topenbmc at lists.ozlabs.org (moderated for non-subscribers)\n" - "> +L:\tlinux-spi at vger.kernel.org\n" + "> +M:\tC\303\251dric Le Goater <clg@kaod.org>\n" + "> +L:\tlinux-aspeed@lists.ozlabs.org (moderated for non-subscribers)\n" + "> +L:\topenbmc@lists.ozlabs.org (moderated for non-subscribers)\n" + "> +L:\tlinux-spi@vger.kernel.org\n" "> +S:\tMaintained\n" "> +F:\tDocumentation/devicetree/bindings/spi/aspeed,ast2600-fmc.yaml\n" "> +\n" "> ASPEED VIDEO ENGINE DRIVER\n" "> M:\tEddie James <eajames@linux.ibm.com>\n" - "> L:\tlinux-media at vger.kernel.org\n" + "> L:\tlinux-media@vger.kernel.org\n" "> -- \n" "> 2.34.1\n" "> \n" > -5ac537f83c030a958ba7c90218fccb78c059159ce74a00d8f90f1a652b11c78f +4eced4e6d0b168c0c661d52cad4435d3917e747e91caa4ecffcfd39ef29ed035
diff --git a/a/1.txt b/N3/1.txt index 8bc553b..e0dce23 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -1,9 +1,9 @@ -On Wed, Mar 02, 2022 at 06:31:07PM +0100, C?dric Le Goater wrote: +On Wed, Mar 02, 2022 at 06:31:07PM +0100, Cédric Le Goater wrote: > The "interrupt" property is optional because it is only necessary for > controllers supporting DMAs (Not implemented yet in the new driver). > > Cc: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> -> Signed-off-by: C?dric Le Goater <clg@kaod.org> +> Signed-off-by: Cédric Le Goater <clg@kaod.org> > --- > .../bindings/spi/aspeed,ast2600-fmc.yaml | 90 +++++++++++++++++++ > MAINTAINERS | 9 ++ @@ -26,7 +26,7 @@ On Wed, Mar 02, 2022 at 06:31:07PM +0100, C?dric Le Goater wrote: > + > +maintainers: > + - Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> -> + - C?dric Le Goater <clg@kaod.org> +> + - Cédric Le Goater <clg@kaod.org> > + > +description: | > + This binding describes the Aspeed Static Memory Controllers (FMC and @@ -87,26 +87,26 @@ Reviewed-by: Rob Herring <robh@kernel.org> > + #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h> > + #include <dt-bindings/clock/ast2600-clock.h> > + -> + spi at 1e620000 { +> + spi@1e620000 { > + reg = <0x1e620000 0xc4>, <0x20000000 0x10000000>; > + #address-cells = <1>; > + #size-cells = <0>; > + compatible = "aspeed,ast2600-fmc"; > + clocks = <&syscon ASPEED_CLK_AHB>; > + interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>; -> + flash at 0 { +> + flash@0 { > + reg = < 0 >; > + compatible = "jedec,spi-nor"; > + spi-max-frequency = <50000000>; > + spi-rx-bus-width = <2>; > + }; -> + flash at 1 { +> + flash@1 { > + reg = < 1 >; > + compatible = "jedec,spi-nor"; > + spi-max-frequency = <50000000>; > + spi-rx-bus-width = <2>; > + }; -> + flash at 2 { +> + flash@2 { > + reg = < 2 >; > + compatible = "jedec,spi-nor"; > + spi-max-frequency = <50000000>; @@ -123,17 +123,22 @@ Reviewed-by: Rob Herring <robh@kernel.org> > > +ASPEED SMC SPI DRIVER > +M: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> -> +M: C?dric Le Goater <clg@kaod.org> -> +L: linux-aspeed at lists.ozlabs.org (moderated for non-subscribers) -> +L: openbmc at lists.ozlabs.org (moderated for non-subscribers) -> +L: linux-spi at vger.kernel.org +> +M: Cédric Le Goater <clg@kaod.org> +> +L: linux-aspeed@lists.ozlabs.org (moderated for non-subscribers) +> +L: openbmc@lists.ozlabs.org (moderated for non-subscribers) +> +L: linux-spi@vger.kernel.org > +S: Maintained > +F: Documentation/devicetree/bindings/spi/aspeed,ast2600-fmc.yaml > + > ASPEED VIDEO ENGINE DRIVER > M: Eddie James <eajames@linux.ibm.com> -> L: linux-media at vger.kernel.org +> L: linux-media@vger.kernel.org > -- > 2.34.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 56ec30d..7cc7a41 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,17 +1,32 @@ "ref\020220302173114.927476-1-clg@kaod.org\0" "ref\020220302173114.927476-4-clg@kaod.org\0" "From\0Rob Herring <robh@kernel.org>\0" - "Subject\0[PATCH v2 03/10] dt-bindings: spi: Add Aspeed SMC controllers device tree binding\0" + "Subject\0Re: [PATCH v2 03/10] dt-bindings: spi: Add Aspeed SMC controllers device tree binding\0" "Date\0Wed, 2 Mar 2022 15:26:45 -0600\0" - "To\0linux-aspeed@lists.ozlabs.org\0" + "To\0C\303\251dric Le Goater <clg@kaod.org>\0" + "Cc\0linux-spi@vger.kernel.org" + linux-mtd@lists.infradead.org + Mark Brown <broonie@kernel.org> + Tudor Ambarus <tudor.ambarus@microchip.com> + Pratyush Yadav <p.yadav@ti.com> + Miquel Raynal <miquel.raynal@bootlin.com> + Richard Weinberger <richard@nod.at> + Vignesh Raghavendra <vigneshr@ti.com> + linux-aspeed@lists.ozlabs.org + Joel Stanley <joel@jms.id.au> + Andrew Jeffery <andrew@aj.id.au> + Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" - "On Wed, Mar 02, 2022 at 06:31:07PM +0100, C?dric Le Goater wrote:\n" + "On Wed, Mar 02, 2022 at 06:31:07PM +0100, C\303\251dric Le Goater wrote:\n" "> The \"interrupt\" property is optional because it is only necessary for\n" "> controllers supporting DMAs (Not implemented yet in the new driver).\n" "> \n" "> Cc: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>\n" - "> Signed-off-by: C?dric Le Goater <clg@kaod.org>\n" + "> Signed-off-by: C\303\251dric Le Goater <clg@kaod.org>\n" "> ---\n" "> .../bindings/spi/aspeed,ast2600-fmc.yaml | 90 +++++++++++++++++++\n" "> MAINTAINERS | 9 ++\n" @@ -34,7 +49,7 @@ "> +\n" "> +maintainers:\n" "> + - Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com>\n" - "> + - C?dric Le Goater <clg@kaod.org>\n" + "> + - C\303\251dric Le Goater <clg@kaod.org>\n" "> +\n" "> +description: |\n" "> + This binding describes the Aspeed Static Memory Controllers (FMC and\n" @@ -95,26 +110,26 @@ "> + #include <dt-bindings/interrupt-controller/aspeed-scu-ic.h>\n" "> + #include <dt-bindings/clock/ast2600-clock.h>\n" "> +\n" - "> + spi at 1e620000 {\n" + "> + spi@1e620000 {\n" "> + reg = <0x1e620000 0xc4>, <0x20000000 0x10000000>;\n" "> + #address-cells = <1>;\n" "> + #size-cells = <0>;\n" "> + compatible = \"aspeed,ast2600-fmc\";\n" "> + clocks = <&syscon ASPEED_CLK_AHB>;\n" "> + interrupts = <GIC_SPI 39 IRQ_TYPE_LEVEL_HIGH>;\n" - "> + flash at 0 {\n" + "> + flash@0 {\n" "> + reg = < 0 >;\n" "> + compatible = \"jedec,spi-nor\";\n" "> + spi-max-frequency = <50000000>;\n" "> + spi-rx-bus-width = <2>;\n" "> + };\n" - "> + flash at 1 {\n" + "> + flash@1 {\n" "> + reg = < 1 >;\n" "> + compatible = \"jedec,spi-nor\";\n" "> + spi-max-frequency = <50000000>;\n" "> + spi-rx-bus-width = <2>;\n" "> + };\n" - "> + flash at 2 {\n" + "> + flash@2 {\n" "> + reg = < 2 >;\n" "> + compatible = \"jedec,spi-nor\";\n" "> + spi-max-frequency = <50000000>;\n" @@ -131,19 +146,24 @@ "> \n" "> +ASPEED SMC SPI DRIVER\n" "> +M:\tChin-Ting Kuo <chin-ting_kuo@aspeedtech.com>\n" - "> +M:\tC?dric Le Goater <clg@kaod.org>\n" - "> +L:\tlinux-aspeed at lists.ozlabs.org (moderated for non-subscribers)\n" - "> +L:\topenbmc at lists.ozlabs.org (moderated for non-subscribers)\n" - "> +L:\tlinux-spi at vger.kernel.org\n" + "> +M:\tC\303\251dric Le Goater <clg@kaod.org>\n" + "> +L:\tlinux-aspeed@lists.ozlabs.org (moderated for non-subscribers)\n" + "> +L:\topenbmc@lists.ozlabs.org (moderated for non-subscribers)\n" + "> +L:\tlinux-spi@vger.kernel.org\n" "> +S:\tMaintained\n" "> +F:\tDocumentation/devicetree/bindings/spi/aspeed,ast2600-fmc.yaml\n" "> +\n" "> ASPEED VIDEO ENGINE DRIVER\n" "> M:\tEddie James <eajames@linux.ibm.com>\n" - "> L:\tlinux-media at vger.kernel.org\n" + "> L:\tlinux-media@vger.kernel.org\n" "> -- \n" "> 2.34.1\n" "> \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 -5ac537f83c030a958ba7c90218fccb78c059159ce74a00d8f90f1a652b11c78f +099e111ec413750b7a7d47baf4782717293ae4716bf401813145aee9df2983c5
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.