Re: [PATCH v2 09/14] net: ethernet: mtk-eth-mac: new driver

2020-05-11 Thread Bartosz Golaszewski
pon., 11 maj 2020 o 21:24 Florian Fainelli napisaƂ(a): > > > > On 5/11/2020 8:07 AM, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > This adds the driver for the MediaTek Ethernet MAC used on the MT8* SoC > > family. For now we only support full-duplex. > > > > Signed-off-by: Bar

Re: [PATCH v2 09/14] net: ethernet: mtk-eth-mac: new driver

2020-05-11 Thread Florian Fainelli
On 5/11/2020 8:07 AM, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > This adds the driver for the MediaTek Ethernet MAC used on the MT8* SoC > family. For now we only support full-duplex. > > Signed-off-by: Bartosz Golaszewski > --- [snip] > +static int mtk_mac_ring_pop_tail(st

[PATCH v2 09/14] net: ethernet: mtk-eth-mac: new driver

2020-05-11 Thread Bartosz Golaszewski
From: Bartosz Golaszewski This adds the driver for the MediaTek Ethernet MAC used on the MT8* SoC family. For now we only support full-duplex. Signed-off-by: Bartosz Golaszewski --- drivers/net/ethernet/mediatek/Kconfig |6 + drivers/net/ethernet/mediatek/Makefile |1 + driv