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

2015-07-14 Thread John Crispin


On 14/07/2015 11:28, Guenther Kelleter wrote:
> Hi
> 
> Now that this patch set is committed to trunk, is there a chance that a 
> backport to CC branch could be integrated before the final release?
> I would supply the backported patch set.
> 
> 
> Günther
> 

i was going to send you a mail asking for the series once i finished
merging patches ;)


> 
>> -Original Message-
>> From: Günther Kelleter [mailto:guenther.kelle...@devolo.de]
>> Sent: Thursday, July 09, 2015 6:07 PM
>> To: openwrt-devel@lists.openwrt.org
>> Cc: Guenther Kelleter
>> Subject: [PATCH v4 0/5] ar71xx: Add support for devolo dLAN devices
>>
>> 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@lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> 
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


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

2015-07-14 Thread Guenther Kelleter
Hi

Now that this patch set is committed to trunk, is there a chance that a 
backport to CC branch could be integrated before the final release?
I would supply the backported patch set.


Günther


> -Original Message-
> From: Günther Kelleter [mailto:guenther.kelle...@devolo.de]
> Sent: Thursday, July 09, 2015 6:07 PM
> To: openwrt-devel@lists.openwrt.org
> Cc: Guenther Kelleter
> Subject: [PATCH v4 0/5] ar71xx: Add support for devolo dLAN devices
> 
> 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@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


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

2015-07-09 Thread Günther Kelleter
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@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel