Re: [LEDE-DEV] [LEDE-DEV, v2, 07/11] uboot-at91: move BUILD_SUBTARGET from U-Boot/Default to devices

2017-09-20 Thread John Crispin
Hi, it looks like uboot fails to build right now, could you have a look at the issue please ?     John   AS  spl/arch/arm/cpu/armv7/cache_v7_asm.o arch/arm/cpu/armv7/cache_v7_asm.S: Assembler messages: arch/arm/cpu/armv7/cache_v7_asm.S:28: Error: selected processor does not support `dmb'

Re: [LEDE-DEV] [OpenWrt-Devel] LEDE call for vote on remerge proposal V3

2017-09-20 Thread Roman Yeryomin
On 19 September 2017 at 18:22, Zoltan HERPAI wrote: > Hi John, > > On Tue, 19 Sep 2017, John Crispin wrote: > >> Hi Zoltan, >> >> actually its been 29 days since the domain transfer had been completed and >> ownership has been set properly. >> >> i already had a chat with some devs last week about

Re: [LEDE-DEV] [PATCH] ath10k: Re-enable intermediate softqueues for all devices

2017-09-20 Thread Dave Taht
Baptiste Jonglez writes: > On 19-09-17, Toke Høiland-Jørgensen wrote: >> Baptiste Jonglez writes: >> >> > Hi, >> > >> > On 14-09-17, Toke Høiland-Jørgensen wrote: >> >> Toke Høiland-Jørgensen writes: >> >> >> >> > The upstream ath10k driver disables the intermediate softqueues for some >> >>

[LEDE-DEV] [PATCH v2] ramips: fix missing mediatek wdt

2017-09-20 Thread Kevin Darbyshire-Bryant
mediatek MT7621 soc watchdog DTS id was renamed from "mtk,mt7621-wdt" to "mediatek,mt7621-wdt" when driver upstreamed to kernel 4.5 Update mt7621.dtsi & mt7628an.dtsi definitions to match upstreamed kernel. Restores hardward watchdog functionality on mt7621 devices under linux 4.9 Tested on: MIR

[LEDE-DEV] [PATCH] ramips: fix missing mediatek wdt

2017-09-20 Thread Kevin Darbyshire-Bryant
mediatek MT7621 soc watchdog DTS id was renamed from "mtk,mt7621-wdt" to "mtk,mt7621-wdt" when driver upstreamed to kernel 4.5 Update mt7621.dtsi & mt7628an.dtsi definitions to match upstreamed kernel. Restores hardward watchdog functionality on mt7621 devices under linux 4.9 Tested on: MIR3G S

Re: [LEDE-DEV] [PATCH] ath10k: Re-enable intermediate softqueues for all devices

2017-09-20 Thread Baptiste Jonglez
On 19-09-17, Toke Høiland-Jørgensen wrote: > Baptiste Jonglez writes: > > > Hi, > > > > On 14-09-17, Toke Høiland-Jørgensen wrote: > >> Toke Høiland-Jørgensen writes: > >> > >> > The upstream ath10k driver disables the intermediate softqueues for some > >> > devices. This patch reverts that beh