Re: [OpenWrt-Devel] [PATCH 0/8] [ipq806x] Add basic support for Linksys EA8500

2016-04-01 Thread Adrian Panella
Hi Imre, networking seems to be working for me. So far I have done only basic testing. Can access the router from lan and wlan. No permormance test done, though. If you have a repo you can share with your patchset, I could gladly compare to take advantage of both works. Krgds Adrian Fro

Re: [OpenWrt-Devel] [PATCH 4/8] caldata-utils: new package to manipulate ath10k

2016-04-01 Thread Adrian Panella
So far I find it essential to make ath10k work on EA8500 with the right mac address (and perhaps on other routers using QCA99x0), and so a prerequisite for that profile. That was why I proposed it in the core packages. More or less like the uboot-env utilities, which are also a prerequisite for

Re: [OpenWrt-Devel] [PATCH 4/8] caldata-utils: new package to manipulate ath10k

2016-04-01 Thread Pushpal Sidhu
Hi, On Thu, Mar 31, 2016 at 6:48 PM, Adrian Panella wrote: > > > From df9a676bb3ba225f0fd6621dbaeec945baf3153d Mon Sep 17 00:00:00 2001 > From: Adrian Panella > Date: Wed, 30 Mar 2016 23:31:06 -0600 > Subject: [PATCH 12/15] caldata-utils: new package to manipulate ath10k > calibration data > >

Re: [OpenWrt-Devel] [RFC 2/2] Add support for the Meraki MR24

2016-04-01 Thread Chris Blake
Hey Imre, On Fri, Apr 1, 2016 at 7:39 AM, Imre Kaloz wrote: > On Fri, 01 Apr 2016 03:46:10 +0200, Chris Blake > wrote: > >> This patch adds support for the Meraki MR24 Access point to the apm821xx >> target. More info on the device can be found at >> https://wiki.openwrt.org/toh/meraki/mr24 >> >

[OpenWrt-Devel] [PATCH] arc770: enable unaligned access handling simulation in software

2016-04-01 Thread Alexey Brodkin
This enables misaligned access handling by software in Linux kernel. With some wireless drivers (ath9k-htc and mt7601u for example) we see misaligned accesses here and there and to cope with that without fixing stuff in the drivers we're just gracefully handling it on ARC. Signed-off-by: Alexey B

[OpenWrt-Devel] [PATCH] arc770: build kmod-ath9k-htc wpad-mini by default

2016-04-01 Thread Alexey Brodkin
AXS101 beind a development board lacks built-in wireles inerfaces. So we have to use external USB dongles to turn the board into wireless router. The best USB Wi-Fi dongles to work in AP-mode seem to be based on ath9k-htc chipset. And so with that change we add support of mentioned dongles in def

[OpenWrt-Devel] [PATCH v2] ramips: rt3352 usbphy fix in dts-file

2016-04-01 Thread serge
Add missing rt3352 usb phy. Fix ticket #20499. Need backport into CC Signed-Off-By:Serge Vasilugin diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi index cfa0db6..0932b52 100644 --- a/target/linux/ramips/dts/rt3352.dtsi +++ b/target/linux/ramips/dts/rt335

Re: [OpenWrt-Devel] [RFC 1/2] Add support for the apm821xx Device Target

2016-04-01 Thread Imre Kaloz
On Fri, 01 Apr 2016 15:26:46 +0200, Chris Blake wrote: Hey Imre, On Fri, Apr 1, 2016 at 7:35 AM, Imre Kaloz wrote: Hi Chris, On Fri, 01 Apr 2016 03:46:09 +0200, Chris Blake +CONFIG_BLUESTONE=y I doubt we support that here. From my understanding, Bluestone is the dev board for

Re: [OpenWrt-Devel] [RFC 1/2] Add support for the apm821xx Device Target

2016-04-01 Thread Chris Blake
Hey Imre, On Fri, Apr 1, 2016 at 7:35 AM, Imre Kaloz wrote: > Hi Chris, > > On Fri, 01 Apr 2016 03:46:09 +0200, Chris Blake > >> +CONFIG_BLUESTONE=y > > > I doubt we support that here. > From my understanding, Bluestone is the dev board for the apm821xx, so for dependencies shouldn't this be se

[OpenWrt-Devel] [RFC] ar71xx: Reset QCA955x SGMII link on speed change

2016-04-01 Thread Sven Eckelmann
From: Sven Eckelmann The SGMII link of the QCA955x seems to be unstable when the PHY changes the link speed. Reseting the SGMII and the PHY management control seems to resolve this problem. This was observed with an AR8033 and QCA9558 The code of this RFC is not meant to be an actual patch. It

Re: [OpenWrt-Devel] [RFC 2/2] Add support for the Meraki MR24

2016-04-01 Thread Imre Kaloz
On Fri, 01 Apr 2016 03:46:10 +0200, Chris Blake wrote: This patch adds support for the Meraki MR24 Access point to the apm821xx target. More info on the device can be found at https://wiki.openwrt.org/toh/meraki/mr24 Signed-off-by: Chris Blake --- /dev/null +++ b/target/linux/apm821xx/dt

Re: [OpenWrt-Devel] [RFC 1/2] Add support for the apm821xx Device Target

2016-04-01 Thread Imre Kaloz
Hi Chris, On Fri, 01 Apr 2016 03:46:09 +0200, Chris Blake wrote: This adds a new target for PowerPC APM821xx (464-based) boards, as well as adds support for the booke-wdt watchdog package. Signed-off-by: Chris Blake Not bad at all for first try :) diff --git a/include/target.mk b/include

Re: [OpenWrt-Devel] [PATCH 0/8] [ipq806x] Add basic support for Linksys EA8500

2016-04-01 Thread Imre Kaloz
Hi Adrian, On Fri, 01 Apr 2016 02:35:20 +0200, Adrian Panella wrote: From: Adrian Panella This patchset adds support for the Linksys AC2600 EA8500 router. Does networking work for you? I have a patchset for the ea8500 I didn't push because of that. Thanks, Imre _

[OpenWrt-Devel] [PATCH 2/2] brcmfmac43430-firmware: switch to @GITHUB download alias

2016-04-01 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- package/firmware/brcmfmac43430-firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/firmware/brcmfmac43430-firmware/Makefile b/package/firmware/brcmfmac43430-firmware/Makefile index 6e78e9d..e4a1152 100644 --- a/p

[OpenWrt-Devel] [PATCH 1/2] download: add @GITHUB download facility

2016-04-01 Thread Álvaro Fernández Rojas
Define a new alias (@GITHUB) for downloading raw github repository files Signed-off-by: Álvaro Fernández Rojas --- include/download.mk | 2 +- scripts/download.pl | 5 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/include/download.mk b/include/download.mk index 63af908..a35

Re: [OpenWrt-Devel] [PATCH] ramips: rt3352 usbphy fix in dts-file

2016-04-01 Thread John Crispin
Hi, does not apply, please fix and resend John On 24/03/2016 19:32, serge wrote: > Add missing rt3352 usb phy. Need to backport into CC. > > > Signed-Off-By: Serge Vasilugin > > diff --git a/target/linux/ramips/dts/rt3352.dtsi > b/target/linux/ramips/dts/rt3352.dtsi > index cfa0db6..