[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <3d087449-a68f-8233-e97f-29038f8de29a@gmail.com>
Date: Wed, 27 Mar 2019 21:57:10 +0100
From: Heiner Kallweit <hkallweit1@...il.com>
To: Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>,
David Miller <davem@...emloft.net>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: [PATCH net-next 0/3] net: phy: add and use new function
genphy_read_abilities
Similar to genphy_c45_pma_read_abilities() add a function to dynamically
detect the abilities of a Clause 22 PHY. This is mainly copied from
genphy_config_init(). Main benefit is that PHY drivers no longer have
to specify whether they support GBit or not (provided they keep to
the C22 standard).
Heiner Kallweit (3):
net: phy: add genphy_read_abilities
net: phy: use genphy_read_abilities in genphy driver
net: phy: realtek: use genphy_read_abilities
drivers/net/phy/phy_device.c | 51 ++++++++++++++++++++++++++++++++++--
drivers/net/phy/realtek.c | 36 +++++++++----------------
include/linux/phy.h | 1 +
3 files changed, 62 insertions(+), 26 deletions(-)
--
2.21.0
Powered by blists - more mailing lists