Skip to content

Commit 3e84cdd

Browse files
ambarusbroonie
authored andcommitted
spi: Fix SPI NOR and SPI NAND acronyms
The industry refers to these flash types as "SPI NOR" and "SPI NAND". Be consistent and use the same acronyms. Signed-off-by: Tudor Ambarus <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent b780c3f commit 3e84cdd

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

drivers/spi/Kconfig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ config SPI_BCM_QSPI
169169
help
170170
Enables support for the Broadcom SPI flash and MSPI controller.
171171
Select this option for any one of BRCMSTB, iProc NSP and NS2 SoCs
172-
based platforms. This driver works for both SPI master for spi-nor
172+
based platforms. This driver works for both SPI master for SPI NOR
173173
flash device as well as MSPI device.
174174

175175
config SPI_BITBANG
@@ -311,11 +311,11 @@ config SPI_FSL_QUADSPI
311311
supports the high-level SPI memory interface.
312312

313313
config SPI_HISI_SFC_V3XX
314-
tristate "HiSilicon SPI-NOR Flash Controller for Hi16XX chipsets"
314+
tristate "HiSilicon SPI NOR Flash Controller for Hi16XX chipsets"
315315
depends on (ARM64 && ACPI) || COMPILE_TEST
316316
depends on HAS_IOMEM
317317
help
318-
This enables support for HiSilicon v3xx SPI-NOR flash controller
318+
This enables support for HiSilicon v3xx SPI NOR flash controller
319319
found in hi16xx chipsets.
320320

321321
config SPI_NXP_FLEXSPI
@@ -477,9 +477,9 @@ config SPI_MTK_NOR
477477
depends on ARCH_MEDIATEK || COMPILE_TEST
478478
help
479479
This enables support for SPI NOR controller found on MediaTek
480-
ARM SoCs. This is a controller specifically for SPI-NOR flash.
480+
ARM SoCs. This is a controller specifically for SPI NOR flash.
481481
It can perform generic SPI transfers up to 6 bytes via generic
482-
SPI interface as well as several SPI-NOR specific instructions
482+
SPI interface as well as several SPI NOR specific instructions
483483
via SPI MEM interface.
484484

485485
config SPI_NPCM_FIU

drivers/spi/spi-fsl-qspi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Yogesh Gaur <[email protected]>
1616
* Suresh Gupta <[email protected]>
1717
*
18-
* Based on the original fsl-quadspi.c spi-nor driver:
18+
* Based on the original fsl-quadspi.c SPI NOR driver:
1919
* Author: Freescale Semiconductor, Inc.
2020
*
2121
*/

drivers/spi/spi-orion.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ static int orion_spi_probe(struct platform_device *pdev)
708708
/*
709709
* Only map one page for direct access. This is enough for the
710710
* simple TX transfer which only writes to the first word.
711-
* This needs to get extended for the direct SPI-NOR / SPI-NAND
711+
* This needs to get extended for the direct SPI NOR / SPI NAND
712712
* support, once this gets implemented.
713713
*/
714714
dir_acc = &spi->child[cs].direct_access;

0 commit comments

Comments
 (0)