mediatek: add v5.4 support
authorMark-MC Lee (李明昌) <Mark-MC.Lee@mediatek.com>
Mon, 10 Feb 2020 08:33:15 +0000 (09:33 +0100)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Tue, 25 Feb 2020 19:47:34 +0000 (20:47 +0100)
commitc46259a81ee77a9fa9643d401357fdc78e6565f5
treeeb91e7076c988f2bed991d56b008078c4898045b
parenta562e9436bae663ad3dd8c5ff44dc31b2e2d2c28
mediatek: add v5.4 support

Signed-off-by: Mark-MC Lee (李明昌) <Mark-MC.Lee@mediatek.com>
26 files changed:
target/linux/mediatek/Makefile
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/Kconfig [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/Makefile [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt7530.c [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt7530.h [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt7531.c [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt7531.h [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt753x.h [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt753x_common.c [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt753x_mdio.c [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt753x_nl.c [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt753x_nl.h [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt753x_regs.h [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt753x_swconfig.c [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt753x_swconfig.h [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt753x_vlan.c [new file with mode: 0644]
target/linux/mediatek/files-5.4/drivers/net/phy/mtk/mt753x/mt753x_vlan.h [new file with mode: 0644]
target/linux/mediatek/mt7622/config-5.4 [new file with mode: 0755]
target/linux/mediatek/mt7623/config-5.4 [new file with mode: 0644]
target/linux/mediatek/mt7629/config-5.4 [new file with mode: 0644]
target/linux/mediatek/patches-5.4/0003-switch-add-mt7531.patch [new file with mode: 0755]
target/linux/mediatek/patches-5.4/0005-dts-mt7622-add-gsw.patch [new file with mode: 0755]
target/linux/mediatek/patches-5.4/0005-dts-mt7629-add-gsw.patch [new file with mode: 0644]
target/linux/mediatek/patches-5.4/0006-dts-fix-bpi2-console.patch [new file with mode: 0755]
target/linux/mediatek/patches-5.4/0006-dts-fix-bpi64-console.patch [new file with mode: 0755]
target/linux/mediatek/patches-5.4/0227-arm-dts-Add-Unielec-U7623-DTS.patch [new file with mode: 0644]