Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1412889
| From | John Crispin <john@phrozen.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V4 0/4] net-next: mediatek: improve phy support |
| Date | 2016-06-03 10:20 +0200 |
| Message-ID | <rFSuJ-Jx-3@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 | 40 +++++++++++++++++++++++---- 1 file changed, 34 insertions(+), 6 deletions(-) -- 1.7.10.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V4 0/4] net-next: mediatek: improve phy support John Crispin <john@phrozen.org> - 2016-06-03 10:20 +0200 [PATCH V4 3/4] net-next: mediatek: add fixed-phy support John Crispin <john@phrozen.org> - 2016-06-03 10:20 +0200 Re: [PATCH V4 0/4] net-next: mediatek: improve phy support David Miller <davem@davemloft.net> - 2016-06-04 02:00 +0200
csiph-web