]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit06305b8a4ea49afe0a550524dc1a7975dbc1dad8
tree5246a26de0c5a297a26c82453f2a24ef1d94e764
parentb167f06708e3085083db0c5d7bdff94ff975059a
parent55afaa8811f2df5dacc055457aa80feb1eaaa163
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>