Re: [OpenWrt-Devel] [PATCH] ath79: use downstream ag71xx for Kernel 5.4

2020-03-13 Thread David Bauer
Hello, On 3/13/20 1:29 PM, Petr Štetiar wrote: > Bjørn Mork [2020-03-13 09:29:49]: > >> David Bauer writes: >> >>> --- >>> a/target/linux/ath79/files-4.19/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c >>> +++ >>> b/target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c

Re: [OpenWrt-Devel] [PATCH] ath79: use downstream ag71xx for Kernel 5.4

2020-03-13 Thread Petr Štetiar
Bjørn Mork [2020-03-13 09:29:49]: > David Bauer writes: > > > --- > > a/target/linux/ath79/files-4.19/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c > > +++ > > b/target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c > > @@ -1581,7 +1581,7 @@ static int ag71xx_probe(st

Re: [OpenWrt-Devel] [PATCH] ath79: use downstream ag71xx for Kernel 5.4

2020-03-13 Thread Hauke Mehrtens
On 3/13/20 1:07 AM, David Bauer wrote: > The ag71xx driver from Linux 5.4 currently has various shortcomings > when used with OpenWrt compared to our downstream version. > > For example, the upstream driver does not support modifying the ethernet > clock and configuring RGMII delays on the MAC sid

Re: [OpenWrt-Devel] [PATCH] ath79: use downstream ag71xx for Kernel 5.4

2020-03-13 Thread Bjørn Mork
David Bauer writes: > --- > a/target/linux/ath79/files-4.19/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c > +++ > b/target/linux/ath79/files/drivers/net/ethernet/atheros/ag71xx/ag71xx_main.c > @@ -1581,7 +1581,7 @@ static int ag71xx_probe(struct platform_device *pdev) > ag->stop_desc-

Re: [OpenWrt-Devel] [PATCH] ath79: use downstream ag71xx for Kernel 5.4

2020-03-12 Thread Steve Brown
Hi David, On Fri, 2020-03-13 at 01:07 +0100, David Bauer wrote: > The ag71xx driver from Linux 5.4 currently has various shortcomings > when used with OpenWrt compared to our downstream version. > > For example, the upstream driver does not support modifying the > ethernet > clock and configuring

[OpenWrt-Devel] [PATCH] ath79: use downstream ag71xx for Kernel 5.4

2020-03-12 Thread David Bauer
The ag71xx driver from Linux 5.4 currently has various shortcomings when used with OpenWrt compared to our downstream version. For example, the upstream driver does not support modifying the ethernet clock and configuring RGMII delays on the MAC side. While we should certainly switch to the upstr