[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200420131508.1539-1-o.rempel@pengutronix.de>
Date: Mon, 20 Apr 2020 15:15:05 +0200
From: Oleksij Rempel <o.rempel@...gutronix.de>
To: Andrew Lunn <andrew@...n.ch>,
"David S. Miller" <davem@...emloft.net>,
Florian Fainelli <f.fainelli@...il.com>,
Heiner Kallweit <hkallweit1@...il.com>,
Jakub Kicinski <kuba@...nel.org>,
Jonathan Corbet <corbet@....net>,
Michal Kubecek <mkubecek@...e.cz>
Cc: Oleksij Rempel <o.rempel@...gutronix.de>,
David Jander <david@...tonic.nl>, kernel@...gutronix.de,
linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
Russell King <linux@...linux.org.uk>, mkl@...gutronix.de,
Marek Vasut <marex@...x.de>,
Christian Herber <christian.herber@....com>
Subject: [PATCH v2 0/2] provide support for PHY master/slave configuration
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
Powered by blists - more mailing lists