Re: [OpenWrt-Devel] [PATCH 2/4] ath79: add QCA955x SGMII link loss workaround

2019-05-31 Thread Chuanhong Guo
On Sat, Jun 1, 2019 at 12:26 AM Christian Lamparter wrote: > > On Friday, May 31, 2019 4:44:50 PM CEST Chuanhong Guo wrote: > > Hi! > > > > On Fri, May 31, 2019 at 9:34 PM Christian Lamparter > > wrote: > > > > > > Not to be a party pooper. The ag71xx is well on its way to upstream. > > >

Re: [OpenWrt-Devel] [PATCH 1/2] gpio-button-hotplug: support interrupt properties

2019-05-31 Thread Rosen Penev
On Thu, May 30, 2019 at 8:09 AM Christian Lamparter wrote: > > Hello, > > On Thursday, May 30, 2019 12:00:27 PM CEST Petr Štetiar wrote: > > Christian Lamparter [2019-05-29 21:58:29]: > > > Upstream Linux's input gpio-keys driver supports > > > specifying a external interrupt for a gpio via the

Re: [OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20190531

2019-05-31 Thread Hans Dedecker
On Fri, May 31, 2019 at 6:50 PM Jason A. Donenfeld wrote: > > * tools: add wincompat layer to wg(8) > > Consistent with a lot of the Windows work we've been doing this last cycle, > wg(8) now supports the WireGuard for Windows app by talking through a named > pipe. You can compile this as

[OpenWrt-Devel] [openwrt] Patch notification: 1 patch updated

2019-05-31 Thread Patchwork
Hello, The following patch (submitted by you) has been updated in Patchwork: * openwrt: [OpenWrt-Devel,18.06] openssl: update to 1.0.2s - http://patchwork.ozlabs.org/patch/1108496/ - for: OpenWrt development was: New now: Superseded This email is a notification only - you do

[OpenWrt-Devel] [PATCH v2] [18.06] openssl: update to 1.0.2s

2019-05-31 Thread Eneas U de Queiroz via openwrt-devel
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 --- Highlights of this version: -

[OpenWrt-Devel] [PATCH] [18.06] openssl: update to 1.0.2s

2019-05-31 Thread Eneas U de Queiroz via openwrt-devel
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 --- Highlits of this version: -

[OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20190531

2019-05-31 Thread Jason A. Donenfeld
* tools: add wincompat layer to wg(8) Consistent with a lot of the Windows work we've been doing this last cycle, wg(8) now supports the WireGuard for Windows app by talking through a named pipe. You can compile this as `PLATFORM=windows make -C src/tools` with mingw. Because programming things

Re: [OpenWrt-Devel] [PATCH 2/4] ath79: add QCA955x SGMII link loss workaround

2019-05-31 Thread Christian Lamparter
On Friday, May 31, 2019 4:44:50 PM CEST Chuanhong Guo wrote: > Hi! > > On Fri, May 31, 2019 at 9:34 PM Christian Lamparter > wrote: > > > > Not to be a party pooper. The ag71xx is well on its way to upstream. > >

Re: [OpenWrt-Devel] [PATCH 2/4] ath79: add QCA955x SGMII link loss workaround

2019-05-31 Thread Chuanhong Guo
Hi! On Fri, May 31, 2019 at 9:34 PM Christian Lamparter wrote: > > Not to be a party pooper. The ag71xx is well on its way to upstream. > https://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git/commit/drivers/net/ethernet/atheros/ag71xx.c?id=d51b6ce441d356369387d20bc1de5f2edb0ab71e >

[OpenWrt-Devel] Call for participation for BattleMesh V12 (8-14 July 2019, Paris)

2019-05-31 Thread Baptiste Jonglez
Hello, The local organization team is proud to announce that this year's Battlemesh will be held near Paris, from 8 to 14 July! The event aims to bring together people from across the globe who are interested in community networks, including wireless mesh network technologies, fiber

[OpenWrt-Devel] [PATCH v2] ath79: Add support for ZBT-WD323

2019-05-31 Thread Kristian Evensen
ZBT-WD323 is a dual-LTE router based on AR9344. The detailed specifications are: * AR9344 560MHz/450MHz/225MHz (CPU/DDR/AHN). * 128 MB RAM * 16MB of flash(SPI-NOR, 22MHz) * 1x 2.4GHz wifi (Atheros AR9340) * 3x 10/100Mbos Ethernet (AR8229) * 1x USB2.0 port * 2x miniPCIe-slots (USB2.0 only) * 2x

Re: [OpenWrt-Devel] [PATCH 2/4] ath79: add QCA955x SGMII link loss workaround

2019-05-31 Thread Christian Lamparter
On Thursday, April 11, 2019 5:59:43 PM CEST David Bauer wrote: > This commit adds a workaround for the loss of the SGMII link observed on > the QCA955x generation of SoCs. The workaround originates part from the > U-Boot source code, part from the implementation from AVM found in the > GPL tarball

Re: [OpenWrt-Devel] [PATCH] ath79: Add support for ZBT-WD323

2019-05-31 Thread Petr Štetiar
Kristian Evensen [2019-05-20 20:07:32]: Hi, > +zbtlink,zbt-wd323) > + ucidef_set_led_wlan "wlan" "WLAN" "$boardname:green:wifi" "phy0tpt" > + ;; > esac Please add this trigger to the DTS. > +#include "ar9344.dtsi" > + compatible = "zbtlink,zbt-wd323", "qca,ar9334"; Is it really