[OpenWrt-Devel] [PATCH v4 0/5] ar71xx: Add support for devolo dLAN devices

Günther Kelleter guenther.kelleter at devolo.de
Thu Jul 9 12:07:09 EDT 2015


This patch set adds support for two devolo dLAN devices:
  dLAN pro 500 Wireless+
  dLAN pro 1200+ Wifi ac

It supports the wireless and ethernet interfaces.
PLC support must be implemented in user space and will follow later when basic
support is finally accepted.

Changes since PATCH v3:
	ucidef_set_led_gpio: name changed
	removed patch ar71xx: ag71xx: add pdata field supported
	removed patch ath79: dev-eth: initialize clock for id 0 on AR934X
	gpio irq loop uses for_each_bit_set
	get rid of inc_mac_addr function
	fixed pro 500 Wireless+ machine setup

Günther Kelleter (5):
  ar71xx: add support for the devolo dLAN pro 500 Wireless+
  ar71xx: add support to use gpio irqs
  mac80211: make ath10k firmware v2 selectable
  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                   |  19 ++
 target/linux/ar71xx/base-files/etc/diag.sh         |   6 +
 .../etc/hotplug.d/firmware/11-ath10k-caldata       |   3 +
 .../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 +
 .../files/arch/mips/ath79/mach-dlan-pro-1200-ac.c  | 189 +++++++++++++++++
 .../files/arch/mips/ath79/mach-dlan-pro-500-wp.c   | 203 +++++++++++++++++++
 .../linux/ar71xx/generic/profiles/devolo-dlan.mk   |  33 +++
 target/linux/ar71xx/image/Makefile                 |  21 ++
 .../610-MIPS-ath79-openwrt-machines.patch          |  40 +++-
 .../739-MIPS-ath79-add-gpio-irq-support.patch      | 224 +++++++++++++++++++++
 16 files changed, 792 insertions(+), 6 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

-- 
2.4.4.88.gac2ab0d
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list