[OpenWrt-Devel] [PATCH][RFT] adm5120: switch kernel to 3.18

2015-02-28 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- Gabor: I can see you were working on adm5120 in the past. Could you test this patch? --- target/linux/adm5120/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/adm5120/Makefile b/target/linux/adm5120/Makefile index e58122d..

Re: [OpenWrt-Devel] [PATCH][bcm63xx]: Add DGND3700 v1 / DGND3800B support

2015-02-28 Thread David Lang
Is this going to include support for the DSL on these boxes? the Table of Hardware page still says that the DSL is not and will never be supported. I've seen enough changes in such things over the years to hope that this is no longer the case. David Lang On Sun, 1 Mar 2015, dani wrote: Date

Re: [OpenWrt-Devel] [PATCH][bcm63xx]: Add DGND3700 v1 / DGND3800B support

2015-02-28 Thread dani
Ok, patch updated with latest changes in trunk, and suggestions. About SPROM fixups, I misundertsood its purpouse. Deleted since it's not required. Signed-off-by: Daniel Gonzalez diff --git a/target/linux/brcm63xx/base-files/etc/uci-defaults/01_leds b/target/linux/brcm63xx/base-files/etc/uci-d

[OpenWrt-Devel] [PATCH][RFT] mpc52xx: switch kernel to 3.18

2015-02-28 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- Gabor: I can see you were bumping mpc52xx kernel in the past. Could you try 3.18? --- target/linux/mpc52xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mpc52xx/Makefile b/target/linux/mpc52xx/Makefile index aa3c5a7..293

[OpenWrt-Devel] [PATCH][RFT] ep93xx: switch kernel to 3.18

2015-02-28 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- target/linux/ep93xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile index 7e7422b..3da7ca9 100644 --- a/target/linux/ep93xx/Makefile +++ b/target/linux/ep93xx/Makefile @@ -13,

[OpenWrt-Devel] [PATCH] mac80211: Force Atheros drivers to respect the user's regdomain settings by default

2015-02-28 Thread Jiri Pirko
User's regdomain should know the correct setting. So change default for ath drivers to respect those. Signed-off-by: Jiri Pirko --- package/kernel/mac80211/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile index f3fe6

[OpenWrt-Devel] Ethernet problem with R8000

2015-02-28 Thread Ian Kent
Hi all, I'm trying to make progress on getting the Netgear R8000 to work. Basically it's a BCM4799 but with a BCM53012 switch rather than the usual BCM53011 (among other differences). I have a number of problems but the one that is the most concerning is that Ethernet doesn't work. Now, this

[OpenWrt-Devel] [PATCH][RFT] omap: switch kernel to 3.18

2015-02-28 Thread Rafał Miłecki
Signed-off-by: Rafał Miłecki --- Hey guys, My previous request (posted half a year ago) was completely ignored: [PATCH][RFT] omap: switch kernel to 3.14 https://lists.openwrt.org/pipermail/openwrt-devel/2014-September/027845.html I'll really appreciate if someone can try this patch. 3.13 is real

[OpenWrt-Devel] [PATCH v2] brcm63xx: fix DTS LEDs and buttons

2015-02-28 Thread Álvaro Fernández Rojas
- A4001N/A4001N1: fix swapped green and red LEDs - CVG834G: add missing LED - RTA1320: reorder LEDs by GPIO# - V2500V: add missing LEDs and buttons - WAP-5813n: fix WPS button (GPIO 35) Signed-off-by: Álvaro Fernández Rojas --- v2: add changelog and properly order GPIOs target/linux/brcm63xx/dt

[OpenWrt-Devel] [PATCH] brcm63xx: fix DTS LEDs and buttons

2015-02-28 Thread Álvaro Fernández Rojas
Signed-off-by: Álvaro Fernández Rojas --- target/linux/brcm63xx/dts/a4001n.dts| 10 - target/linux/brcm63xx/dts/a4001n1.dts | 10 - target/linux/brcm63xx/dts/cvg834g.dts | 10 + target/linux/brcm63xx/dts/rta1320.dts | 11 +- target/linux/brcm63xx/dts/v250

Re: [OpenWrt-Devel] [PATCH 3/3] b53: create slave devices for ports

2015-02-28 Thread Rafał Miłecki
On 26 February 2015 at 19:24, Florian Fainelli wrote: > On 25/02/15 07:24, Alexandru Ardelean wrote: >> Feature implemented and tested on BCM53128. >> >> Slave devices logic copied from the Linux kernel from Marvell's DSA >> driver ( linux/net/dsa/ ). >> Also the logic for the Broadcom tag process