Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: mtd: Update spi nor reference driver

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>

authored by

John Garry and committed by
Jonathan Corbet
e62be103 f145579d

+1 -1
+1 -1
Documentation/driver-api/mtd/spi-nor.rst
··· 59 59 60 60 The main API is spi_nor_scan(). Before you call the hook, a driver should 61 61 initialize the necessary fields for spi_nor{}. Please see 62 - drivers/mtd/spi-nor/spi-nor.c for detail. Please also refer to fsl-quadspi.c 62 + drivers/mtd/spi-nor/spi-nor.c for detail. Please also refer to spi-fsl-qspi.c 63 63 when you want to write a new driver for a SPI NOR controller. 64 64 Another API is spi_nor_restore(), this is used to restore the status of SPI 65 65 flash chip such as addressing mode. Call it whenever detach the driver from