Commit 7a1e3a45 authored by Binbin Zhou's avatar Binbin Zhou Committed by Miquel Raynal
Browse files

mtd: rawnand: loongson1: Rename the prefix from ls1x to loongson



I am going to introduce the NAND controllers of the Loongson-2K series
CPUs, which are similar to Loongson-1.

As preparation, rename all prefixes from Loongson1-specific to
Loongson-generic.

No functional change intended.

Signed-off-by: default avatarBinbin Zhou <zhoubinbin@loongson.cn>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent b2d2c2b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16992,7 +16992,7 @@ F: Documentation/devicetree/bindings/*/loongson,ls1*.yaml
F:	arch/mips/include/asm/mach-loongson32/
F:	arch/mips/loongson32/
F:	drivers/*/*loongson1*
F:	drivers/mtd/nand/raw/loongson1-nand-controller.c
F:	drivers/mtd/nand/raw/loongson-nand-controller.c
F:	drivers/net/ethernet/stmicro/stmmac/dwmac-loongson1.c
F:	sound/soc/loongson/loongson1_ac97.c
+3 −3
Original line number Diff line number Diff line
@@ -436,12 +436,12 @@ config MTD_NAND_NUVOTON_MA35
	  Enables support for the NAND controller found on
	  the Nuvoton MA35 series SoCs.

config MTD_NAND_LOONGSON1
	tristate "Loongson1 NAND controller"
config MTD_NAND_LOONGSON
	tristate "Loongson NAND controller"
	depends on LOONGSON1_APB_DMA || COMPILE_TEST
	select REGMAP_MMIO
	help
	  Enables support for NAND controller on Loongson1 SoCs.
	  Enables support for NAND controller on Loongson family chips.

comment "Misc"

+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ obj-$(CONFIG_MTD_NAND_ROCKCHIP) += rockchip-nand-controller.o
obj-$(CONFIG_MTD_NAND_PL35X)		+= pl35x-nand-controller.o
obj-$(CONFIG_MTD_NAND_RENESAS)		+= renesas-nand-controller.o
obj-$(CONFIG_MTD_NAND_NUVOTON_MA35)	+= nuvoton-ma35d1-nand-controller.o
obj-$(CONFIG_MTD_NAND_LOONGSON1)	+= loongson1-nand-controller.o
obj-$(CONFIG_MTD_NAND_LOONGSON)		+= loongson-nand-controller.o

nand-objs := nand_base.o nand_legacy.o nand_bbt.o nand_timings.o nand_ids.o
nand-objs += nand_onfi.o