All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/2] phylink: API changes
@ 2018-03-28 22:44 Florian Fainelli
  2018-03-28 22:44 ` [PATCH net-next v2 1/2] net: phy: phylink: Provide PHY interface to mac_link_{up,down} Florian Fainelli
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Florian Fainelli @ 2018-03-28 22:44 UTC (permalink / raw)
  To: netdev
  Cc: Florian Fainelli, Thomas Petazzoni, Andrew Lunn, David S. Miller,
	Russell King, open list, Antoine Tenart, Yan Markman,
	Stefan Chulski, Maxime Chevallier, Miquel Raynal, Marcin Wojtas

Hi all,

This patch series contains two API changes to PHYLINK which will later be used
by DSA to migrate to PHYLINK. Because these are API changes that impact other
outstanding work (e.g: MVPP2) I would rather get them included sooner to minimize
conflicts.

Thank you!

Changes in v2:

- added missing documentation to mac_link_{up,down} that the interface
  must be configured in mac_config()

- added Russell's, Andrew's and my tags

Florian Fainelli (1):
  net: phy: phylink: Provide PHY interface to mac_link_{up,down}

Russell King (1):
  sfp/phylink: move module EEPROM ethtool access into netdev core
    ethtool

 drivers/net/ethernet/marvell/mvneta.c | 22 +++-------------------
 drivers/net/phy/phylink.c             | 32 +++-----------------------------
 drivers/net/phy/sfp-bus.c             |  6 ++----
 include/linux/netdevice.h             |  3 +++
 include/linux/phylink.h               | 17 +++++++++++------
 net/core/ethtool.c                    |  7 +++++++
 6 files changed, 29 insertions(+), 58 deletions(-)

-- 
2.14.1

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

end of thread, other threads:[~2018-03-30 14:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-28 22:44 [PATCH net-next v2 0/2] phylink: API changes Florian Fainelli
2018-03-28 22:44 ` [PATCH net-next v2 1/2] net: phy: phylink: Provide PHY interface to mac_link_{up,down} Florian Fainelli
2018-03-29  5:59   ` [EXT] " Yan Markman
2018-03-29 12:57     ` Andrew Lunn
2018-03-28 22:44 ` [PATCH net-next v2 2/2] sfp/phylink: move module EEPROM ethtool access into netdev core ethtool Florian Fainelli
2018-03-29  5:59   ` [EXT] " Yan Markman
2018-03-29  5:58 ` [EXT] [PATCH net-next v2 0/2] phylink: API changes Yan Markman
2018-03-29  7:44   ` Russell King - ARM Linux
2018-03-30 14:11 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.