ramips: move mtk-mmc driver code out of patches-*/ and into files-*/
authorFelix Fietkau <nbd@nbd.name>
Thu, 5 Apr 2018 14:54:57 +0000 (16:54 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 5 Apr 2018 16:12:30 +0000 (18:12 +0200)
commitf9b2d369a63b32d6d114cbf1b43d4d600af4aeb6
treee74d9e037c5d4f2ae302c793319a208f0f52a354
parentadc3f31b2cd174786e163b4a8eb9f79a374beffe
ramips: move mtk-mmc driver code out of patches-*/ and into files-*/

Signed-off-by: Felix Fietkau <nbd@nbd.name>
16 files changed:
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/Kconfig [new file with mode: 0644]
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/Makefile [new file with mode: 0644]
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/board.h [new file with mode: 0644]
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/dbg.c [new file with mode: 0644]
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/dbg.h [new file with mode: 0644]
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/mt6575_sd.h [new file with mode: 0644]
target/linux/ramips/files-4.14/drivers/mmc/host/mtk-mmc/sd.c [new file with mode: 0644]
target/linux/ramips/files-4.9/drivers/mmc/host/mtk-mmc/Kconfig [new file with mode: 0644]
target/linux/ramips/files-4.9/drivers/mmc/host/mtk-mmc/Makefile [new file with mode: 0644]
target/linux/ramips/files-4.9/drivers/mmc/host/mtk-mmc/board.h [new file with mode: 0644]
target/linux/ramips/files-4.9/drivers/mmc/host/mtk-mmc/dbg.c [new file with mode: 0644]
target/linux/ramips/files-4.9/drivers/mmc/host/mtk-mmc/dbg.h [new file with mode: 0644]
target/linux/ramips/files-4.9/drivers/mmc/host/mtk-mmc/mt6575_sd.h [new file with mode: 0644]
target/linux/ramips/files-4.9/drivers/mmc/host/mtk-mmc/sd.c [new file with mode: 0644]
target/linux/ramips/patches-4.14/0046-mmc-MIPS-ralink-add-sdhci-for-mt7620a-SoC.patch
target/linux/ramips/patches-4.9/0046-mmc-MIPS-ralink-add-sdhci-for-mt7620a-SoC.patch