All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/2] provide support for PHY master/slave configuration
@ 2020-04-28  7:53 Oleksij Rempel
  2020-04-28  7:53 ` [PATCH net-next v3 1/2] ethtool: provide UAPI " Oleksij Rempel
  2020-04-28  7:53 ` [PATCH net-next v3 2/2] net: phy: tja11xx: add support for master-slave configuration Oleksij Rempel
  0 siblings, 2 replies; 13+ messages in thread
From: Oleksij Rempel @ 2020-04-28  7:53 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 v3:
- provide separate field for config and state.
- make state rejected on set
- add validation

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 |  3 +
 drivers/net/phy/nxp-tja11xx.c                | 58 ++++++++++++-
 drivers/net/phy/phy.c                        |  7 +-
 drivers/net/phy/phy_device.c                 | 89 ++++++++++++++++++++
 include/linux/phy.h                          |  3 +
 include/uapi/linux/ethtool.h                 | 29 ++++++-
 include/uapi/linux/ethtool_netlink.h         |  2 +
 include/uapi/linux/mii.h                     |  2 +
 net/ethtool/linkmodes.c                      | 15 +++-
 9 files changed, 204 insertions(+), 4 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2020-04-30 14:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-28  7:53 [PATCH net-next v3 0/2] provide support for PHY master/slave configuration Oleksij Rempel
2020-04-28  7:53 ` [PATCH net-next v3 1/2] ethtool: provide UAPI " Oleksij Rempel
2020-04-29 18:16   ` Andrew Lunn
2020-04-30  4:37     ` Oleksij Rempel
2020-04-30 14:24       ` Andrew Lunn
2020-04-29 19:52   ` Michal Kubecek
2020-04-30  5:00     ` Oleksij Rempel
2020-04-30  8:20       ` Michal Kubecek
2020-04-30 12:09         ` Oleksij Rempel
2020-04-30 12:25           ` Michal Kubecek
2020-04-28  7:53 ` [PATCH net-next v3 2/2] net: phy: tja11xx: add support for master-slave configuration Oleksij Rempel
2020-04-29 18:20   ` Andrew Lunn
2020-04-30  5:03     ` Oleksij Rempel

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.