Skip to content

Commit b2bc415

Browse files
Christian DaudtDavid Woodhouse
authored andcommitted
mtd: remove bcmring NAND driver
This driver is being removed as part of the cleanup of the bcmring SoC from mainline as it is no longer maintained. Signed-off-by: Christian Daudt <csd@broadcom.com> Reviewed-by: Jiandong Zheng <jdzheng@broadcom.com> Acked-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
1 parent 5ca7f41 commit b2bc415

File tree

7 files changed

+0
-1255
lines changed

7 files changed

+0
-1255
lines changed

MAINTAINERS

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -665,15 +665,6 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
665665
S: Maintained
666666
F: arch/arm/mach-bcmring
667667

668-
ARM/BCMRING MTD NAND DRIVER
669-
M: Jiandong Zheng <jdzheng@broadcom.com>
670-
M: Scott Branden <sbranden@broadcom.com>
671-
L: linux-mtd@lists.infradead.org
672-
S: Maintained
673-
F: drivers/mtd/nand/bcm_umi_nand.c
674-
F: drivers/mtd/nand/bcm_umi_bch.c
675-
F: drivers/mtd/nand/nand_bcm_umi.h
676-
677668
ARM/CALXEDA HIGHBANK ARCHITECTURE
678669
M: Rob Herring <rob.herring@calxeda.com>
679670
L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)

drivers/mtd/nand/Kconfig

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -258,22 +258,6 @@ config MTD_NAND_S3C2410_CLKSTOP
258258
when the is NAND chip selected or released, but will save
259259
approximately 5mA of power when there is nothing happening.
260260

261-
config MTD_NAND_BCM_UMI
262-
tristate "NAND Flash support for BCM Reference Boards"
263-
depends on ARCH_BCMRING
264-
help
265-
This enables the NAND flash controller on the BCM UMI block.
266-
267-
No board specific support is done by this driver, each board
268-
must advertise a platform_device for the driver to attach.
269-
270-
config MTD_NAND_BCM_UMI_HWCS
271-
bool "BCM UMI NAND Hardware CS"
272-
depends on MTD_NAND_BCM_UMI
273-
help
274-
Enable the use of the BCM UMI block's internal CS using NAND.
275-
This should only be used if you know the external NAND CS can toggle.
276-
277261
config MTD_NAND_DISKONCHIP
278262
tristate "DiskOnChip 2000, Millennium and Millennium Plus (NAND reimplementation) (EXPERIMENTAL)"
279263
depends on EXPERIMENTAL

drivers/mtd/nand/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ obj-$(CONFIG_MTD_NAND_SOCRATES) += socrates_nand.o
4848
obj-$(CONFIG_MTD_NAND_TXX9NDFMC) += txx9ndfmc.o
4949
obj-$(CONFIG_MTD_NAND_NUC900) += nuc900_nand.o
5050
obj-$(CONFIG_MTD_NAND_NOMADIK) += nomadik_nand.o
51-
obj-$(CONFIG_MTD_NAND_BCM_UMI) += bcm_umi_nand.o nand_bcm_umi.o
5251
obj-$(CONFIG_MTD_NAND_MPC5121_NFC) += mpc5121_nfc.o
5352
obj-$(CONFIG_MTD_NAND_RICOH) += r852.o
5453
obj-$(CONFIG_MTD_NAND_JZ4740) += jz4740_nand.o

drivers/mtd/nand/bcm_umi_bch.c

Lines changed: 0 additions & 210 deletions
This file was deleted.

0 commit comments

Comments
 (0)