]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
docs: mtd: Update spi nor reference driver
authorJohn Garry <john.garry@huawei.com>
Tue, 6 Aug 2019 16:06:23 +0000 (00:06 +0800)
committerJonathan Corbet <corbet@lwn.net>
Fri, 6 Sep 2019 14:51:39 +0000 (08:51 -0600)
The reference driver no longer exists since commit 50f1242c6742 ("mtd:
fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c").

Update reference to spi-fsl-qspi.c driver.

Signed-off-by: John Garry <john.garry@huawei.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/driver-api/mtd/spi-nor.rst

index f5333e3bf486490aa50d752b3ee16785500f2e93..1f0437676762b991b141efa51343e81e09955d0c 100644 (file)
@@ -59,7 +59,7 @@ Part III - How can drivers use the framework?
 
 The main API is spi_nor_scan(). Before you call the hook, a driver should
 initialize the necessary fields for spi_nor{}. Please see
-drivers/mtd/spi-nor/spi-nor.c for detail. Please also refer to fsl-quadspi.c
+drivers/mtd/spi-nor/spi-nor.c for detail. Please also refer to spi-fsl-qspi.c
 when you want to write a new driver for a SPI NOR controller.
 Another API is spi_nor_restore(), this is used to restore the status of SPI
 flash chip such as addressing mode. Call it whenever detach the driver from