Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1397694
| From | John Crispin <john@phrozen.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V3 0/4] net-next: mediatek: improve phy support |
| Date | 2016-05-10 07:10 +0200 |
| Message-ID | <rx85I-3Uw-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
The current driver did not handle the RGMII delay modes and asymmetric flow control properly. The mii_bus is not freed properly. Also add support for fixed-phy allowing the driver to work on SoCs that have an internal gigabit switch. John Crispin (4): net-next: mediatek: use mdiobus_free() in favour of kfree() net-next: mediatek: fix gigabit and flow control advertisement net-next: mediatek: add fixed-phy support net-next: mediatek: properly handle RGMII modes drivers/net/ethernet/mediatek/mtk_eth_soc.c | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) -- 1.7.10.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V3 0/4] net-next: mediatek: improve phy support John Crispin <john@phrozen.org> - 2016-05-10 07:10 +0200
[PATCH V3 2/4] net-next: mediatek: fix gigabit and flow control advertisement John Crispin <john@phrozen.org> - 2016-05-10 07:20 +0200
Re: [PATCH V3 2/4] net-next: mediatek: fix gigabit and flow control advertisement David Miller <davem@davemloft.net> - 2016-05-10 18:10 +0200
csiph-web