lkml.org 
[lkml]   [2023]   [Jan]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 20/27] mtd: remove tmio_nand driver
    Date
    From: Arnd Bergmann <arnd@arndb.de>

    With the TMIO MFD drivers gone, the NAND support is also
    obsolete and can be removed.

    Cc: Miquel Raynal <miquel.raynal@bootlin.com>
    Cc: Richard Weinberger <richard@nod.at>
    Cc: Vignesh Raghavendra <vigneshr@ti.com>
    Cc: linux-mtd@lists.infradead.org
    Signed-off-by: Arnd Bergmann <arnd@arndb.de>
    ---
    drivers/mtd/nand/raw/Kconfig | 7 -
    drivers/mtd/nand/raw/Makefile | 1 -
    drivers/mtd/nand/raw/tmio_nand.c | 533 -------------------------------
    3 files changed, 541 deletions(-)
    delete mode 100644 drivers/mtd/nand/raw/tmio_nand.c

    diff --git a/drivers/mtd/nand/raw/Kconfig b/drivers/mtd/nand/raw/Kconfig
    index 048b1c8f08ee..170f1185ddc4 100644
    --- a/drivers/mtd/nand/raw/Kconfig
    +++ b/drivers/mtd/nand/raw/Kconfig
    @@ -193,13 +193,6 @@ config MTD_NAND_PASEMI
    Enables support for NAND Flash interface on PA Semi PWRficient
    based boards

    -config MTD_NAND_TMIO
    - tristate "Toshiba Mobile IO NAND controller"
    - depends on MFD_TMIO
    - help
    - Support for NAND flash connected to a Toshiba Mobile IO
    - Controller in some PDAs, including the Sharp SL6000x.
    -
    source "drivers/mtd/nand/raw/brcmnand/Kconfig"

    config MTD_NAND_BCM47XXNFLASH
    diff --git a/drivers/mtd/nand/raw/Makefile b/drivers/mtd/nand/raw/Makefile
    index fa1d00120310..917cdfb815b9 100644
    --- a/drivers/mtd/nand/raw/Makefile
    +++ b/drivers/mtd/nand/raw/Makefile
    @@ -23,7 +23,6 @@ omap2_nand-objs := omap2.o
    obj-$(CONFIG_MTD_NAND_OMAP2) += omap2_nand.o
    obj-$(CONFIG_MTD_NAND_OMAP_BCH_BUILD) += omap_elm.o
    obj-$(CONFIG_MTD_NAND_MARVELL) += marvell_nand.o
    -obj-$(CONFIG_MTD_NAND_TMIO) += tmio_nand.o
    obj-$(CONFIG_MTD_NAND_PLATFORM) += plat_nand.o
    obj-$(CONFIG_MTD_NAND_PASEMI) += pasemi_nand.o
    obj-$(CONFIG_MTD_NAND_ORION) += orion_nand.o
    diff --git a/drivers/mtd/nand/raw/tmio_nand.c b/drivers/mtd/nand/raw/tmio_nand.c
    deleted file mode 100644
    index 8f1a42bf199c..000000000000
    --
    2.39.0
    \
     
     \ /
      Last update: 2023-03-26 23:28    [W:2.244 / U:0.076 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site