Re: [LEDE-DEV] [Babel-users] Babeld now has procd support on OpenWRT/LEDE

2017-01-14 Thread Toke Høiland-Jørgensen
"L. D. Pinney" writes: > Go back to playing the guitar and smoking dopethat's what you do best. > > STOP CROSS POSTING YOU FSCKin' Clown Boy Dude, seriously? Lay off the abuse. Even if your argument had any merit, this kind of language is uncalled for... -Toke

Re: [LEDE-DEV] [OpenWrt-Devel] upstreaming (most) rt2x00 patches

2017-01-14 Thread Martin Blumenstingl 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 Sat, Jan 14, 2017 at 3:44 AM,

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

Re: [LEDE-DEV] [PATCH 3/4] x86: Add NCT5104D GPIO driver

2017-01-14 Thread Felix Fietkau
On 2017-01-14 17:40, Chris Blake wrote: > On Sat, Jan 14, 2017 at 10:30 AM, Felix Fietkau wrote: >> On 2017-01-14 17:20, Chris Blake wrote: >>> The following patch is to add driver support for the NCT5104D GPIO Super >>> I/O chip which is found on the PC Engines APU2/APU3 boards.

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. >>> >>>

[LEDE-DEV] [PATCH 2/4] x86: add kernel module for sp5100_tco watchdog

2017-01-14 Thread Chris Blake
This change adds the sp5100_tco driver as a kernel module for the x86 target. Specifically, this can be used by the PCEngines APU2/APU3. The reason for having this as a kernel module is to allow users to load/unload it on demand, as the I2C interface on the APU2/APU3 will not work while this

[LEDE-DEV] [PATCH 3/4] x86: Add NCT5104D GPIO driver

2017-01-14 Thread Chris Blake
The following patch is to add driver support for the NCT5104D GPIO Super I/O chip which is found on the PC Engines APU2/APU3 boards. Signed-off-by: Chris Blake --- target/linux/x86/64/config-default | 9 +

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

[LEDE-DEV] [PATCH] scripts/getver.sh: append short git hash based on upstream commit

2017-01-14 Thread Magnus Kroken
The short git hash suffix printed by getver.sh is taken from the latest local commit, change this to use the hash from latest upstream commit if available. This is considered the intended behavior based on commit message a642a11faca87e2a7bddc1fadb54253e2fc26e84, introducing getver.sh.

[LEDE-DEV] [PATCH 1/4] x86: Add sp5100_tco AMD patches

2017-01-14 Thread Chris Blake
This adds the following patches to the x86 target: sp5100_tco: Add AMD Mullins platform support sp5100_tco: Add AMD Carrizo platform support sp5100_tco: fix the device check for SB800 and later chipsets watchdog: sp5100_tco: properly check for new register layouts With these added, the

Re: [LEDE-DEV] [PATCH 3/4] x86: Add NCT5104D GPIO driver

2017-01-14 Thread Felix Fietkau
On 2017-01-14 17:20, Chris Blake wrote: > The following patch is to add driver support for the NCT5104D GPIO Super > I/O chip which is found on the PC Engines APU2/APU3 boards. > > Signed-off-by: Chris Blake Has this driver been submitted for upstream inclusion yet? -

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

[LEDE-DEV] [PATCH] build: Suffix build directory with _$(LIBC) for external toolchains

2017-01-14 Thread Florian Fainelli
For external toolchain, we also know the type of C library used, and the toolchain triplet may not always be reflective of that, therefore make $(TARGET_DIR_NAME) suffixed with _$(LIBC). Signed-off-by: Florian Fainelli --- rules.mk | 3 ++- 1 file changed, 2 insertions(+),

Re: [LEDE-DEV] [PATCH v2 ubox 0/6] kmodloader: add module alias support

2017-01-14 Thread Florian Fainelli
Le 01/13/17 à 09:00, Yousong Zhou a écrit : > Aliases are essential information for working with kernel modules. Netfilter > subsystem will request for ipt_hashlimit and ip6t_hashlimit respectively when > called with > > xt_request_find_match(NFPROTO_IPV{4,6}, "hashlimit", 1) > >

[LEDE-DEV] [PATCH] kernel: can: Add missing regmap dependency for kernel 4.4

2017-01-14 Thread Florian Fainelli
Fixes build failure for kmod-can-c-can-platform which depends on kmod-regmap for kernel 4.1 and 4.4. Signed-off-by: Florian Fainelli --- package/kernel/linux/modules/can.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[LEDE-DEV] Adding new people in patchwork?

2017-01-14 Thread Florian Fainelli
Hi, How do we get new people added to the delegation list in patchwork? Thanks! -- Florian ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev