Re: [LEDE-DEV] [PATCH] brcm2708: backport upstream thermal driver

2017-04-13 Thread Álvaro Fernández Rojas
Maybe you should also provide a new kernel module in modules.mk for this one... Acked-by: Álvaro Fernández Rojas El 02/04/2017 a las 0:34, Rafał Miłecki escribió: > From: Rafał Miłecki > > Signed-off-by: Rafał Miłecki > --- >

Re: [LEDE-DEV] [PATCH] brcm2708: backport upstream sdhost controller driver

2017-04-13 Thread Álvaro Fernández Rojas
You only added CONFIG_MMC_BCM2835_UPSTREAM symbol for bcm2708, missing bcm2709 and bcm2710, which will break buildbot for those subtargets. Apart from that, what's the purpose of adding a disabled driver? Maybe you should create a branch in your staging repo in which this driver is enabled by

Re: [LEDE-DEV] [PATCH] brcm2708: include upstream bcm2835-rpi-zero DT binary in image

2017-04-13 Thread Álvaro Fernández Rojas
NACK, If you want to test something with the alternative device trees then you can modify a single line while doing so. Apart from that there are other alternative device trees for the other models, so why only adding the pi-zero one? I guess because that's the one you're using for testing...

Re: [LEDE-DEV] [PATCH] brcm2708: include upstream bcm2835-rpi-zero DT binary in image

2017-04-13 Thread Álvaro Fernández Rojas
Hi Rafał, Yeah, you're right, but I've been busy with other stuff and I didn't want to reply until I had tested your patches. I will reply now but I haven't been able to test them yet. Regards, Álvaro. El 14/04/2017 a las 0:27, Rafał Miłecki escribió: > Hi Alvaro, > > On 03/31/2017 10:42 PM,

Re: [LEDE-DEV] [PATCH] brcm2708: include upstream bcm2835-rpi-zero DT binary in image

2017-04-13 Thread Rafał Miłecki
Hi Alvaro, On 03/31/2017 10:42 PM, Rafał Miłecki wrote: From: Rafał Miłecki This allows easier testing/developing/debugging of upstream DTS file. Foundation's start.elf doesn't use it on its own so this won't cause any regressions. Testing this DTB requires using U-Boot or

[LEDE-DEV] [PATCH] util-linux: fix build with uclibc

2017-04-13 Thread hauke . mehrtens
From: Hauke Mehrtens Fix build of scriptreplay with uClibc. Some parts of the libm detected were backported to 2.29.2, but some parts were missing, which are added here. Signed-off-by: Hauke Mehrtens --- This should also go into LEDE-17.01

[LEDE-DEV] [PATCH 2/2] ipq806x: Add support for ipq40xx subtarget

2017-04-13 Thread Ram Chandra Jangir
This change adds QCA IPQ40xx SoC based board support Supported IPQ40xx boards: - AP-DK01.1-C1 and AP-DK04.1-C1 with nor flash boot. Network Test: - Tested IPv4 and IPv6 connectivity - Router can ping device through WAN interface - Device on LAN can ping through router. - WiFi connectivity

Re: [LEDE-DEV] [PATCH 2/2] target/arc770: switch to 4.9 kernel

2017-04-13 Thread Alexey Brodkin
Hi Felix, On Wed, 2017-04-12 at 12:04 +0300, Alexey Brodkin wrote: > Hi Felix, > > > On Wed, 2017-04-12 at 10:53 +0200, Felix Fietkau wrote: > > > > On 2017-03-12 17:06, Felix Fietkau wrote: > > > > > > > > > On 2017-03-10 17:01, Alexey Brodkin wrote: > > > > > > > > > > > > Hi Felix, > >

Re: [LEDE-DEV] [PATCH netifd] ubus: add interface method to trigger renew event

2017-04-13 Thread Hans Dedecker
On Wed, Apr 12, 2017 at 7:53 PM, Matthias Schiffer wrote: > Not all topology or connectivity changes may be detected by netifd, > depending on the underlying technology (e.g. VPN software); this adds a way > to explicitly trigger a renew. > > Signed-off-by: