linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] provide support for PHY master/slave configuration
@ 2020-04-20 13:15 Oleksij Rempel
  2020-04-20 13:15 ` [PATCH v2 1/2] ethtool: provide UAPI " Oleksij Rempel
  2020-04-20 13:15 ` [PATCH v2 2/2] net: phy: tja11xx: add support for master-slave configuration Oleksij Rempel
  0 siblings, 2 replies; 4+ messages in thread
From: Oleksij Rempel @ 2020-04-20 13:15 UTC (permalink / raw)
  To: Andrew Lunn, David S. Miller, Florian Fainelli, Heiner Kallweit,
	Jakub Kicinski, Jonathan Corbet, Michal Kubecek
  Cc: Oleksij Rempel, David Jander, kernel, linux-kernel, netdev,
	Russell King, mkl, Marek Vasut, Christian Herber

changes v2:
- change names. Use MASTER_PREFERRED instead of MULTIPORT
- configure master/slave only on request. Default configuration can be
  provided by PHY or eeprom
- status and configuration to the user space.

Oleksij Rempel (2):
  ethtool: provide UAPI for PHY master/slave configuration.
  net: phy: tja11xx: add support for master-slave configuration

 Documentation/networking/ethtool-netlink.rst |  2 +
 drivers/net/phy/nxp-tja11xx.c                | 56 ++++++++++++-
 drivers/net/phy/phy.c                        |  3 +-
 drivers/net/phy/phy_device.c                 | 88 ++++++++++++++++++++
 include/linux/phy.h                          |  2 +
 include/uapi/linux/ethtool.h                 | 17 +++-
 include/uapi/linux/ethtool_netlink.h         |  1 +
 include/uapi/linux/mii.h                     |  2 +
 net/ethtool/linkmodes.c                      |  9 +-
 9 files changed, 176 insertions(+), 4 deletions(-)

-- 
2.26.1


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

end of thread, other threads:[~2020-04-20 19:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 13:15 [PATCH v2 0/2] provide support for PHY master/slave configuration Oleksij Rempel
2020-04-20 13:15 ` [PATCH v2 1/2] ethtool: provide UAPI " Oleksij Rempel
2020-04-20 19:45   ` Andrew Lunn
2020-04-20 13:15 ` [PATCH v2 2/2] net: phy: tja11xx: add support for master-slave configuration Oleksij Rempel

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).