Re: [LEDE-DEV] [PATCH 4/4] x86: Add APU2 LED Driver

2017-01-15 Thread Cezary Jackiewicz
Dnia 2017-01-14, o godz. 10:20:27 Chris Blake napisał(a): > The following patch adds LED support for the PC Engines APU2/APU3 board > on LEDE. Hi, could you also export GPIO33? NC for APU2 but for APU3 this is sim switch. -- Pozdrawiam, Cezary Jackiewicz

[LEDE-DEV] [PATCH v3 3/3] ar71xx: add Abicom SC1750 support

2017-01-15 Thread Conor O'Gorman
Support Abicom International Scorpion SC1750 Board QCA9550 700MHz Extended Temperature Range 256MB DDR2 256MB Nand Flash 16MB Nor Flash 1x SFP, 1x PCIe 2x 10/100/1000 Ethernet 135x100 mm 802.11ng/g/b 802.11ac/an/a Signed-off-by: Conor O'Gorman ---

[LEDE-DEV] [PATCH v3 1/3] ar71xx: add Abicom SC300M support

2017-01-15 Thread Conor O'Gorman
Support Abicom International Scorpion SC300M Module QCA9550 700MHz Extended Temperature Range 256MB DDR2 256MB Nand Flash 16MB SPI Flash 802.11a/na/b/g/ng GPIO x 22, USB x2, PCIe x2 10/100/1000 Ethernet 23dBm, Optional Onboard Antenna DC Input, 8-20V DC 85 x 55 mm Signed-off-by: Conor O'Gorman

[LEDE-DEV] [PATCH v3 0/3] ar71xx: add Abicom SC300m, SC450, SC1750

2017-01-15 Thread Conor O'Gorman
v3 try harder to get Kconfig order right, plus typo, and sc1750 Conor O'Gorman (3): ar71xx: add Abicom SC300M support ar71xx: add Abicom SC450 support ar71xx: add Abicom SC1750 support target/linux/ar71xx/base-files/etc/board.d/01_leds | 5 +

[LEDE-DEV] [PATCH v3 2/3] ar71xx: add Abicom SC450 support

2017-01-15 Thread Conor O'Gorman
Support Abicom International Scorpion SC450 Board QCA9550 700MHz Extended Temperature Range 256MB DDR2 256MB NAND Flash 16MB NOR Flash 10/100/1000 Ethernet 15W Max, 3x3 Mode, Full Power TX Power 802.3-at POE+ & DC Input options 100x 85mm USB PCIe SFP GPIO/LED Signed-off-by: Conor O'Gorman

[LEDE-DEV] [PATCH v2 2/3] ar71xx: add Abicom SC450 support

2017-01-15 Thread Conor O'Gorman
Support Abicom International Scorpion SC450 Board QCA9550 700MHz Extended Temperature Range 256MB DDR2 256MB NAND Flash 16MB NOR Flash 10/100/1000 Ethernet 15W Max, 3x3 Mode, Full Power TX Power 802.3-at POE+ & DC Input options 100x 85mm USB PCIe SFP GPIO/LED Signed-off-by: Conor O'Gorman

[LEDE-DEV] [PATCH v2 0/3] ar71xx: add Abicom SC300M, SC450, SC1750

2017-01-15 Thread Conor O'Gorman
v2 fix Kconfig.openwrt ordering, fix mach-sc300m typo, sneak in sc1750 Conor O'Gorman (3): ar71xx: add Abicom SC300M support ar71xx: add Abicom SC450 support ar71xx: add Abicom SC1750 support target/linux/ar71xx/base-files/etc/board.d/01_leds | 5 +

[LEDE-DEV] [PATCH v2 3/3] ar71xx: add Abicom SC1750 support

2017-01-15 Thread Conor O'Gorman
Support Abicom International Scorpion SC1750 Board QCA9550 700MHz Extended Temperature Range 256MB DDR2 256MB Nand Flash 16MB Nor Flash 1x SFP, 1x PCIe 2x 10/100/1000 Ethernet 135x100 mm 802.11ng/g/b 802.11ac/an/a Signed-off-by: Conor O'Gorman ---

[LEDE-DEV] [PATCH v2 1/3] ar71xx: add Abicom SC300M support

2017-01-15 Thread Conor O'Gorman
Support Abicom International Scorpion SC300M Module QCA9550 700MHz Extended Temperature Range 256MB DDR2 256MB Nand Flash 16MB SPI Flash 802.11a/na/b/g/ng GPIO x 22, USB x2, PCIe x2 10/100/1000 Ethernet 23dBm, Optional Onboard Antenna DC Input, 8-20V DC 85 x 55 mm Signed-off-by: Conor O'Gorman

Re: [LEDE-DEV] [PATCH] iperf3: update to version 3.1.5 and download via git

2017-01-15 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Sunday, January 15, 2017

Re: [LEDE-DEV] [PATCH] iperf3: update to version 3.1.5 and download via git

2017-01-15 Thread Daniel Engberg
Hi, Thanks for submitting a patch but can you please outline why we would want to switch from a tarball release to a git repo pull for iperf3? Best regards, Daniel Engberg ___ Lede-dev mailing list Lede-dev@lists.infradead.org

[LEDE-DEV] [PATCH] iperf3: update to version 3.1.5 and download via git

2017-01-15 Thread Christian Lamparter via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- "This version of iperf3 makes

