ramips: move MTK MMC driver to files directory
authorDENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Sun, 1 Mar 2020 09:02:06 +0000 (17:02 +0800)
committerChuanhong Guo <gch981213@gmail.com>
Sat, 4 Apr 2020 04:04:13 +0000 (12:04 +0800)
commitd4903b572071470416c51afa8f8c6b3891be4c2e
treee5ce9321be44c2ffa5679e324bb440bef2fe04b7
parentc70545f397187b36c1220ae16b4db19f39857c93
ramips: move MTK MMC driver to files directory

Move MTK MMC driver from "files-4.14" to "files" so kernel 5.4
can use it

Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
14 files changed:
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/Kconfig [deleted file]
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/Makefile [deleted file]
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/board.h [deleted file]
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/dbg.c [deleted file]
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/dbg.h [deleted file]
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/mt6575_sd.h [deleted file]
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/sd.c [deleted file]
target/linux/ramips/files/drivers/mmc/host/mtk-mmc/Kconfig [new file with mode: 0644]
target/linux/ramips/files/drivers/mmc/host/mtk-mmc/Makefile [new file with mode: 0644]
target/linux/ramips/files/drivers/mmc/host/mtk-mmc/board.h [new file with mode: 0644]
target/linux/ramips/files/drivers/mmc/host/mtk-mmc/dbg.c [new file with mode: 0644]
target/linux/ramips/files/drivers/mmc/host/mtk-mmc/dbg.h [new file with mode: 0644]
target/linux/ramips/files/drivers/mmc/host/mtk-mmc/mt6575_sd.h [new file with mode: 0644]
target/linux/ramips/files/drivers/mmc/host/mtk-mmc/sd.c [new file with mode: 0644]