Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1604444
| From | Artur Jedrysek <jartur@cadence.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3, 3/4] mtd: spi-nor: Add Xtensa CPU support for cadence-quadspi. |
| Date | 2017-03-20 13:10 +0100 |
| Message-ID | <tn4im-4vZ-5@gated-at.bofh.it> (permalink) |
| References | <tn3FD-3Z3-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Cadence Quad SPI driver successfully runs on Xtensa CPU, and Kconfig file is updated to indicate that. Signed-off-by: Artur Jedrysek <jartur@cadence.com> --- Changelog: v2: This change is extracted from previous patch (updating CQSPI driver). --- v3: None --- drivers/mtd/spi-nor/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/spi-nor/Kconfig b/drivers/mtd/spi-nor/Kconfig index 7252087..f195749 100644 --- a/drivers/mtd/spi-nor/Kconfig +++ b/drivers/mtd/spi-nor/Kconfig @@ -50,7 +50,7 @@ config SPI_ATMEL_QUADSPI config SPI_CADENCE_QUADSPI tristate "Cadence Quad SPI controller" - depends on OF && (ARM || COMPILE_TEST) + depends on OF && (ARM || XTENSA || COMPILE_TEST) help Enable support for the Cadence Quad SPI Flash controller. -- 2.2.2
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v3, 1/4] mtd: spi-nor: Add support for Octal SPI mode. Artur Jedrysek <jartur@cadence.com> - 2017-03-20 12:30 +0100
[PATCH v3, 3/4] mtd: spi-nor: Add Xtensa CPU support for cadence-quadspi. Artur Jedrysek <jartur@cadence.com> - 2017-03-20 13:10 +0100
Re: [PATCH v3, 3/4] mtd: spi-nor: Add Xtensa CPU support for cadence-quadspi. Marek Vasut <marek.vasut@gmail.com> - 2017-03-22 12:10 +0100
[PATCH v3, 4/4] dt-bindings: mtd: Add Octal SPI support to Cadence QSPI. Artur Jedrysek <jartur@cadence.com> - 2017-03-20 13:20 +0100
Re: [PATCH v3, 4/4] dt-bindings: mtd: Add Octal SPI support to Cadence QSPI. Rob Herring <robh@kernel.org> - 2017-03-24 17:00 +0100
csiph-web