]> 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)
commit310ea6d99bb6fac0c15890e085d7f9bcc57c5247
tree5246a26de0c5a297a26c82453f2a24ef1d94e764
parent46bc13f207effaa213a75d8f068efb11618b41ef
parent59d49c5f0147bc92599ef2e176c4f0fe8f62f388
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>