Re: [PATCH v2 1/2] kernel: backport MediaTek Ethernet PHY driver

2022-02-05 Thread DENG Qingfang
On Sun, Feb 6, 2022 at 3:39 PM Arınç ÜNAL wrote: > > Can you also send a patch to remove the phydev->interface != > PHY_INTERFACE_MODE_INTERNAL check from upstream? Sure. +Cc: Andrew Lunn > > Tested-by: Arınç ÜNAL > > Arınç ___ openwrt-devel mailing

Re: [PATCH v2 1/2] kernel: backport MediaTek Ethernet PHY driver

2022-02-05 Thread Arınç ÜNAL
On 06/02/2022 08:45, DENG Qingfang wrote: Add support for MediaTek Gigabit Ethernet PHYs found in MT7530. Fix some link instability issues. Signed-off-by: DENG Qingfang --- v2: removed interface mode check, should work for MT7531. ...MediaTek-Gigabit-Ethernet-PHY-driver.patch | 159 +

[PATCH v2 2/2] kernel: backport MT7530 IRQ support

2022-02-05 Thread DENG Qingfang
Support MT7530 PHY link change interrupts, and enable for MT7621. Signed-off-by: DENG Qingfang Tested-by: Arınç ÜNAL Tested-by: Stijn Tintel --- ...net-dsa-mt7530-add-interrupt-support.patch | 428 ++ target/linux/ramips/dts/mt7621.dtsi | 3 + 2 files changed, 431 i

[PATCH v2 1/2] kernel: backport MediaTek Ethernet PHY driver

2022-02-05 Thread DENG Qingfang
Add support for MediaTek Gigabit Ethernet PHYs found in MT7530. Fix some link instability issues. Signed-off-by: DENG Qingfang --- v2: removed interface mode check, should work for MT7531. ...MediaTek-Gigabit-Ethernet-PHY-driver.patch | 159 ++ target/linux/generic/config-5.10

[RESEND 5/5] gpio-nxp-74hc153: remove package

2022-02-05 Thread Mauri Sandberg
This module was used solely by Buffalo WZR-HP-G300NH devices and has become obsolete with the introduction of gpio-cascade. Signed-off-by: Mauri Sandberg --- package/kernel/gpio-nxp-74hc153/Makefile | 35 --- package/kernel/gpio-nxp-74hc153/src/Makefile | 1 - .../gpio-nxp-74hc153/src/g

[RESEND 1/5] kernel: 5.10: backport gpio-cascade and related symbols

2022-02-05 Thread Mauri Sandberg
The patch is under review at [1]. Signed-off-by: Mauri Sandberg [1] http://patchwork.ozlabs.org/project/linux-gpio/patch/20211026191506.3099-3-mau...@ext.kapsi.fi/ --- target/linux/generic/config-5.10 | 6 + ...pio-cascade-add-generic-GPIO-cascade.patch | 232 ++

[RESEND 4/5] ath79: use gpio-cascade for Buffalo WZR-HP-G300NH

2022-02-05 Thread Mauri Sandberg
Signed-off-by: Mauri Sandberg --- .../dts/ar9132_buffalo_wzr-hp-g300nh.dtsi | 41 ++- target/linux/ath79/image/generic.mk | 2 +- 2 files changed, 32 insertions(+), 11 deletions(-) diff --git a/target/linux/ath79/dts/ar9132_buffalo_wzr-hp-g300nh.dtsi b/target/linu

[RESEND 2/5] kernel: add package kmod-multiplexer

2022-02-05 Thread Mauri Sandberg
Signed-off-by: Mauri Sandberg --- package/kernel/linux/modules/multiplexer.mk | 34 + 1 file changed, 34 insertions(+) create mode 100644 package/kernel/linux/modules/multiplexer.mk diff --git a/package/kernel/linux/modules/multiplexer.mk b/package/kernel/linux/modules/mult

[RESEND 3/5] kernel: add package kmod-gpio-cascade

2022-02-05 Thread Mauri Sandberg
Signed-off-by: Mauri Sandberg --- package/kernel/linux/modules/gpio-cascade.mk | 20 1 file changed, 20 insertions(+) create mode 100644 package/kernel/linux/modules/gpio-cascade.mk diff --git a/package/kernel/linux/modules/gpio-cascade.mk b/package/kernel/linux/modules/gp

[RESEND 0/5] replace in-tree driver with upstream one

2022-02-05 Thread Mauri Sandberg
Hi all! I included a few people who have committed previously to related files this set also touches. I hope I am not bothering anyone. This patch set is otherwise identical to the initial sending but the kernel 5.4 related patch was dropped. Currently, Buffalo wzr-hp-g300nh uses a driver that is

Re: [PATCH 0/6] backport fixes and improvements for MT7530

2022-02-05 Thread Arınç ÜNAL
On 06/02/2022 00:43, Hauke Mehrtens wrote: On 2/5/22 22:15, Arınç ÜNAL wrote: On 05/02/2022 21:23, Hauke Mehrtens wrote: On 2/5/22 19:21, Rosen Penev wrote: On Sat, Feb 5, 2022 at 10:12 AM Hauke Mehrtens wrote: On 2/3/22 13:06, DENG Qingfang wrote: Hi, This series backports some patches f

Re: [PATCH 0/6] backport fixes and improvements for MT7530

2022-02-05 Thread Hauke Mehrtens
On 2/5/22 22:15, Arınç ÜNAL wrote: On 05/02/2022 21:23, Hauke Mehrtens wrote: On 2/5/22 19:21, Rosen Penev wrote: On Sat, Feb 5, 2022 at 10:12 AM Hauke Mehrtens wrote: On 2/3/22 13:06, DENG Qingfang wrote: Hi, This series backports some patches from upstream to address the current MT7530

Re: [PATCH 0/6] backport fixes and improvements for MT7530

2022-02-05 Thread Arınç ÜNAL
On 05/02/2022 21:30, Rosen Penev wrote: On Sat, Feb 5, 2022 at 10:23 AM Hauke Mehrtens wrote: On 2/5/22 19:21, Rosen Penev wrote: On Sat, Feb 5, 2022 at 10:12 AM Hauke Mehrtens wrote: On 2/3/22 13:06, DENG Qingfang wrote: Hi, This series backports some patches from upstream to address th

Re: [PATCH 0/6] backport fixes and improvements for MT7530

2022-02-05 Thread Arınç ÜNAL
On 05/02/2022 21:23, Hauke Mehrtens wrote: On 2/5/22 19:21, Rosen Penev wrote: On Sat, Feb 5, 2022 at 10:12 AM Hauke Mehrtens wrote: On 2/3/22 13:06, DENG Qingfang wrote: Hi, This series backports some patches from upstream to address the current MT7530 DSA driver's problems. Thanks. DENG

Re: [PATCH 0/6] backport fixes and improvements for MT7530

2022-02-05 Thread Hauke Mehrtens
On 2/5/22 20:00, DENG Qingfang wrote: On Sun, Feb 6, 2022 at 2:43 AM Hauke Mehrtens wrote: Hi, When I remove this check it works for me: If you change the check to PHY_INTERFACE_MODE_NA, does it still work? It is set to PHY_INTERFACE_MODE_GMII by default on this board. If I change the che

Re: [PATCH 0/6] backport fixes and improvements for MT7530

