mediatek: add v4.19 support
authorJohn Crispin <john@phrozen.org>
Fri, 2 Aug 2019 08:33:28 +0000 (10:33 +0200)
committerJohn Crispin <john@phrozen.org>
Fri, 2 Aug 2019 08:36:11 +0000 (10:36 +0200)
commit66458c49aa14ebc9ba2e4f9b6a323b8ff122807b
tree43cd8477d8341136c691d49b139038b14793f635
parentcb49e46a8a4526d86270ced3ba3aa90225ca82d7
mediatek: add v4.19 support

Bump the target to v4.19. Add a patch with additional eth driver
fixes/features that MTK provided aswell as the driver for the new mt7530
switch.

Signed-off-by: John Crispin <john@phrozen.org>
35 files changed:
target/linux/mediatek/base-files/etc/hotplug.d/iface/99-mtk-lro [new file with mode: 0755]
target/linux/mediatek/files-4.19/arch/arm/boot/dts/mt7629-lynx-rfb.dts [new file with mode: 0755]
target/linux/mediatek/files-4.19/arch/arm/boot/dts/mt7629-rfb.dts [new file with mode: 0755]
target/linux/mediatek/files-4.19/arch/arm/boot/dts/mt7629.dtsi [new file with mode: 0755]
target/linux/mediatek/files-4.19/arch/arm64/boot/dts/mediatek/a.patch [new file with mode: 0644]
target/linux/mediatek/files-4.19/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts [new file with mode: 0644]
target/linux/mediatek/files-4.19/arch/arm64/boot/dts/mediatek/mt7622-lynx-rfb1.dts [new file with mode: 0755]
target/linux/mediatek/files-4.19/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts [new file with mode: 0755]
target/linux/mediatek/files-4.19/arch/arm64/boot/dts/mediatek/mt7622.dtsi [new file with mode: 0755]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/Kconfig [new file with mode: 0644]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/Makefile [new file with mode: 0644]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/mt7530.c [new file with mode: 0644]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/mt7530.h [new file with mode: 0644]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/mt7531.c [new file with mode: 0644]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/mt7531.h [new file with mode: 0644]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/mt753x.h [new file with mode: 0644]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/mt753x_common.c [new file with mode: 0644]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/mt753x_mdio.c [new file with mode: 0644]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/mt753x_nl.c [new file with mode: 0644]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/mt753x_nl.h [new file with mode: 0644]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/mt753x_regs.h [new file with mode: 0644]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/mt753x_swconfig.c [new file with mode: 0644]
target/linux/mediatek/files-4.19/drivers/net/phy/mtk/mt753x/mt753x_swconfig.h [new file with mode: 0644]
target/linux/mediatek/image/mt7622.mk
target/linux/mediatek/mt7622/config-4.19 [new file with mode: 0755]
target/linux/mediatek/patches-4.19/0001-arm-dts-mediatek-add-basic-support-for-MT7629-SoC.patch [new file with mode: 0755]
target/linux/mediatek/patches-4.19/0001-eth-sync-from-mtk-lede.patch [new file with mode: 0644]
target/linux/mediatek/patches-4.19/0003-mt7531-gsw-internal_phy_calibration.patch [new file with mode: 0644]
target/linux/mediatek/patches-4.19/0003-switch-add-mt7531.patch [new file with mode: 0644]
target/linux/mediatek/patches-4.19/0227-arm-dts-Add-Unielec-U7623-DTS.patch [new file with mode: 0644]
target/linux/mediatek/patches-4.19/0301-mtd-mtk-ecc-move-mtk-ecc-header-file-to-include-mtd.patch [new file with mode: 0755]
target/linux/mediatek/patches-4.19/0303-mtd-spinand-disable-on-die-ECC.patch [new file with mode: 0755]
target/linux/mediatek/patches-4.19/0304-dt-bindings-ARM-MediaTek-Document-devicetree-binding.patch [new file with mode: 0755]
target/linux/mediatek/patches-4.19/0306-spi-spi-mem-MediaTek-Add-SPI-NAND-Flash-interface-dr.patch [new file with mode: 0644]
target/linux/mediatek/patches-4.19/0900-bt-mtk-serial-fix.patch [new file with mode: 0755]