diff options
author | Frieder Schrempf <frieder.schrempf@kontron.de> | 2019-01-07 10:30:10 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-07 17:57:03 +0100 |
commit | fcf85e5c2ac0e57430f065c77407e33c7b036a9d (patch) | |
tree | 87ae104bf127adfb9c50989f17a4775bff672a88 /MAINTAINERS | |
parent | mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c (diff) | |
download | linux-fcf85e5c2ac0e57430f065c77407e33c7b036a9d.tar.xz linux-fcf85e5c2ac0e57430f065c77407e33c7b036a9d.zip |
MAINTAINERS: Move the Freescale QSPI driver to the SPI framework
The driver was ported to the SPI framework so it can be used as
a generic SPI memory driver and not only for SPI NOR.
Reflect this transition in the MAINTAINERS file.
Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 32d444476a90..8b6c0d454d7e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6090,9 +6090,9 @@ F: Documentation/devicetree/bindings/ptp/ptp-qoriq.txt FREESCALE QUAD SPI DRIVER M: Han Xu <han.xu@nxp.com> -L: linux-mtd@lists.infradead.org +L: linux-spi@vger.kernel.org S: Maintained -F: drivers/mtd/spi-nor/fsl-quadspi.c +F: drivers/spi/spi-fsl-qspi.c FREESCALE QUICC ENGINE LIBRARY M: Qiang Zhao <qiang.zhao@nxp.com> |