2022-02-05 Thread DENG Qingfang
On Sun, Feb 6, 2022 at 2:43 AM Hauke Mehrtens wrote: > > Hi, > > When I remove this check it works for me: If you change the check to PHY_INTERFACE_MODE_NA, does it still work? > --- > [1.257277] mtk_hsdma 1b007000.dma-controller: MediaTek HSDMA driver > registered > [1.3

Re: [PATCH 0/6] backport fixes and improvements for MT7530

2022-02-05 Thread Hauke Mehrtens
On 2/5/22 19:34, DENG Qingfang wrote: On Sun, Feb 6, 2022 at 2:23 AM Hauke Mehrtens wrote: On 2/5/22 19:21, Rosen Penev wrote: On Sat, Feb 5, 2022 at 10:12 AM Hauke Mehrtens wrote: On 2/3/22 13:06, DENG Qingfang wrote: Hi, This series backports some patches from upstream to address the c

Re: [PATCH 0/6] backport fixes and improvements for MT7530

2022-02-05 Thread DENG Qingfang
On Sun, Feb 6, 2022 at 2:23 AM Hauke Mehrtens wrote: > > On 2/5/22 19:21, Rosen Penev wrote: > > On Sat, Feb 5, 2022 at 10:12 AM Hauke Mehrtens wrote: > >> > >> On 2/3/22 13:06, DENG Qingfang wrote: > >>> Hi, > >>> > >>> This series backports some patches from upstream to address the current > >>

Re: [PATCH 0/6] backport fixes and improvements for MT7530

2022-02-05 Thread Rosen Penev
On Sat, Feb 5, 2022 at 10:23 AM Hauke Mehrtens wrote: > > On 2/5/22 19:21, Rosen Penev wrote: > > On Sat, Feb 5, 2022 at 10:12 AM Hauke Mehrtens wrote: > >> > >> On 2/3/22 13:06, DENG Qingfang wrote: > >>> Hi, > >>> > >>> This series backports some patches from upstream to address the current > >

Re: [PATCH 0/6] backport fixes and improvements for MT7530

2022-02-05 Thread Hauke Mehrtens
On 2/5/22 19:21, Rosen Penev wrote: On Sat, Feb 5, 2022 at 10:12 AM Hauke Mehrtens wrote: On 2/3/22 13:06, DENG Qingfang wrote: Hi, This series backports some patches from upstream to address the current MT7530 DSA driver's problems. Thanks. DENG Qingfang (6): kernel: backport MediaTek

Re: [PATCH 0/6] backport fixes and improvements for MT7530

2022-02-05 Thread Rosen Penev
On Sat, Feb 5, 2022 at 10:12 AM Hauke Mehrtens wrote: > > On 2/3/22 13:06, DENG Qingfang wrote: > > Hi, > > > > This series backports some patches from upstream to address the current > > MT7530 DSA driver's problems. > > > > Thanks. > > > > DENG Qingfang (6): > >kernel: backport MediaTek jumb

Re: [PATCH 0/6] backport fixes and improvements for MT7530

2022-02-05 Thread Hauke Mehrtens
On 2/3/22 13:06, DENG Qingfang wrote: Hi, This series backports some patches from upstream to address the current MT7530 DSA driver's problems. Thanks. DENG Qingfang (6): kernel: backport MediaTek jumbo frame support kernel: backport MT7530 ageing time support kernel: backport MT7530

Re: [PATCH] ramips: support TP-Link EAP615-Wall

2022-02-05 Thread Sander Vanheule
On Sat, 2022-02-05 at 13:36 +0200, Stijn Tintel wrote: > On 4/02/2022 20:05, Stijn Tintel wrote: > > > > +  DEVICE_MODEL := EAP615-Wall > > > > +  DEVICE_VARIANT := v1 > > > > +  DEVICE_PACKAGES := kmod-mt7915e > > > > +  TPLINK_BOARD_ID := EAP615-WALL-V1 > > > > +  KERNEL := kernel-bin | lzma | fi

Re: [PATCH] ramips: support TP-Link EAP615-Wall

2022-02-05 Thread Stijn Tintel
On 5/02/2022 14:21, Sander Vanheule wrote: > On Fri, 2022-02-04 at 20:05 +0200, Stijn Tintel wrote: >> On 29/01/2022 15:03, Sander Vanheule wrote: >>> Hi Stijn, >>> >>> Thanks for the patch, been looking forward to this! >>> >>> On Fri, 2022-01-28 at 00:00 +0200, Stijn Tintel wrote: Add suppor

Re: [PATCH] ramips: support TP-Link EAP615-Wall

2022-02-05 Thread Sander Vanheule
On Fri, 2022-02-04 at 20:05 +0200, Stijn Tintel wrote: > On 29/01/2022 15:03, Sander Vanheule wrote: > > Hi Stijn, > > > > Thanks for the patch, been looking forward to this! > > > > On Fri, 2022-01-28 at 00:00 +0200, Stijn Tintel wrote: > > > Add support for the TP-Link EAP615-Wall, an AX1800 Wa

Re: [PATCH] ramips: support TP-Link EAP615-Wall

2022-02-05 Thread Stijn Tintel
On 4/02/2022 20:05, Stijn Tintel wrote: >>> +  DEVICE_MODEL := EAP615-Wall >>> +  DEVICE_VARIANT := v1 >>> +  DEVICE_PACKAGES := kmod-mt7915e >>> +  TPLINK_BOARD_ID := EAP615-WALL-V1 >>> +  KERNEL := kernel-bin | lzma | fit lzma $$(KDIR)/image-$$(firstword >>> $$(DEVICE_DTS)).dtb | pad-to 64k >>> +