[LEDE-DEV] first commits in lede tree

2017-01-15 Thread Luka Perkov
Hi all, few moments ago I've sent out earlier two patches that I'd like to push to lede tree. These are queued in my staging tree and it seems there is still some polishing needed with regards to gitweb which I'll do with the system admins. Anyhow, Felix pointed out that it would be good to send

[LEDE-DEV] [PATCH] ubox: turn logd into a separate package

2017-01-15 Thread Luka Perkov
From: Andrej Vlasic Currently system log is always included as a part of ubox. Add logd as a seperate package and add it to default packages list. Signed-off-by: Andrej Vlasic Signed-off-by: Luka Perkov ---

[LEDE-DEV] [PATCH] mbedtls: add static files in staging_dir

2017-01-15 Thread Luka Perkov
From: Domagoj Pintaric Signed-off-by: Domagoj Pintaric Signed-off-by: Luka Perkov --- package/libs/mbedtls/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libs/mbedtls/Makefile

Re: [LEDE-DEV] Adding new people in patchwork?

2017-01-15 Thread Florian Fainelli
On 01/15/2017 05:45 AM, John Crispin wrote: > > > On 15/01/2017 05:22, Florian Fainelli wrote: >> Hi, >> >> How do we get new people added to the delegation list in patchwork? >> >> Thanks! >> > > whats your userid ? 2800 Thanks -- Florian ___

Re: [LEDE-DEV] per-cpu IRQ stack on MIPS

2017-01-15 Thread Felix Fietkau
On 2017-01-15 15:18, Jason A. Donenfeld wrote: > Here's the raw diff of this series directly from -next, in case it helps: > https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/rawdiff/?id=3cc3434fd6307d06b53b98ce83e76bf9807689b9=fe8bd18ffea5327344d4ec2bf11f47951212abd0~ Tests were

Re: [LEDE-DEV] [PATCH] ar71xx: add Abicom SC300M support

2017-01-15 Thread Sebastian Kemper
Hi, Another nitpick, there's a typo in a comment: "/* GMAC1 is connected tot eh SGMII interface */" Regards, Sebastian Am 15. Januar 2017 14:52:17 MEZ schrieb John Crispin : >Hi, > >looks good, one minor nitpicks inline > >On 11/01/2017 17:19, Conor O'Gorman wrote: >> Support

Re: [LEDE-DEV] per-cpu IRQ stack on MIPS

2017-01-15 Thread Jason A. Donenfeld
Here's the raw diff of this series directly from -next, in case it helps: https://git.kernel.org/cgit/linux/kernel/git/next/linux-next.git/rawdiff/?id=3cc3434fd6307d06b53b98ce83e76bf9807689b9=fe8bd18ffea5327344d4ec2bf11f47951212abd0~ ___ Lede-dev

Re: [LEDE-DEV] per-cpu IRQ stack on MIPS

2017-01-15 Thread Jason A. Donenfeld
On Sun, Jan 15, 2017 at 3:03 PM, Felix Fietkau wrote: > I'd like to run a few more tests today before I merge it, just to make > sure it doesn't break stuff for the release. Of course. Let me know if you run into any difficulties. ___

Re: [LEDE-DEV] per-cpu IRQ stack on MIPS

2017-01-15 Thread Felix Fietkau
On 2017-01-15 14:32, Jason A. Donenfeld wrote: > Hey Felix, > > On Wed, Jan 11, 2017 at 10:59 AM, Felix Fietkau wrote: >>> It prevents crashes when lots of different networking drivers are >>> stacked on top of eachother, like gre+l2tp+somethingelse. >> I've pushed the backport of

Re: [LEDE-DEV] [PATCH] ar71xx: add Abicom SC450 support

2017-01-15 Thread John Crispin
Hi, this patch sits on top of the other and has the same ordering issue. John On 12/01/2017 23:25, Conor O'Gorman wrote: > Support Abicom International Scorpion SC450 Board > > QCA9550 700MHz Extended Temperature Range > 256MB DDR2 > 256MB NAND Flash > 16MB NOR Flash > 10/100/1000

Re: [LEDE-DEV] [PATCH] ar71xx: add Abicom SC300M support

2017-01-15 Thread John Crispin
Hi, looks good, one minor nitpicks inline On 11/01/2017 17:19, Conor O'Gorman wrote: > Support Abicom International Scorpion SC300M Module > > QCA9550 700MHz Extended Temperature Range > 256MB DDR2 > 256MB Nand Flash > 16MB SPI Flash > 802.11a/na/b/g/ng > GPIO x 22, USB x2, PCIe x2 >

Re: [LEDE-DEV] Adding new people in patchwork?

2017-01-15 Thread John Crispin
On 15/01/2017 05:22, Florian Fainelli wrote: > Hi, > > How do we get new people added to the delegation list in patchwork? > > Thanks! > whats your userid ? John ___ Lede-dev mailing list Lede-dev@lists.infradead.org

Re: [LEDE-DEV] per-cpu IRQ stack on MIPS

2017-01-15 Thread Jason A. Donenfeld
Hey Felix, On Wed, Jan 11, 2017 at 10:59 AM, Felix Fietkau wrote: >> It prevents crashes when lots of different networking drivers are >> stacked on top of eachother, like gre+l2tp+somethingelse. > I've pushed the backport of these changes to my staging tree at >