Merge branch 'lynx-pcs-interface-cleanup'
authorDavid S. Miller <davem@davemloft.net>
Sun, 2 Jan 2022 18:48:47 +0000 (18:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Jan 2022 18:48:47 +0000 (18:48 +0000)
commit0d6f01ff4147890698bbc7631166167d5da1d229
tree5246a26de0c5a297a26c82453f2a24ef1d94e764
parent60c332029c8da6f4ef791807fcbfbd98e71a5fbd
parent0699b3e06f220a66150b718ac26569cf73e81bd2
Merge branch 'lynx-pcs-interface-cleanup'

Colin Foster says:

====================
lynx pcs interface cleanup

The current Felix driver (and Seville) rely directly on the lynx_pcs
device. There are other possible PCS interfaces that can be used with
this hardware, so this should be abstracted from felix. The generic
phylink_pcs is used instead.

While going through the code, there were some opportunities to change
some misleading variable names. Those are included in this patch set.

v1->v2
    * compile-time fixes for freescale parts
====================

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