OSDN Git Service

Merge branch 'Phylink-integration-improvements-for-Felix-DSA-driver'
authorDavid S. Miller <davem@davemloft.net>
Sun, 5 Jul 2020 22:25:59 +0000 (15:25 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 5 Jul 2020 22:25:59 +0000 (15:25 -0700)
commitdbacfd8ca755b9f710ab17a1e47572fc4e5dabcc
tree830c899a6be455557058bc2753daece86a104cde
parente1f04670440442b6218b391b5f822819fb3b8c6f
parent7e14a2dc8c656acea48729daf3f617aa76d62937
Merge branch 'Phylink-integration-improvements-for-Felix-DSA-driver'

Vladimir Oltean says:

====================
Phylink integration improvements for Felix DSA driver

This is an overhaul of the Felix switch driver's phylink operations.

Patches 1, 3, 4 and 5 are cleanup, patch 2 is adding a new feature and
and patch 6 is adaptation to the new format of an existing phylink API
(mac_link_up).

Changes since v2:
- Replaced "PHYLINK" with "phylink".
- Rewrote commit message of patch 5/6.

Changes since v1:
- Now using phy_clear_bits and phy_set_bits instead of plain writes to
  MII_BMCR. This combines former patches 1/7 and 6/7 into a single new
  patch 1/6.
- Updated commit message of patch 5/6.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>