This patchset was originally submitted by Miaoqing Pan. * 1/3 fixes the initialization on TP-Link TL-WR841N/ND v9 and Compex WPJ531 (TL-WR841N/ND v9 is working, Compex WPJ531 compile-tested only, please test!) * 2/3 is 1/2 from the original submission rebased to apply to the current trunk * 3/3 is 2/2 from the original submission without changes
Matthias Schiffer (1): ar71xx: fix ethernet initialization on QCA953x-based boards (TP-Link TL-WR841N/ND v9, Compex WPJ531) Miaoqing Pan (2): ar71xx: rework patch for qca953x/956x ar71xx: add support for ap143 .../ar71xx/base-files/etc/uci-defaults/02_network | 1 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 + target/linux/ar71xx/config-3.18 | 1 + .../linux/ar71xx/files/arch/mips/ath79/dev-eth.c | 18 +- .../ar71xx/files/arch/mips/ath79/mach-ap143.c | 142 +++++++++ .../files/arch/mips/ath79/mach-tl-wr841n-v9.c | 6 + .../ar71xx/files/arch/mips/ath79/mach-wpj531.c | 7 + target/linux/ar71xx/generic/profiles/atheros.mk | 12 + target/linux/ar71xx/image/Makefile | 5 + ...07-MIPS-ath79-add-support-for-QCA953x-SoC.patch | 326 +++++++++++++++++++-- ...35-MIPS-ath79-add-support-for-QCA956x-SoC.patch | 171 ++++------- .../736-MIPS-ath79-fix-chained-irq-disable.patch | 21 +- .../810-MIPS-ath79-wmac-enable-set-led-pin.patch | 24 ++ .../811-MIPS-ath79-gpio-enable-set-direction.patch | 43 +++ .../812-MIPS-ath79-add-ap143-support.patch | 43 +++ 15 files changed, 666 insertions(+), 157 deletions(-) create mode 100644 target/linux/ar71xx/files/arch/mips/ath79/mach-ap143.c create mode 100644 target/linux/ar71xx/patches-3.18/810-MIPS-ath79-wmac-enable-set-led-pin.patch create mode 100644 target/linux/ar71xx/patches-3.18/811-MIPS-ath79-gpio-enable-set-direction.patch create mode 100644 target/linux/ar71xx/patches-3.18/812-MIPS-ath79-add-ap143-support.patch -- 2.4.5 _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel