Re: [OpenWrt-Devel] [PATCH 3/3 v4] ARM: dts: Add devicetree for Storlink/Storm SL93512R

2018-07-13 Thread Andrew Lunn
On Fri, Jul 13, 2018 at 11:19:36PM +0200, Linus Walleij wrote: > The Storlink Gemini324 EV-Board also known as Storm > Semiconductor SL93512R_BRD is ground zero for the Gemini > devices. We add a device tree so we can support it, it > turns out to be pretty trivial. > > Signed-off-by: Linus Wallei

Re: [OpenWrt-Devel] [PATCH 2/3 v4] ARM: dts: Att Vitesse G5e switch to the Gemini SQ201

2018-07-13 Thread Andrew Lunn
On Fri, Jul 13, 2018 at 11:19:35PM +0200, Linus Walleij wrote: > Subject: [PATCH 2/3 v4] ARM: dts: Att Vitesse G5e switch to the Gemini SQ201 Hi Linus s/Att/Add in the subject line. > Signed-off-by: Linus Walleij Reviewed-by: Andrew Lunn Andrew __

Re: [OpenWrt-Devel] [PATCH 1/3 v4] ARM: dts: Add WAN ethernet port to the SQ201

2018-07-13 Thread Andrew Lunn
On Fri, Jul 13, 2018 at 11:19:34PM +0200, Linus Walleij wrote: > This sets up the ethernet interface and PHY for the > WAN ethernet port which uses a Marvell PHY. > > Signed-off-by: Linus Walleij Reviewed-by: Andrew Lunn Andrew ___ openwrt-devel

[OpenWrt-Devel] [PATCH 3/3 v4] ARM: dts: Add devicetree for Storlink/Storm SL93512R

2018-07-13 Thread Linus Walleij
The Storlink Gemini324 EV-Board also known as Storm Semiconductor SL93512R_BRD is ground zero for the Gemini devices. We add a device tree so we can support it, it turns out to be pretty trivial. Signed-off-by: Linus Walleij --- ChangeLog v3->v4: - Restore lost changes from v1 (sorry about the me

[OpenWrt-Devel] [PATCH 2/3 v4] ARM: dts: Att Vitesse G5e switch to the Gemini SQ201

2018-07-13 Thread Linus Walleij
This adds the Vitesse G5e ethernet switch to the Square One Itian SQ201 router device tree. Signed-off-by: Linus Walleij --- ChangeLog v3->v4: - Restore a lost comment change from v1 (sorry for the mess) ChangeLog v2->v3: - Use a fixed link for the ethernet port to the Vitesse DSA router chip.

[OpenWrt-Devel] [PATCH 1/3 v4] ARM: dts: Add WAN ethernet port to the SQ201

2018-07-13 Thread Linus Walleij
This sets up the ethernet interface and PHY for the WAN ethernet port which uses a Marvell PHY. Signed-off-by: Linus Walleij --- ChangeLog v3->v4: - Revert the lost changes in v3 (sorrty for the mistakes). ChangeLog v2->v3: - No changes, just resending. ChangeLog v1->v2: - Rename wrongly named "e

[OpenWrt-Devel] [PATCH firewall3] defaults: use a generic check_kmod() function

2018-07-13 Thread Joe Holden
From: Joe Holden Rather than having functions for check_offloading() et al, replace it with a generic function. Signed-off-by: Joe Holden --- defaults.c | 15 +-- 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/defaults.c b/defaults.c index 11fbf0d..46c2a45 100644 ---

Re: [OpenWrt-Devel] [PATCH] odhcpd: allow specifying lease trigger mode

2018-07-13 Thread Hans Dedecker
On Tue, Jun 26, 2018 at 10:34 PM Michał Kępień via openwrt-devel wrote: > > 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 b

Re: [OpenWrt-Devel] OpenWRT mtd tooling vs mtd-utils

2018-07-13 Thread Rafał Miłecki
On Fri, 18 May 2018 at 13:16, David Oberhollenzer wrote: > Thanks for the clarification! > > Just out of curiosity, is there a specific reason why OpenWRT uses its > own formatting utility here instead of using the tools from mtd-utils? It's probably because it includes some features that upstrea

Re: [OpenWrt-Devel] [PATCH 2/2] add channel information for scan results

2018-07-13 Thread Yury Shvedov
Hi! This patches are for iwinfo repo. I think I sent them to the wrong place. Please, say me so. This patches add extra information to scan list. I've made them for my own usage. But they may be useful for someone. On 07/13/2018 11:57 AM, Yury Shvedov wrote: Besides channel number the sec

[OpenWrt-Devel] [PATCH 2/2] add channel information for scan results

2018-07-13 Thread Yury Shvedov
Besides channel number the secondary channel for HT40 and center idx0 and idx1 gives full understanding about real channel position and width on the spectra. So grab it via nl80211 and make it available in both C and LUA APIs, and show detailed channel information on CLI scan results. --- include/

[OpenWrt-Devel] [PATCH 1/2] add htmodelist for scan results

2018-07-13 Thread Yury Shvedov
The knowledge about HT and VHT modes could be useful for user experience. So grab it via nl80211 and make it available in both C and LUA APIs, and show htmodelist on CLI scan results. --- include/iwinfo.h | 1 + iwinfo_cli.c | 13 ++-- iwinfo_lua.c | 16 +- iwinfo_nl80211.c |

Re: [OpenWrt-Devel] [PATCH 1/3 v3] ARM: dts: Add WAN ethernet port to the SQ201

2018-07-13 Thread Linus Walleij
On Wed, Jul 11, 2018 at 10:08 PM Andrew Lunn wrote: > mdio0: mdio { > > This is not a phy. Which is odd, because v1->v2 should of fixed this... > > I'm wondering if this is the correct version of these patches Indeed I screwed up because of multiple branches and cutting and pasting. Sorry,