netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v3 0/4] net: phy: add and use genphy_c45_an_config_an
@ 2019-02-17  9:27 Heiner Kallweit
  2019-02-17  9:28 ` [PATCH net-next v3 1/4] net: phy: add helper linkmode_adv_to_mii_10gbt_adv_t Heiner Kallweit
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Heiner Kallweit @ 2019-02-17  9:27 UTC (permalink / raw)
  To: Andrew Lunn, Florian Fainelli, David Miller,
	Russell King - ARM Linux
  Cc: netdev@vger.kernel.org

This series adds genphy_c45_an_config_an() and uses it in the
marvell10g diver. In addition patch 4 aligns the aneg configuration
with what is done in genphy_config_aneg().

v2:
- in patch 2 changed function name to genphy_c45_an_config_aneg
- in patch 3 add a comment regarding 1000BaseT vendor registers

v3:
- rebase patch 3

Andrew Lunn (2):
  net: phy: add genphy_c45_an_config_an
  net: phy: marvell10g: use genphy_c45_an_config_aneg

Heiner Kallweit (2):
  net: phy: add helper linkmode_adv_to_mii_10gbt_adv_t
  net: phy: marvell10g: check for newly set aneg

 drivers/net/phy/marvell10g.c | 31 ++++++++++---------------
 drivers/net/phy/phy-c45.c    | 44 ++++++++++++++++++++++++++++++++++++
 include/linux/mdio.h         | 25 ++++++++++++++++++++
 include/linux/phy.h          |  1 +
 4 files changed, 82 insertions(+), 19 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2019-02-17 18:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-17  9:27 [PATCH net-next v3 0/4] net: phy: add and use genphy_c45_an_config_an Heiner Kallweit
2019-02-17  9:28 ` [PATCH net-next v3 1/4] net: phy: add helper linkmode_adv_to_mii_10gbt_adv_t Heiner Kallweit
2019-02-17  9:29 ` [PATCH net-next v3 2/4] net: phy: add genphy_c45_an_config_aneg Heiner Kallweit
2019-02-17  9:30 ` [PATCH net-next v3 3/4] net: phy: marvell10g: use genphy_c45_an_config_aneg Heiner Kallweit
2019-02-17  9:32 ` [PATCH net-next v3 4/4] net: phy: marvell10g: check for newly set aneg Heiner Kallweit
2019-02-17 18:28 ` [PATCH net-next v3 0/4] net: phy: add and use genphy_c45_an_config_an David Miller
2019-02-17 18:45   ` Heiner Kallweit

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