[OpenWrt-Devel] trunk for the sunxi platform has a few inconsistencies

2017-02-27 Thread TheWerthFam
I'm running the latest LEDE snapshop on the sunxi platform. The 4.4 kernel is a nice upgrade. While using the image I've noticed a few inconsistencies. The WAN LED is missing on this platform, could be since this uses a USB wifi adapter. I see from the wiki page the WAN leds seem to be

Re: [OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-27 Thread L. D. Pinney
On Mon, Feb 27, 2017 at 11:32 AM, Dana Myers wrote: > On Wed, Feb 22, 2017 at 8:57 PM, Dana Myers > wrote: > > >* On 2/22/2017 6:18 PM, L. D. Pinney wrote: > *>>>* spi-mt7621.c has bugs ... isn't very helpful. >

[OpenWrt-Devel] GSoC 2017 - Freifunk accepted!

2017-02-27 Thread Andreas Bräu
Hi there, today Google announced the organizations they choosed for GSoC 2017. I’m happy to tell you: Freifunk is again accepted as mentoring organization for Google Summer of Code together with 200 other OpenSource organizations! Our friends from OpenWISP.org got accepted, too! Thanks to all who

[OpenWrt-Devel] [PATCH 4/4 v3] ARM: dts: add PCI to the Gemini device trees

2017-02-27 Thread Linus Walleij
The Cortina Gemini has an internal PCI root bus, add this to the device tree, and add interrupt mapping (swizzling) to the relevant systems device trees. Cc: Janos Laube Cc: Paulius Zaleckas Cc: Hans Ulli Kroll Cc:

[OpenWrt-Devel] [PATCH 3/4 v3] ARM: gemini: select MIGHT_HAVE_PCI

2017-02-27 Thread Linus Walleij
As we have a PCI driver for the Gemini, we should select MIGHT_HAVE_PCI. Cc: Janos Laube Cc: Paulius Zaleckas Cc: Hans Ulli Kroll Cc: Florian Fainelli Cc: Feng-Hsin Chiang

[OpenWrt-Devel] [PATCH 2/4 v3] PCI: add driver for Faraday Technology Host Bridge

2017-02-27 Thread Linus Walleij
This adds a host bridge driver for the Faraday Technology FPPCI100 host bridge, used for Cortina Systems Gemini SoC (SL3516) PCI Host Bridge. This code is inspired by the out-of-tree OpenWRT patch and then extensively rewritten for device tree and using the modern helpers to cut down and

[OpenWrt-Devel] [PATCH 1/4 v3] PCI: add DT bindings for Faraday Technology PCI Host Bridge

2017-02-27 Thread Linus Walleij
This adds device tree bindings for the Faraday technology PCI Host Bridge. This IP is found in the Storlink/Storm/Cortina Gemini SoC platform. Cc: Janos Laube Cc: Paulius Zaleckas Cc: Hans Ulli Kroll Cc: Florian

Re: [OpenWrt-Devel] Howto/advice: Patch for variant of hardware platform?

2017-02-27 Thread Dana Myers
On Wed, Feb 22, 2017 at 8:57 PM, Dana Myers https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel>> wrote: >/On 2/22/2017 6:18 PM, L. D. Pinney wrote: />//>//>/spi-mt7621.c has bugs ... isn't very helpful. />//>//>/I am a bit surprised you're not already aware of the SPI issues.

[OpenWrt-Devel] [PATCH] procd: service gets deleted when its last instance is freed

2017-02-27 Thread Alin Nastac
This fixes the following regression introduced in commit 961dc692aff7457f874bce61f8e766514edcf794: 1) reboot using the following configuration root@OpenWrt:~# uci show system.ntp system.ntp=timeserver system.ntp.enable_server='0' system.ntp.use_dhcp='1' system.ntp.dhcp_interface='wan'