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>
Fri, 28 Feb 2020 16:50:46 +0000 (17:50 +0100)
commit25d9df670b850a4e3702e084ff249baa1670ae3f
tree3c477bcf6d64f9dec90609872113ee6e3f73b02f
parent50c6938b95a0c915c5c8ffe1fe67a94b9402e98e
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]