[PATCH] ramips: add license to TP-Link MR6400 v4's DTS

2020-11-24 Thread Filip Moc
Signed-off-by: Filip Moc --- Notes: Suggested by Adrian Schmutzler: https://patchwork.ozlabs.org/comment/2584839 target/linux/ramips/dts/mt7628an_tplink_tl-mr6400-v4.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/ramips/dts/mt7628an_tplink_tl-mr6400-v4.dts

[PATCH v2] ramips: add support for TP-Link MR6400 v5

2020-11-24 Thread Filip Moc
) - RAM: ESMT M14D5121632A (64MiB) - Wireless: SoC platform only (2.4GHz b/g/n, 2x internal antenna) - Ethernet: 1NIC (4x100M) - WWAN: TP-LINK LTE MODULE (2x external detachable antenna) - Power: DC 9V 0.85A Signed-off-by: Filip Moc --- Notes: v1->v2: - added differences between MR640

Re: [PATCH] ramips: add support for TP-Link MR6400 v5

2020-11-24 Thread Filip Moc
And I'll also send patch for v4's dts license. Filip On Tue, Nov 24, 2020 at 03:34:03PM +0100, Adrian Schmutzler wrote: > Hi, > > a few minor comments: > > > -Original Message- > > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] >

[PATCH] ramips: add support for TP-Link MR6400 v5

2020-11-24 Thread Filip Moc
MODULE (2x external detachable antenna) - Power: DC 9V 0.85A Signed-off-by: Filip Moc --- Notes: Bugs: This device is affected by first uqmi command hang. This causes qmi proto to hang sometimes when setting up wwan connection for the first time after boot. There is

Re: [PATCH v2] generic: add DTR quirk patch for MR400 LTE

2020-11-20 Thread Filip Moc
Ignore this one please. I forgot 3/4. Filip On Fri, Nov 20, 2020 at 09:16:53AM +0100, Filip Moc wrote: > This is required for LTE module MR400 in TL-MR6400 v4. > > Signed-off-by: Filip Moc > --- > > Notes: > v1->v2: > - Moved from hack to backports &

[PATCH v2 3/4] generic: add DTR quirk patch for MR400 LTE

2020-11-20 Thread Filip Moc
This is required for LTE module MR400 in TL-MR6400 v4. Signed-off-by: Filip Moc --- Notes: v1->v2: - Moved from hack to backports Upstream commit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=df8d85d8c69d6837817e54dcb73c84a8b5a13

[PATCH v2] generic: add DTR quirk patch for MR400 LTE

2020-11-20 Thread Filip Moc
This is required for LTE module MR400 in TL-MR6400 v4. Signed-off-by: Filip Moc --- Notes: v1->v2: - Moved from hack to backports Upstream commit: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=df8d85d8c69d6837817e54dcb73c84a8b5a13

Re: [PATCH v1 3/4] generic: add DTR quirk patch for MR400 LTE

2020-11-18 Thread Filip Moc
Hi, > If accepted, you could add it in the backports folder ... so far we're here: https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=df8d85d8c69d6837817e54dcb73c84a8b5a13877 but I guess that qualifies for pending and not for backports? Filip ___

Re: [PATCH v1 4/4] ramips: add support for TP-Link MR6400 v4

2020-11-18 Thread Filip Moc
Hi Adrian, I updated patches 1,2,4 to address your comments. As for this > > + DEVICE_PACKAGES := kmod-usb2 kmod-usb-ohci kmod-usb-ledtrig- > > usbport \ > > I don't see a usb trigger anywhere? Is this needed? > > > + kmod-usb-serial kmod-usb-serial-option kmod-usb-net-qmi-wwan > > uqmi Ind

[PATCH v2 1/4] uqmi: add support for IPv4 autoconf from QMI

2020-11-18 Thread Filip Moc
e this for IPv4 and IPv6 independently and keep DHCP default on IPv4. Signed-off-by: Filip Moc --- Notes: v1->v2: - Bumped PKG_RELEASE package/network/utils/uqmi/Makefile | 2 +- .../utils/uqmi/files/lib/netifd/proto/qmi.sh | 49 ++- 2 files changed, 39

[PATCH v2 4/4] ramips: add support for TP-Link MR6400 v4

2020-11-18 Thread Filip Moc
MODULE (2x external detachable antenna) - Power: DC 9V 0.85A Signed-off-by: Filip Moc --- Notes: v1->v2: - Removed extra empty line - Trigger for wlan LED moved to DTS - Fixed order in 01_network Bugs: This device is affected by first uqmi command hang. T

