netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net:dsa:mv88e6xxx: use watchdog ops for 6097 chip
@ 2017-02-14 10:29 Volodymyr Bendiuga
  2017-02-14 15:46 ` Andrew Lunn
  0 siblings, 1 reply; 3+ messages in thread
From: Volodymyr Bendiuga @ 2017-02-14 10:29 UTC (permalink / raw)
  To: andrew, vivien.didelot, f.fainelli, netdev, volodymyr.bendiuga
  Cc: Volodymyr Bendiuga

mv88e6097 chip requires watchdog_ops to be set.

Signed-off-by: Volodymyr Bendiuga <volodymyr.bendiuga@gmail.com>
---
 drivers/net/dsa/mv88e6xxx/chip.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c
index 7658284..03dc886 100644
--- a/drivers/net/dsa/mv88e6xxx/chip.c
+++ b/drivers/net/dsa/mv88e6xxx/chip.c
@@ -3160,6 +3160,7 @@ static const struct mv88e6xxx_ops mv88e6097_ops = {
 	.stats_get_stats = mv88e6095_stats_get_stats,
 	.g1_set_cpu_port = mv88e6095_g1_set_cpu_port,
 	.g1_set_egress_port = mv88e6095_g1_set_egress_port,
+	.watchdog_ops = &mv88e6097_watchdog_ops,
 	.mgmt_rsvd2cpu = mv88e6095_g2_mgmt_rsvd2cpu,
 	.reset = mv88e6352_g1_reset,
 };
-- 
2.7.4

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

* Re: [PATCH net-next] net:dsa:mv88e6xxx: use watchdog ops for 6097 chip
  2017-02-14 10:29 [PATCH net-next] net:dsa:mv88e6xxx: use watchdog ops for 6097 chip Volodymyr Bendiuga
@ 2017-02-14 15:46 ` Andrew Lunn
  2017-02-14 16:45   ` David Miller
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Lunn @ 2017-02-14 15:46 UTC (permalink / raw)
  To: Volodymyr Bendiuga; +Cc: vivien.didelot, f.fainelli, netdev, volodymyr.bendiuga

On Tue, Feb 14, 2017 at 11:29:30AM +0100, Volodymyr Bendiuga wrote:
> mv88e6097 chip requires watchdog_ops to be set.

Hi Volodymyr

Upps. Thanks for the fix.
 
> Signed-off-by: Volodymyr Bendiuga <volodymyr.bendiuga@gmail.com>

Reviewed-by: Andrew Lunn <andrew@lunn.ch>

    Andrew

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

* Re: [PATCH net-next] net:dsa:mv88e6xxx: use watchdog ops for 6097 chip
  2017-02-14 15:46 ` Andrew Lunn
@ 2017-02-14 16:45   ` David Miller
  0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2017-02-14 16:45 UTC (permalink / raw)
  To: andrew
  Cc: volodymyr.bendiuga, vivien.didelot, f.fainelli, netdev,
	volodymyr.bendiuga

From: Andrew Lunn <andrew@lunn.ch>
Date: Tue, 14 Feb 2017 16:46:18 +0100

> On Tue, Feb 14, 2017 at 11:29:30AM +0100, Volodymyr Bendiuga wrote:
>> mv88e6097 chip requires watchdog_ops to be set.
> 
> Hi Volodymyr
> 
> Upps. Thanks for the fix.
>  
>> Signed-off-by: Volodymyr Bendiuga <volodymyr.bendiuga@gmail.com>
> 
> Reviewed-by: Andrew Lunn <andrew@lunn.ch>

Applied.

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

end of thread, other threads:[~2017-02-14 16:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-14 10:29 [PATCH net-next] net:dsa:mv88e6xxx: use watchdog ops for 6097 chip Volodymyr Bendiuga
2017-02-14 15:46 ` Andrew Lunn
2017-02-14 16:45   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).