]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Merge branch 'r8169-factor-out-chip-specific-PHY-configuration-to-a-separate-source-file'
authorDavid S. Miller <davem@davemloft.net>
Sat, 11 Jan 2020 00:41:35 +0000 (16:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Jan 2020 00:41:35 +0000 (16:41 -0800)
Heiner Kallweit says:

====================
r8169: factor out chip-specific PHY configuration to a separate source file

Basically every chip version needs its own PHY configuration.
To improve maintainability of the driver move all these PHY
configurations to a separate source file. To allow this we first have
to change all PHY configurations to use phylib functions wherever
possible.
====================

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

Trivial merge