This patch set adds support for two devolo dLAN devices: dLAN pro 500 Wireless+ dLAN pro 1200+ Wifi ac
It supports the wlan and ethernet interfaces. PLC support must be implemented in user space and will folow later when basic support is finally accepted Günther Kelleter (8): ar71xx: ag71xx: add pdata field supported ath79: dev-eth: initialize clock for id 0 on AR934X ar71xx: add support for the devolo dLAN pro 500 Wireless+ ar71xx: add support to use gpio irqs mac80211: make more ath10k firmwares selectable generic: replace request_irq by request_threaded_irq to fix non working ledtrig-gpio base-files: added option to configure the gpio led trigger in uci-defaults ar71xx: add support for the devolo dLAN pro 1200+ WiFi ac package/base-files/files/etc/init.d/led | 7 + .../base-files/files/lib/functions/uci-defaults.sh | 20 ++ package/kernel/mac80211/Makefile | 35 ++- target/linux/ar71xx/base-files/etc/diag.sh | 6 + .../etc/hotplug.d/firmware/11-ath10k-caldata | 8 + .../ar71xx/base-files/etc/uci-defaults/01_leds | 13 ++ .../ar71xx/base-files/etc/uci-defaults/02_network | 10 + target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 + .../ar71xx/base-files/lib/upgrade/platform.sh | 2 + target/linux/ar71xx/config-3.18 | 2 + .../linux/ar71xx/files/arch/mips/ath79/dev-eth.c | 6 +- .../files/arch/mips/ath79/mach-dlan-pro-1200-ac.c | 216 ++++++++++++++++++ .../files/arch/mips/ath79/mach-dlan-pro-500-wp.c | 241 +++++++++++++++++++++ .../mips/include/asm/mach-ath79/ag71xx_platform.h | 1 + .../net/ethernet/atheros/ag71xx/ag71xx_phy.c | 5 + .../linux/ar71xx/generic/profiles/devolo-dlan.mk | 33 +++ target/linux/ar71xx/image/Makefile | 21 ++ .../610-MIPS-ath79-openwrt-machines.patch | 42 +++- .../739-MIPS-ath79-add-gpio-irq-support.patch | 241 +++++++++++++++++++++ .../835-fix-irq-request-ledtrig-gpio.patch | 19 ++ 20 files changed, 924 insertions(+), 10 deletions(-) create mode 100644 target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-1200-ac.c create mode 100644 target/linux/ar71xx/files/arch/mips/ath79/mach-dlan-pro-500-wp.c create mode 100644 target/linux/ar71xx/generic/profiles/devolo-dlan.mk create mode 100644 target/linux/ar71xx/patches-3.18/739-MIPS-ath79-add-gpio-irq-support.patch create mode 100644 target/linux/generic/patches-3.18/835-fix-irq-request-ledtrig-gpio.patch -- 2.4.4.88.gac2ab0d _______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel