Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Ian Kent
On Mon, 2015-04-20 at 19:28 +0200, Arend van Spriel wrote: > On 04/20/15 13:50, Jonas Gorski wrote: > > Hi, > > > > On Mon, Apr 20, 2015 at 1:29 PM, Rafał Miłecki wrote: > >> On 20 April 2015 at 11:27, Arend van Spriel wrote: > Following an "nvram erase" none of the needed pairs remain > >

[OpenWrt-Devel] [PATCH 2/3] ipq806x: add db149 dts files

2015-04-20 Thread Mathieu Olivari
DB149 is an IPQ806x based development platform. This patch adds the dts files to support it. Signed-off-by: Mathieu Olivari --- .../ipq806x/patches-3.18/022-add-db149-dts.patch | 293 + .../ipq806x/patches-4.0/022-add-db149-dts.patch| 293 + 2 files

[OpenWrt-Devel] [PATCH 1/3] ipq806x: enable AT803x driver

2015-04-20 Thread Mathieu Olivari
Certain IPQ806x based platforms are making use of this PHY. So we'll enable it so it gets detected as such. Signed-off-by: Mathieu Olivari --- target/linux/ipq806x/config-3.18 | 1 + target/linux/ipq806x/config-4.0 | 1 + 2 files changed, 2 insertions(+) diff --git a/target/linux/ipq806x/confi

[OpenWrt-Devel] [PATCH 3/3] ipq806x: add db149 support to OpenWrt init scripts

2015-04-20 Thread Mathieu Olivari
DB149 is a IPQ8064 based platform. This patch adds the init scripts to detect it, configure the network accordingly, and generate a flashable image for it. Signed-off-by: Mathieu Olivari --- target/linux/ipq806x/base-files/etc/uci-defaults/network | 6 ++ target/linux/ipq806x/base-files/lib/

[OpenWrt-Devel] [PATCH 11/11] ar71xx: do general formatting on wnr2000-v4

2015-04-20 Thread Michael J. Bazzinotti
From: "Michael J. Bazzinotti" Signed-off-by: Michael J. Bazzinotti --- .../ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c | 93 -- 1 file changed, 51 insertions(+), 42 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c b/target/linux/ar71

[OpenWrt-Devel] [PATCH 09/11] ar71xx: add support for Green WAN LED on wnr2000-v4

2015-04-20 Thread Michael J. Bazzinotti
From: "Michael J. Bazzinotti" Signed-off-by: Michael J. Bazzinotti --- target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c b/target/linux/ar71xx/files/arch/mips/ath79/mac

[OpenWrt-Devel] [PATCH 03/11] ar71xx: track the correct WAN interface on wnr2000-v4

2015-04-20 Thread Michael J. Bazzinotti
From: "Michael J. Bazzinotti" Signed-off-by: Michael J. Bazzinotti --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/etc/uci-de

[OpenWrt-Devel] [PATCH 07/11] ar71xx: fix amber WAN LED setting for wnr2000-v4

2015-04-20 Thread Michael J. Bazzinotti
From: "Michael J. Bazzinotti" Signed-off-by: Michael J. Bazzinotti --- target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c b/target/linux/ar71xx/files/arch/mi

[OpenWrt-Devel] [PATCH 05/11] ar71xx: set all buttons to be active_low on wnr2000-v4

2015-04-20 Thread Michael J. Bazzinotti
From: "Michael J. Bazzinotti" Originally pressing a button would trigger a release state and vice-versa, as observed from hotplug.d. Signed-off-by: Michael J. Bazzinotti --- target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/targe

[OpenWrt-Devel] [PATCH 10/11] ar71xx: fix spelling, add copyright on wnr2000-v4

2015-04-20 Thread Michael J. Bazzinotti
From: "Michael J. Bazzinotti" Signed-off-by: Michael J. Bazzinotti --- target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c b/target/linux/ar71xx/files/ar

[OpenWrt-Devel] [PATCH 06/11] ar71xx: make WLAN button RFKILL on wnr2000-v4

2015-04-20 Thread Michael J. Bazzinotti
From: "Michael J. Bazzinotti" Users will now be provided with the inherent wifi toggle functionality of /etc/rc.button/rfkill Signed-off-by: Michael J. Bazzinotti --- target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[OpenWrt-Devel] [PATCH 08/11] ar71xx: add support for green LAN LEDS for wnr2000-v4

2015-04-20 Thread Michael J. Bazzinotti
From: "Michael J. Bazzinotti" Signed-off-by: Michael J. Bazzinotti --- .../ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c | 47 ++ 1 file changed, 39 insertions(+), 8 deletions(-) diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c b/target/linux/ar71x

[OpenWrt-Devel] [PATCH 04/11] ar71xx: fix ethernet on wnr2000-v4

2015-04-20 Thread Michael J. Bazzinotti
From: "Michael J. Bazzinotti" Most people report broken ethernet with upstream. Last year, user "franz.flasch" authored a working mach-file. His patch is outdated so I modernized it. Original patch and user commentary on page 1: https://forum.openwrt.org/viewtopic.php?pid=260861#p260861 I have f

[OpenWrt-Devel] [PATCH 02/11] ar71xx: fix LAN portmasks on wnr2000-v4

2015-04-20 Thread Michael J. Bazzinotti
From: "Michael J. Bazzinotti" Signed-off-by: Michael J. Bazzinotti --- target/linux/ar71xx/base-files/etc/uci-defaults/01_leds | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/target/linux/ar71xx/base-files/etc/uci-defaults/01_leds b/target/linux/ar71xx/base-files/et

[OpenWrt-Devel] [PATCH 01/11] ar71xx: use a common naming scheme for LEDS on wnr2000-v4

2015-04-20 Thread Michael J. Bazzinotti
From: "Michael J. Bazzinotti" It is common that the router provider be used rather than product name. One can see this in target/linux/ar71xx/base-files/etc/uci-defaults/01_leds Signed-off-by: Michael J. Bazzinotti --- .../linux/ar71xx/base-files/etc/uci-defaults/01_leds | 14 +++---

Re: [OpenWrt-Devel] [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Arend van Spriel
On 04/20/15 20:49, Rafał Miłecki wrote: On 20 April 2015 at 19:12, Arend van Spriel wrote: On 04/20/15 13:26, Rafał Miłecki wrote: On 17 April 2015 at 10:50, Arend van Spriel wrote: Another option is to add the parsing stuff in that nvram code and have an api to get the appropriate portion

Re: [OpenWrt-Devel] [PATCH] generic/4.0: Linux 4.0 was released on 2014-04-12

2015-04-20 Thread Rafał Miłecki
On 20 April 2015 at 17:24, Daniel Golle wrote: > Signed-off-by: Daniel Golle Daniel, commit message should say what the patch does. Now what has happened in the world. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt

Re: [OpenWrt-Devel] [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Rafał Miłecki
On 20 April 2015 at 19:12, Arend van Spriel wrote: > On 04/20/15 13:26, Rafał Miłecki wrote: >> >> On 17 April 2015 at 10:50, Arend van Spriel wrote: >>> Another option is to add the parsing stuff in that nvram code and have an >>> api to get the appropriate portion based on pcie domain and bus n

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Arend van Spriel
On 04/20/15 13:50, Jonas Gorski wrote: Hi, On Mon, Apr 20, 2015 at 1:29 PM, Rafał Miłecki wrote: On 20 April 2015 at 11:27, Arend van Spriel wrote: Following an "nvram erase" none of the needed pairs remain in nvram. So we probably can't use nvram in a reliable way to create the wireless c

Re: [OpenWrt-Devel] [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Arend van Spriel
On 04/20/15 13:26, Rafał Miłecki wrote: On 17 April 2015 at 10:50, Arend van Spriel wrote: On 04/17/15 09:45, Rafał Miłecki wrote: Huh, why dropping linux-wireless (and top posting btw)? Please let everyone follow the discussion :) On 15 April 2015 at 21:20, Hante Meuleman wrote: As I wr

[OpenWrt-Devel] [PATCH] generic/4.0: Linux 4.0 was released on 2014-04-12

2015-04-20 Thread Daniel Golle
Signed-off-by: Daniel Golle --- include/kernel-version.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/kernel-version.mk b/include/kernel-version.mk index bb43e00..de20fef 100644 --- a/include/kernel-version.mk +++ b/include/kernel-version.mk @@ -3,10 +3,10 @@

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Rafał Miłecki
On 20 April 2015 at 13:50, Jonas Gorski wrote: > On Mon, Apr 20, 2015 at 1:29 PM, Rafał Miłecki wrote: >> On 20 April 2015 at 11:27, Arend van Spriel wrote: Following an "nvram erase" none of the needed pairs remain in nvram. So we probably can't use nvram in a reliable way to create

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Jonas Gorski
Hi, On Mon, Apr 20, 2015 at 1:29 PM, Rafał Miłecki wrote: > On 20 April 2015 at 11:27, Arend van Spriel wrote: >>> Following an "nvram erase" none of the needed pairs remain >>> in nvram. So we probably can't use nvram in a reliable way to create the >>> wireless configuration. >> >> >> So why

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Rafał Miłecki
On 20 April 2015 at 11:27, Arend van Spriel wrote: >> Following an "nvram erase" none of the needed pairs remain >> in nvram. So we probably can't use nvram in a reliable way to create the >> wireless configuration. > > > So why do "nvram erase"? The assumption that it is not needed because you >

Re: [OpenWrt-Devel] [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Rafał Miłecki
On 17 April 2015 at 10:50, Arend van Spriel wrote: > On 04/17/15 09:45, Rafał Miłecki wrote: >> >> Huh, why dropping linux-wireless (and top posting btw)? Please let >> everyone follow the discussion :) >> >> On 15 April 2015 at 21:20, Hante Meuleman wrote: >>> >>> As I wrote to you in a mail and

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Ian Kent
On Mon, 2015-04-20 at 18:40 +0800, Ian Kent wrote: > On Mon, 2015-04-20 at 18:26 +0800, Ian Kent wrote: > > On Mon, 2015-04-20 at 11:27 +0200, Arend van Spriel wrote: > > > On 04/20/15 03:00, Ian Kent wrote: > > > > On Fri, 2015-04-17 at 10:55 +0200, Arend van Spriel wrote: > > > >> Resend as it bo

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Ian Kent
On Mon, 2015-04-20 at 18:26 +0800, Ian Kent wrote: > On Mon, 2015-04-20 at 11:27 +0200, Arend van Spriel wrote: > > On 04/20/15 03:00, Ian Kent wrote: > > > On Fri, 2015-04-17 at 10:55 +0200, Arend van Spriel wrote: > > >> Resend as it bounced on openwrt-devel list. > > >> > > >> Original

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Ian Kent
On Mon, 2015-04-20 at 11:27 +0200, Arend van Spriel wrote: > On 04/20/15 03:00, Ian Kent wrote: > > On Fri, 2015-04-17 at 10:55 +0200, Arend van Spriel wrote: > >> Resend as it bounced on openwrt-devel list. > >> > >> Original Message > >> Subject: Re: [PATCH 10/10] brcmfmac: Add

Re: [OpenWrt-Devel] Fwd: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram.

2015-04-20 Thread Arend van Spriel
On 04/20/15 03:00, Ian Kent wrote: On Fri, 2015-04-17 at 10:55 +0200, Arend van Spriel wrote: Resend as it bounced on openwrt-devel list. Original Message Subject: Re: [PATCH 10/10] brcmfmac: Add support for multiple PCIE devices in nvram. Date: Fri, 17 Apr 2015 10:50:08 +0200