Skip to content

Commit

Permalink
mtd: spi-nor: hisi-sfc: Try to provide some clarity on which SFC we are
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
John Garry authored and Tudor Ambarus committed Jan 10, 2020
1 parent 67de34c commit 80f64ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions drivers/mtd/spi-nor/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ config SPI_CADENCE_QUADSPI
Flash as an MTD device.

config SPI_HISI_SFC
tristate "Hisilicon SPI-NOR Flash Controller(SFC)"
tristate "Hisilicon FMC SPI-NOR Flash Controller(SFC)"
depends on ARCH_HISI || COMPILE_TEST
depends on HAS_IOMEM
help
This enables support for hisilicon SPI-NOR flash controller.
This enables support for HiSilicon FMC SPI-NOR flash controller.

config SPI_MTK_QUADSPI
tristate "MediaTek Quad SPI controller"
Expand Down
2 changes: 1 addition & 1 deletion drivers/mtd/spi-nor/hisi-sfc.c
Original file line number Diff line number Diff line change
@@ -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.
*/
Expand Down

0 comments on commit 80f64ce

Please sign in to comment.