[PATCH v2 2/4] uqmi: set device-operating-mode to online

2020-11-18 Thread Filip Moc
This is required for LTE module MR400 (in TL-MR6400 v4). Otherwise LTE module won't register to GSM network. Signed-off-by: Filip Moc --- Notes: v1->v2: - Bumped PKG_RELEASE package/network/utils/uqmi/Makefile | 2 +- package/network/utils/uqmi/files/li

[PATCH v1 4/4] ramips: add support for TP-Link MR6400 v4

2020-11-17 Thread Filip Moc
MODULE (2x external detachable antenna) - Power: DC 9V 0.85A Signed-off-by: Filip Moc --- Notes: Bugs: This device is affected by first uqmi command hang. This causes qmi proto to hang sometimes when setting up wwan connection for the first time after boot. There is

[PATCH v1 2/4] uqmi: set device-operating-mode to online

2020-11-17 Thread Filip Moc
This is required for LTE module MR400 (in TL-MR6400 v4). Otherwise LTE module won't register to GSM network. Signed-off-by: Filip Moc --- package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/network/utils/uqmi/files/lib/n

[PATCH v1 3/4] generic: add DTR quirk patch for MR400 LTE

2020-11-17 Thread Filip Moc
This is required for LTE module MR400 in TL-MR6400 v4. Signed-off-by: Filip Moc --- Notes: Perhaps it would be better to go upstream with this? ...usb-qmi_wwan-Set-DTR-quirk-for-MR400.patch | 28 +++ 1 file changed, 28 insertions(+) create mode 100644 target/linux

[PATCH v1 1/4] uqmi: add support for IPv4 autoconf from QMI

2020-11-17 Thread Filip Moc
e this for IPv4 and IPv6 independently and keep DHCP default on IPv4. Signed-off-by: Filip Moc --- .../utils/uqmi/files/lib/netifd/proto/qmi.sh | 49 ++- 1 file changed, 38 insertions(+), 11 deletions(-) diff --git a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh b/

[no subject]

2020-11-17 Thread Filip Moc via openwrt-devel
dependently and keep DHCP default on IPv4. Signed-off-by: Filip Moc --- .../utils/uqmi/files/lib/netifd/proto/qmi.sh | 49 ++- 1 file changed, 38 insertions(+), 11 deletions(-) diff --git a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh b/package/network/utils/uq

[no subject]

2020-11-16 Thread Filip Moc via openwrt-devel
dependently and keep DHCP default on IPv4. Signed-off-by: Filip Moc --- .../utils/uqmi/files/lib/netifd/proto/qmi.sh | 49 ++- 1 file changed, 38 insertions(+), 11 deletions(-) diff --git a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh b/package/network/utils/uq

[no subject]

2020-11-15 Thread Filip Moc 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 --- Hi, please could anyone give me a

[no subject]

2020-11-14 Thread Filip Moc via openwrt-devel
detachable antenna) - Power: DC 9V 0.85A Signed-off-by: Filip Moc --- Notes: Bugs: This device is affected by first uqmi command hang. This causes qmi proto to hang sometimes when setting up wwan connection for the first time after boot. There is already a patch [1] which a

[no subject]

2020-11-14 Thread Filip Moc via openwrt-devel
LTE module MR400 in TL-MR6400 v4. Signed-off-by: Filip Moc --- Notes: Perhaps it would be better to go upstream with this? ...usb-qmi_wwan-Set-DTR-quirk-for-MR400.patch | 28 +++ 1 file changed, 28 insertions(+) create mode 100644 target/linux/generic/hack-5.4/789-net-usb-qm

[no subject]

2020-11-14 Thread Filip Moc via openwrt-devel
LTE module MR400 (in TL-MR6400 v4). Otherwise LTE module won't register to GSM network. Signed-off-by: Filip Moc --- package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh b/

[no subject]

2020-11-14 Thread Filip Moc via openwrt-devel
dependently and keep DHCP default on IPv4. Signed-off-by: Filip Moc --- .../utils/uqmi/files/lib/netifd/proto/qmi.sh | 49 ++- 1 file changed, 38 insertions(+), 11 deletions(-) diff --git a/package/network/utils/uqmi/files/lib/netifd/proto/qmi.sh b/package/network/utils/uq

