Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 647ad49c authored by Boris Brezillon's avatar Boris Brezillon Committed by Miquel Raynal
Browse files

staging: Remove the mt29f_spinand driver



A new SPI NAND subsystem has been added in drivers/mtd/nand/spi/ and
Micron's MT29F devices are now supported in
drivers/mtd/nand/spi/micron.c.

Remove the old driver.

Signed-off-by: default avatarBoris Brezillon <boris.brezillon@bootlin.com>
Acked-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
parent acc9d62b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -78,8 +78,6 @@ source "drivers/staging/goldfish/Kconfig"

source "drivers/staging/netlogic/Kconfig"

source "drivers/staging/mt29f_spinand/Kconfig"

source "drivers/staging/gs_fpgaboot/Kconfig"

source "drivers/staging/unisys/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ obj-$(CONFIG_STAGING_BOARD) += board/
obj-$(CONFIG_LTE_GDM724X)	+= gdm724x/
obj-$(CONFIG_FIREWIRE_SERIAL)	+= fwserial/
obj-$(CONFIG_GOLDFISH)		+= goldfish/
obj-$(CONFIG_MTD_SPINAND_MT29F)	+= mt29f_spinand/
obj-$(CONFIG_GS_FPGABOOT)	+= gs_fpgaboot/
obj-$(CONFIG_UNISYSSPAR)	+= unisys/
obj-$(CONFIG_COMMON_CLK_XLNX_CLKWZRD)	+= clocking-wizard/
+0 −16
Original line number Diff line number Diff line
config MTD_SPINAND_MT29F
	tristate "SPINAND Device Support for Micron"
	depends on MTD_NAND && SPI
	help
	  This enables support for accessing Micron SPI NAND flash
	  devices.
	  If you have Micron SPI NAND chip say yes.

	  If unsure, say no here.

config MTD_SPINAND_ONDIEECC
	bool "Use SPINAND internal ECC"
	depends on MTD_SPINAND_MT29F
	help
	  Internal ECC.
	  Enables Hardware ECC support for Micron SPI NAND.
+0 −1
Original line number Diff line number Diff line
obj-$(CONFIG_MTD_SPINAND_MT29F) += mt29f_spinand.o
+0 −13
Original line number Diff line number Diff line
TODO:
	- Tested on XLP platform, needs to be tested on other platforms.
	- Checkpatch.pl cleanups
	- Sparce fixes.
	- Clean up coding style to meet kernel standard.

Please send patches
To:
Kamlakant Patel <kamlakant.patel@broadcom.com>
Cc:
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Mona Anonuevo <manonuevo@micron.com>
linux-mtd@lists.infradead.org
Loading