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

2017-01-18 Thread Philip Prindeville
> On Jan 14, 2017, at 9:20 AM, Chris Blake wrote: > > The following patch adds LED support for the PC Engines APU2/APU3 board > on LEDE. > > Signed-off-by: Chris Blake > --- > target/linux/x86/64/config-default | 2 + > target/linux/x86/files/drivers/leds/leds-apu2.c| 374

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

2017-01-17 Thread Felix Fietkau
On 2017-01-17 19:29, Chris Blake wrote: > Felix, > > I have been working on moving the LED driver to a package, but have > some concerns about implementation. Specifically, this would hit the > same issue I had with the Meraki MR18 LED Driver (NU801) around having > the LEDs/Reset button available

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

2017-01-17 Thread Chris Blake
On Sat, Jan 14, 2017 at 11:13 AM, Felix Fietkau wrote: > On 2017-01-14 18:04, Chris Blake wrote: >> On Sat, Jan 14, 2017 at 10:41 AM, Chris Blake >> wrote: >>> On Sat, Jan 14, 2017 at 10:31 AM, Felix Fietkau wrote: On 2017-01-14 17:20, Chris Blake wrote: > The following patch adds LED

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 _

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

2017-01-14 Thread Hans Ulli Kroll 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 --- HI On Sat, 14 Jan 2017, Chris Bla

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

2017-01-14 Thread Felix Fietkau
On 2017-01-14 18:04, Chris Blake wrote: > On Sat, Jan 14, 2017 at 10:41 AM, Chris Blake wrote: >> On Sat, Jan 14, 2017 at 10:31 AM, Felix Fietkau wrote: >>> On 2017-01-14 17:20, Chris Blake wrote: The following patch adds LED support for the PC Engines APU2/APU3 board on LEDE.

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

2017-01-14 Thread Chris Blake
On Sat, Jan 14, 2017 at 10:41 AM, Chris Blake wrote: > On Sat, Jan 14, 2017 at 10:31 AM, Felix Fietkau wrote: >> On 2017-01-14 17:20, Chris Blake wrote: >>> The following patch adds LED support for the PC Engines APU2/APU3 board >>> on LEDE. >>> >>> Signed-off-by: Chris Blake >> Has this driver

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

2017-01-14 Thread Chris Blake
On Sat, Jan 14, 2017 at 10:31 AM, Felix Fietkau wrote: > On 2017-01-14 17:20, Chris Blake wrote: >> The following patch adds LED support for the PC Engines APU2/APU3 board >> on LEDE. >> >> Signed-off-by: Chris Blake > Has this driver been submitted for upstream inclusion yet? > > - Felix > Feli

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

2017-01-14 Thread Felix Fietkau
On 2017-01-14 17:20, Chris Blake wrote: > The following patch adds LED support for the PC Engines APU2/APU3 board > on LEDE. > > Signed-off-by: Chris Blake Has this driver been submitted for upstream inclusion yet? - Felix ___ Lede-dev mailing list L

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

2017-01-14 Thread Chris Blake
The following patch adds LED support for the PC Engines APU2/APU3 board on LEDE. Signed-off-by: Chris Blake --- target/linux/x86/64/config-default | 2 + target/linux/x86/files/drivers/leds/leds-apu2.c| 374 + .../x86/patches-4.4/800-add-apu2-led-driver.