Re: [LEDE-DEV] [PATCH v2] ramips: add support for Ubiquiti EdgeRouter X-SFP

2017-06-06 Thread Sven Roederer
John, just checked with master build f500799 as initrd-kernel. Looks fine as I can see from bootlog. Anything special to test? [1.71] MediaTek Nand driver init, version v2.1 Fix AHB virt2phys error [1.72] Allocate 16 byte aligned buffer: 80592f90 [1.73] Enable NFI Clock

[LEDE-DEV] [PATCH 6/6] ath25: drop 4.4 kernel support

2017-06-06 Thread Sergey Ryazanov
Signed-off-by: Sergey Ryazanov --- target/linux/ath25/config-4.4 | 156 -- .../linux/ath25/patches-4.4/107-ar5312_gpio.patch | 212 --- .../linux/ath25/patches-4.4/108-ar2315_gpio.patch | 363 .../ath25/patches-4.4/110-ar2313_ethernet.patch

[LEDE-DEV] [PATCH 5/6] ath25: switch to 4.9 kernel

2017-06-06 Thread Sergey Ryazanov
Signed-off-by: Sergey Ryazanov --- target/linux/ath25/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/ath25/Makefile b/target/linux/ath25/Makefile index 86db43f..27c2639 100644 --- a/target/linux/ath25/Makefile +++

[LEDE-DEV] [PATCH 3/6] ath25: 4.9: fix Ethernet tiny issues

2017-06-06 Thread Sergey Ryazanov
Few tiny fixes for issues caused by changes in the upstream: - do not touch PHY IRQ array (core code initializes it itself now) - add missed SET_NETDEV_DEV() invocation (causes segfault during phy connection) - use phy API inside the MDIO probe function instead of direct field access

[LEDE-DEV] [PATCH 4/6] ath25: 4.9: fix Ethernet link autonegotiation

2017-06-06 Thread Sergey Ryazanov
Drop the own PHY polling function and switch to using the kernel PHY state machine. This change allows driver to work correctly with devices that do not support PHY behaviour but whose driver could emulate autonegotiation completion (e.g. MV88E6060 and IP17xx switches). NB: earlier this driver

[LEDE-DEV] [PATCH 2/6] ath25: 4.9: fix GPIO compile issues

2017-06-06 Thread Sergey Ryazanov
Consider renaming the dev field to parent in the upstream. Signed-off-by: Sergey Ryazanov --- target/linux/ath25/patches-4.9/107-ar5312_gpio.patch | 2 +- target/linux/ath25/patches-4.9/108-ar2315_gpio.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff

[LEDE-DEV] [PATCH 0/6] ath25: update kernel from 4.4 to 4.9

2017-06-06 Thread Sergey Ryazanov
Hello, This series adds support for 4.9 kernel and then switches the default kernel version to it. Almost copy'n'refresh. The only exception is the reworked PHY handling inside the Ethernet controller driver caused by upstream changes. This series depends on earlier submitted fixes for kernel

[LEDE-DEV] [PATCH 1/6] ath25: add preliminary kernel 4.9 support

2017-06-06 Thread Sergey Ryazanov
Copy and refresh patches and config from 4.4 Signed-off-by: Sergey Ryazanov --- target/linux/ath25/{config-4.4 => config-4.9} | 15 +- .../107-ar5312_gpio.patch | 34 +++--- .../108-ar2315_gpio.patch

[LEDE-DEV] [PATCH 2/2] ip17xx: correct aneg_done return value

2017-06-06 Thread Sergey Ryazanov
PHY core treats any positive return value as the auto-negotiation done indication. Since we do not actually check any device register in this callback then update it to return positive value with a neutral meaning instead of the register flag to avoid confusing for future readers. Signed-off-by:

[LEDE-DEV] [PATCH 1/2] mvswitch: fix autonegotiation issue

2017-06-06 Thread Sergey Ryazanov
The Marvel 88E6060 switch has an MDIO interface, but does not emulate regular PHY behavior for the host. The network core can not detect using the generic code, whether the connection via the attached PHY can be used or not. The PHY's state machine is stuck in a state of auto-negotiation and does

[LEDE-DEV] [PATCH 0/2] kernel: switches fixes

2017-06-06 Thread Sergey Ryazanov
Hello, this series contains couple of patches for issues spotted during the ath25 kernel update. The first patch is a fix for real issue with autonegotiation. The second one is a cosmetic change for the function return value, which confused me during the driver code studying. Sergey Ryazanov

[LEDE-DEV] Merged: Add missing APU1 reference to x86 board.d

2017-06-06 Thread Jo-Philipp Wich
Merged into my staging tree with http://git.lede-project.org/?p=lede/jow/staging.git;a=commitdiff;h=3f3d68c6f2. Thank you! ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] ddns problem

2017-06-06 Thread Arjen de Korte
Citeren Giuseppe Lippolis : 100.64.0.0/10 is shared address space under RFC6598. IETF seems to point to significant restrictions on its use. Customer connectivity issues are clear in the RFC. Chasing mobile load and avoiding rerouting global IP space is likely fair.

[LEDE-DEV] ddns problem

2017-06-06 Thread Giuseppe Lippolis
> 100.64.0.0/10 is shared address space under RFC6598. IETF seems to point > to significant restrictions on its use. Customer connectivity issues are > clear in the RFC. Chasing mobile load and avoiding rerouting global IP > space is likely fair. Enumerating users fixed wire line end points is >

Re: [LEDE-DEV] [OpenWrt-Hackers] openwrt and lede - remerge proposal V3

2017-06-06 Thread Zoltan HERPAI
Hi, John Crispin wrote: Hi, here is a V3 of the remerge proposal, I tried to fold all the comments people made into it, if anything is missing let me know. Please remeber that post remerge anything can be voted on, so cluttering the proposal with many details will delay the remerge even

Re: [LEDE-DEV] Ubiquiti EdgeRouter X-SFP - LEDE vs. EdgeOS

2017-06-06 Thread Sven Roederer
On Montag, 5. Juni 2017 11:29:59 CEST Torbjorn Jansson wrote: > > so i don't know if i want to swap over to lede/openwrt permanently (more > or less) and it would have been really nice if you could have one of the > two running firmware as lede/openwrt and the other one as the built in > edgeos

[LEDE-DEV] [PATCH] linux/ath25: fixing some tabs and whitespace

2017-06-06 Thread Sven Roederer
Signed-off-by: Sven Roederer --- target/linux/ath25/base-files/lib/preinit/15_preinit_iface_atheros | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target/linux/ath25/base-files/lib/preinit/15_preinit_iface_atheros

Re: [LEDE-DEV] [OpenWrt-Devel] Remerge logo ideas

2017-06-06 Thread Audun
On 29 May 2017 at 13:45, Imre Kaloz wrote: > On 2017-05-29 13:10, Jamie Stuart wrote: >> >> See another iteration, with: >> >> - correct capitalisation >> - antenna to the side (will not work with lowercase ā€™nā€™) >> - open sans typeface (open source) >> - mockups of website

Re: [LEDE-DEV] ATH10K-CT debug messages

2017-06-06 Thread Kevin Darbyshire-Bryant
On 05/06/17 18:45, Ben Greear wrote: On 06/04/2017 03:40 AM, Kevin Darbyshire-Bryant wrote: FAO that nice Mr Greer, I'm getting (for free) a nice selection of ath10 debug messages when using the Ath10K-ct firmware & driver in LEDE. A small collection reproduced below. Are they of any