All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] net: phy: marvell: add downshift support for 88E1145
@ 2019-10-29 19:25 Heiner Kallweit
  2019-10-29 19:32 ` Florian Fainelli
  2019-10-31  0:36 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Heiner Kallweit @ 2019-10-29 19:25 UTC (permalink / raw)
  To: Andrew Lunn, Florian Fainelli, David Miller; +Cc: netdev

Add downshift support for 88E1145, it uses the same downshift
configuration registers as 88E1111.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
---
 drivers/net/phy/marvell.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/net/phy/marvell.c b/drivers/net/phy/marvell.c
index cb6570ac6..b1fbd1937 100644
--- a/drivers/net/phy/marvell.c
+++ b/drivers/net/phy/marvell.c
@@ -2394,6 +2394,9 @@ 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 = m88e1111_get_tunable,
+		.set_tunable = m88e1111_set_tunable,
+		.link_change_notify = m88e1011_link_change_notify,
 	},
 	{
 		.phy_id = MARVELL_PHY_ID_88E1149R,
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: phy: marvell: add downshift support for 88E1145
  2019-10-29 19:25 [PATCH net-next] net: phy: marvell: add downshift support for 88E1145 Heiner Kallweit
@ 2019-10-29 19:32 ` Florian Fainelli
  2019-10-31  0:36 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Florian Fainelli @ 2019-10-29 19:32 UTC (permalink / raw)
  To: Heiner Kallweit, Andrew Lunn, David Miller; +Cc: netdev

On 10/29/19 12:25 PM, Heiner Kallweit wrote:
> Add downshift support for 88E1145, it uses the same downshift
> configuration registers as 88E1111.
> 
> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>

Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
-- 
Florian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH net-next] net: phy: marvell: add downshift support for 88E1145
  2019-10-29 19:25 [PATCH net-next] net: phy: marvell: add downshift support for 88E1145 Heiner Kallweit
  2019-10-29 19:32 ` Florian Fainelli
@ 2019-10-31  0:36 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2019-10-31  0:36 UTC (permalink / raw)
  To: hkallweit1; +Cc: andrew, f.fainelli, netdev

From: Heiner Kallweit <hkallweit1@gmail.com>
Date: Tue, 29 Oct 2019 20:25:26 +0100

> Add downshift support for 88E1145, it uses the same downshift
> configuration registers as 88E1111.
> 
> Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>

Applied, thanks.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-31  0:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-29 19:25 [PATCH net-next] net: phy: marvell: add downshift support for 88E1145 Heiner Kallweit
2019-10-29 19:32 ` Florian Fainelli
2019-10-31  0:36 ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.