]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'qca8k-phylink'
authorDavid S. Miller <davem@davemloft.net>
Fri, 18 Feb 2022 11:28:33 +0000 (11:28 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Feb 2022 11:28:33 +0000 (11:28 +0000)
commitd0a0aac8c96712e4e2e4e213c502dfb62e329b1f
tree55c0274be40fcf23c972fa7d8a31c33ad983a5ef
parent861ecd35c33c1a899dd3d6600474d14efc6c7a1a
parent76b09589e83e9d0536dce6189e1f43a0d232bfb9
Merge branch 'qca8k-phylink'

Russell King says:

====================
net: dsa: qca8k: convert to phylink_pcs and mark as non-legacy

This series adds support into DSA for the mac_select_pcs method, and
converts qca8k to make use of this, eventually marking qca8k as non-
legacy.

Patch 1 adds DSA support for mac_select_pcs.
Patch 2 and patch 3 moves code around in qca8k to make patch 4 more
readable.
Patch 4 does a simple conversion to phylink_pcs.
Patch 5 moves the serdes configuration to phylink_pcs.
Patch 6 marks qca8k as non-legacy.

v2: fix dsa_phylink_mac_select_pcs() formatting and double-blank line
in patch 5
====================

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