commit | e8a714e086e42972fd0e2d59e90c28eb2d839429 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <f.fainelli@gmail.com> | Thu Mar 01 16:08:56 2018 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 01 21:23:34 2018 -0500 |
tree | f49dc2eb01b2180016ba3da95158fea6e0d13c8b | |
parent | 6ed33d3a06e6ded784a9fe2780b33d6cd2ba2df7 [diff] |
net: phy: Export gen10g_* functions In order to remove a fair amount of duplication in the different 10G PHY drivers, export all gen10g_* functions to be able to make use of those. While we are at it, rename gen10g_soft_reset() to gen10g_no_soft_reset() to illustrate what it does. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>