Skip to content

Commit e55f2cf

Browse files
arndbstorulf
authored andcommitted
mmc: remove dw_mmc-zx driver
The zte zx platform is getting removed, so this driver is no longer needed. Cc: Jun Nie <[email protected]> Cc: Shawn Guo <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Ulf Hansson <[email protected]>
1 parent fe6e147 commit e55f2cf

File tree

5 files changed

+0
-307
lines changed

5 files changed

+0
-307
lines changed

Documentation/devicetree/bindings/mmc/zx-dw-mshc.txt

-31
This file was deleted.

drivers/mmc/host/Kconfig

-9
Original file line numberDiff line numberDiff line change
@@ -882,15 +882,6 @@ config MMC_DW_ROCKCHIP
882882
Synopsys DesignWare Memory Card Interface driver. Select this option
883883
for platforms based on RK3066, RK3188 and RK3288 SoC's.
884884

885-
config MMC_DW_ZX
886-
tristate "ZTE specific extensions for Synopsys DW Memory Card Interface"
887-
depends on MMC_DW && ARCH_ZX
888-
select MMC_DW_PLTFM
889-
help
890-
This selects support for ZTE SoC specific extensions to the
891-
Synopsys DesignWare Memory Card Interface driver. Select this option
892-
for platforms based on ZX296718 SoC's.
893-
894885
config MMC_SH_MMCIF
895886
tristate "SuperH Internal MMCIF support"
896887
depends on SUPERH || ARCH_RENESAS || COMPILE_TEST

drivers/mmc/host/Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ obj-$(CONFIG_MMC_DW_HI3798CV200) += dw_mmc-hi3798cv200.o
6161
obj-$(CONFIG_MMC_DW_K3) += dw_mmc-k3.o
6262
obj-$(CONFIG_MMC_DW_PCI) += dw_mmc-pci.o
6363
obj-$(CONFIG_MMC_DW_ROCKCHIP) += dw_mmc-rockchip.o
64-
obj-$(CONFIG_MMC_DW_ZX) += dw_mmc-zx.o
6564
obj-$(CONFIG_MMC_SH_MMCIF) += sh_mmcif.o
6665
obj-$(CONFIG_MMC_JZ4740) += jz4740_mmc.o
6766
obj-$(CONFIG_MMC_VUB300) += vub300.o

drivers/mmc/host/dw_mmc-zx.c

-234
This file was deleted.

drivers/mmc/host/dw_mmc-zx.h

-32
This file was deleted.

0 commit comments

Comments
 (0)