netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] net: phy: Centralize auto-negotation restart
@ 2016-11-15 18:06 Florian Fainelli
  2016-11-15 18:06 ` [PATCH 01/15] net: phy: Add phy_ethtool_nway_reset Florian Fainelli
                   ` (15 more replies)
  0 siblings, 16 replies; 23+ messages in thread
From: Florian Fainelli @ 2016-11-15 18:06 UTC (permalink / raw)
  To: netdev; +Cc: davem, andrew, tremyfr, Florian Fainelli

Hi all,

This patch series centralizes how ethtool::nway_reset is implemented
by providing a PHYLIB function which calls into genphy_restart_aneg().

All drivers below are converted to use this new helper function. Some
other have specific requirements that make them not quite suitable for
a straight forward conversion.

There is another patch series which implements ethtool::nway_reset
using the helper function introduced that depends on this patch
series.

Florian Fainelli (15):
  net: phy: Add phy_ethtool_nway_reset
  net: nb8800: Utilize phy_ethtool_nway_reset
  net: bcm63xx_enet: Utilize phy_ethtool_nway_reset
  net: mv643xx_eth: Utilize phy_ethtool_nway_reset
  net: smsc911x: Utilize phy_ethtool_nway_reset
  net: ethernet: smsc9420: Utilize phy_ethtool_nway_reset
  net: ethernet: ll_temac: Utilize phy_ethtool_nway_reset
  net: ethernet: ixp4xx_eth: Utilize phy_ethtool_nway_reset
  net: bcmgenet: Utilize phy_ethtool_nway_reset
  net: fs_enet: Utilize phy_ethtool_nway_reset
  net: fec: Utilize phy_ethtool_nway_reset
  net: ethernet: ucc: Utilize phy_ethtool_nway_reset
  net: ethernet: lantiq_etop: Utilize phy_ethtool_nway_reset
  net: usb: ax88172x: Utilize phy_ethtool_nway_reset
  net: usb: lan78xx: Utilize phy_ethtool_nway_reset

 drivers/net/ethernet/aurora/nb8800.c                  | 12 +-----------
 drivers/net/ethernet/broadcom/bcm63xx_enet.c          |  7 ++-----
 drivers/net/ethernet/broadcom/genet/bcmgenet.c        |  9 +--------
 drivers/net/ethernet/freescale/fec_main.c             | 12 +-----------
 drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c |  7 +------
 drivers/net/ethernet/freescale/ucc_geth_ethtool.c     |  9 +--------
 drivers/net/ethernet/lantiq_etop.c                    |  8 +-------
 drivers/net/ethernet/marvell/mv643xx_eth.c            | 10 +---------
 drivers/net/ethernet/smsc/smsc911x.c                  |  7 +------
 drivers/net/ethernet/smsc/smsc9420.c                  | 10 +---------
 drivers/net/ethernet/xilinx/ll_temac_main.c           |  7 +------
 drivers/net/ethernet/xscale/ixp4xx_eth.c              |  7 +------
 drivers/net/phy/phy.c                                 | 11 +++++++++++
 drivers/net/usb/ax88172a.c                            | 10 +---------
 drivers/net/usb/lan78xx.c                             |  7 +------
 include/linux/phy.h                                   |  1 +
 16 files changed, 27 insertions(+), 107 deletions(-)

-- 
2.9.3

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2016-11-17 10:06 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-15 18:06 [PATCH 00/15] net: phy: Centralize auto-negotation restart Florian Fainelli
2016-11-15 18:06 ` [PATCH 01/15] net: phy: Add phy_ethtool_nway_reset Florian Fainelli
2016-11-17 10:06   ` Krzysztof Hałasa
2016-11-15 18:06 ` [PATCH 02/15] net: nb8800: Utilize phy_ethtool_nway_reset Florian Fainelli
2016-11-15 18:06 ` [PATCH 03/15] net: bcm63xx_enet: " Florian Fainelli
2016-11-15 19:59   ` Heinrich Schuchardt
2016-11-15 20:15     ` Florian Fainelli
2016-11-15 18:06 ` [PATCH 04/15] net: mv643xx_eth: " Florian Fainelli
2016-11-15 19:28   ` Andrew Lunn
2016-11-15 18:06 ` [PATCH 05/15] net: smsc911x: " Florian Fainelli
2016-11-15 18:06 ` [PATCH 06/15] net: ethernet: smsc9420: " Florian Fainelli
2016-11-15 18:06 ` [PATCH 07/15] net: ethernet: ll_temac: " Florian Fainelli
2016-11-15 18:06 ` [PATCH 08/15] net: ethernet: ixp4xx_eth: " Florian Fainelli
2016-11-15 18:06 ` [PATCH 09/15] net: bcmgenet: " Florian Fainelli
2016-11-15 18:06 ` [PATCH 10/15] net: fs_enet: " Florian Fainelli
2016-11-15 18:06 ` [PATCH 11/15] net: fec: " Florian Fainelli
2016-11-15 18:06 ` [PATCH 12/15] net: ethernet: ucc: " Florian Fainelli
2016-11-15 18:06 ` [PATCH 13/15] net: ethernet: lantiq_etop: " Florian Fainelli
2016-11-15 21:14   ` Langer, Thomas
2016-11-15 18:06 ` [PATCH 14/15] net: usb: ax88172x: " Florian Fainelli
     [not found] ` <20161115180644.3941-1-f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-11-15 18:06   ` [PATCH 15/15] net: usb: lan78xx: " Florian Fainelli
2016-11-15 18:14     ` Woojung.Huh
2016-11-15 21:33 ` [PATCH 00/15] net: phy: Centralize auto-negotation restart David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).