summaryrefslogtreecommitdiff
path: root/drivers/mtd/spi-nor/hisi-sfc.c
diff options
context:
space:
mode:
authorJohn Garry <john.garry@huawei.com>2019-12-09 22:08:08 +0800
committerTudor Ambarus <tudor.ambarus@microchip.com>2020-01-10 19:04:30 +0200
commit80f64cef4135a7cd26f894374fd0e209cbb43afd (patch)
tree3e90497224bfad689de1a4ba49a4e174b71e28f9 /drivers/mtd/spi-nor/hisi-sfc.c
parent67de34c20fa7a7aeae50c55dd2751e6df80c3e2c (diff)
mtd: spi-nor: hisi-sfc: Try to provide some clarity on which SFC we are
The driver is for the HiSilicon FMC (Flash Memory Controller), which supports SPI NOR in addition other memory technologies, like SPI NAND. Indeed, the naming in the driver is a little inappropriate, especially considering that there is already another HiSilicon SPI NOR flash controller (which I believe the FMC is derived from). Since we now want to provide software support for this other HiSilicon controller, update code comments to at least try to make it clear that this driver is for the FMC. Signed-off-by: John Garry <john.garry@huawei.com> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Diffstat (limited to 'drivers/mtd/spi-nor/hisi-sfc.c')
-rw-r--r--drivers/mtd/spi-nor/hisi-sfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/spi-nor/hisi-sfc.c b/drivers/mtd/spi-nor/hisi-sfc.c
index a1258216f89d..6db964bf3b0e 100644
--- a/drivers/mtd/spi-nor/hisi-sfc.c
+++ b/drivers/mtd/spi-nor/hisi-sfc.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
- * HiSilicon SPI Nor Flash Controller Driver
+ * HiSilicon FMC SPI-NOR flash controller driver
*
* Copyright (c) 2015-2016 HiSilicon Technologies Co., Ltd.
*/