projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12c2bb9
)
net: phy: marvell: add downshift support for M88E1240
author
Maxim Kochetkov
<fido_max@inbox.ru>
Wed, 28 Apr 2021 09:53:56 +0000
(12:53 +0300)
committer
Jakub Kicinski
<kuba@kernel.org>
Wed, 28 Apr 2021 20:58:11 +0000
(13:58 -0700)
Add downshift support for
88E1240
, it uses the same downshift
configuration registers as
88E1011
.
Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Link:
https://lore.kernel.org/r/20210428095356.621536-1-fido_max@inbox.ru
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/marvell.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/phy/marvell.c
b/drivers/net/phy/marvell.c
index a61fde7013bd39b773681b50d20cad77263cb9dd..0b2cccb0d8655b30e0cf57f9e1ffb9c3479e4347 100644
(file)
--- a/
drivers/net/phy/marvell.c
+++ b/
drivers/net/phy/marvell.c
@@
-2870,6
+2870,8
@@
static struct phy_driver marvell_drivers[] = {
.get_sset_count = marvell_get_sset_count,
.get_strings = marvell_get_strings,
.get_stats = marvell_get_stats,
+ .get_tunable = m88e1011_get_tunable,
+ .set_tunable = m88e1011_set_tunable,
},
{
.phy_id = MARVELL_PHY_ID_88E1116R,