Re: [OpenWrt-Devel] [PATCH v4] ath79: add support for TP-Link TL-MR6400

2020-01-31 Thread Filip Moc via openwrt-devel
with USB enumeration errors. > - eth1 (LAN) always shows carrier as 1 even if no cable is plugged in (this > works "correctly" on ar71xx) > > Signed-off-by: Enrico Mioso > [rebase and several adjustments] > Signed-off-by: Adrian Schmutzler > Tested-by: Filip Moc >

Re: [OpenWrt-Devel] [PATCH v4] ath79: add support for TP-Link TL-MR6400

2020-01-17 Thread Filip Moc via openwrt-devel
t; Signed-off-by: Enrico Mioso > [rebase and several adjustments] > Signed-off-by: Adrian Schmutzler > Tested-by: Filip Moc > --- > .../ath79/dts/qca9531_tplink_tl-mr6400-v1.dts | 167 ++ > .../generic/base-files/etc/board.d/01_leds| 5 + > .../generic/b

Re: [OpenWrt-Devel] [PATCH] ath79: add support for TP-Link TL-MR6400

2020-01-16 Thread Filip Moc via openwrt-devel
vide a proper Tested-by? Sure, you can add "Tested-by: Filip Moc " line as needed. > We will definitely have to use ucidef_set_led_switch here. Are you sure about > the port mask? Yes I checked. 0x2 = LAN1, 0x4 = LAN3, 0x8 = LAN2 so 0x2 | 0x4 | 0x8 = 0xE > What about the p

Re: [OpenWrt-Devel] [PATCH] ath79: add support for TP-Link TL-MR6400

2020-01-16 Thread Filip Moc via openwrt-devel
..@gmail.com] > > Sent: Dienstag, 17. September 2019 19:59 > > To: m...@adrianschmutzler.de > > Cc: Filip Moc ; openwrt-devel@lists.openwrt.org > > Subject: RE: [OpenWrt-Devel] [PATCH] ath79: add support for TP-Link TL- > > MR6400 > > > > Thanks! I'll ta

Re: [OpenWrt-Devel] [PATCH V2] ath79: add support for TP-Link TL-MR6400

2019-11-09 Thread Filip Moc via openwrt-devel
e: > Hi, > > > -Original Message- > > From: Enrico Mioso [mailto:mrkiko...@gmail.com] > > Sent: Dienstag, 8. Oktober 2019 07:14 > > To: Filip Moc > > Cc: m...@adrianschmutzler.de; openwrt-devel@lists.openwrt.org > > Subject: Re: [PATCH V2] ath79: add

Re: [OpenWrt-Devel] [PATCH V2] ath79: add support for TP-Link TL-MR6400

2019-10-07 Thread Filip Moc via openwrt-devel
> switch configuration currently broken (port 2 on device is seen as port 3, > port 3 as port 2). > > Note: as it happened occasionally in ar71xx, during bursty flash activity, > LTE module init will fail, with USB enumeration errors. > > V1->V2: > - addressed most co

Re: [OpenWrt-Devel] [PATCH] ath79: add support for TP-Link TL-MR6400

2019-09-17 Thread Filip Moc via openwrt-devel
have ath79 version of MR6400 so I can't tell whether LED labels on > board didn't change. Ah, never mind this part. I didn't know what was going on when I was typing it. Filip On Tue, Sep 17, 2019 at 01:14:52PM +0200, Filip Moc wrote: > Hi, > > > Here, you assign eth

Re: [OpenWrt-Devel] [PATCH] ath79: add support for TP-Link TL-MR6400

2019-09-17 Thread Filip Moc via openwrt-devel
o keep things the ar71xx way, what do you think? > > Enrico > > On Tue, 17 Sep 2019, Adrian Schmutzler wrote: > > > Date: Tue, 17 Sep 2019 12:07:20 > > From: Adrian Schmutzler > > To: Enrico Mioso , openwrt-devel@lists.openwrt.org > > Cc: Filip Moc , Piot

Re: [OpenWrt-Devel] [PATCH] ath79: add support for TP-Link TL-MR6400

2019-09-17 Thread Filip Moc via openwrt-devel
ge. Anyway good job Enrico. Filip On Tue, Sep 17, 2019 at 12:07:20PM +0200, Adrian Schmutzler wrote: > Hi, > > > -Original Message- > > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On > > Behalf Of Enrico Mioso > > Sent: Dienstag, 17. S