Re: [PATCH net-next] net: dsa: mv88e6xxx: Add missing watchdog ops for 6320 family

2018-12-19 Thread David Miller
From: Andrew Lunn Date: Wed, 19 Dec 2018 18:28:54 +0100 > The 6320 family of switches uses the same watchdog registers as the > 6390. > > Signed-off-by: Andrew Lunn Applied, thanks Andrew.

Re: [PATCH net-next] net: dsa: mv88e6xxx: Add missing watchdog ops for 6320 family

2018-12-19 Thread Vivien Didelot
On Wed, 19 Dec 2018 18:28:54 +0100, Andrew Lunn wrote: > The 6320 family of switches uses the same watchdog registers as the > 6390. > > Signed-off-by: Andrew Lunn Reviewed-by: Vivien Didelot

[PATCH net-next] net: dsa: mv88e6xxx: Add missing watchdog ops for 6320 family

2018-12-19 Thread Andrew Lunn
The 6320 family of switches uses the same watchdog registers as the 6390. Signed-off-by: Andrew Lunn --- drivers/net/dsa/mv88e6xxx/chip.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c index b603f8d6ee3e..0f749d1ef53b 100