netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next] net: dsa: mv88e6xxx: Use EDSA on mv88e6097
@ 2016-12-05 13:12 Stefan Eichenberger
  2016-12-05 14:12 ` Andrew Lunn
  2016-12-06 15:17 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Stefan Eichenberger @ 2016-12-05 13:12 UTC (permalink / raw)
  To: andrew, vivien.didelot; +Cc: netdev, Stefan Eichenberger

Use DSA_TAG_PROTO_EDSA as tag_protocol for the mv88e6097. The 
initialisation was missing before.

Signed-off-by: Stefan Eichenberger <stefan.eichenberger@netmodule.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 ca453f3..7a6c587 100644
--- a/drivers/net/dsa/mv88e6xxx/chip.c
+++ b/drivers/net/dsa/mv88e6xxx/chip.c
@@ -3861,6 +3861,7 @@ static const struct mv88e6xxx_info mv88e6xxx_table[] = {
 		.global1_addr = 0x1b,
 		.age_time_coeff = 15000,
 		.g1_irqs = 8,
+		.tag_protocol = DSA_TAG_PROTO_EDSA,
 		.flags = MV88E6XXX_FLAGS_FAMILY_6097,
 		.ops = &mv88e6097_ops,
 	},
-- 
2.9.3

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

* Re: [PATCH net-next] net: dsa: mv88e6xxx: Use EDSA on mv88e6097
  2016-12-05 13:12 [PATCH net-next] net: dsa: mv88e6xxx: Use EDSA on mv88e6097 Stefan Eichenberger
@ 2016-12-05 14:12 ` Andrew Lunn
  2016-12-06 15:17 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2016-12-05 14:12 UTC (permalink / raw)
  To: Stefan Eichenberger; +Cc: vivien.didelot, netdev, Stefan Eichenberger

On Mon, Dec 05, 2016 at 02:12:42PM +0100, Stefan Eichenberger wrote:
> Use DSA_TAG_PROTO_EDSA as tag_protocol for the mv88e6097. The 
> initialisation was missing before.
> 
> Signed-off-by: Stefan Eichenberger <stefan.eichenberger@netmodule.com>

Upps, sorry. My error.

This is net-next only.

Fixes: a1f482aa8c33 ("net: dsa: mv88e6xxx: Move the tagging protocol into info")
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 EDSA on mv88e6097
  2016-12-05 13:12 [PATCH net-next] net: dsa: mv88e6xxx: Use EDSA on mv88e6097 Stefan Eichenberger
  2016-12-05 14:12 ` Andrew Lunn
@ 2016-12-06 15:17 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2016-12-06 15:17 UTC (permalink / raw)
  To: eichest; +Cc: andrew, vivien.didelot, netdev, stefan.eichenberger

From: Stefan Eichenberger <eichest@gmail.com>
Date: Mon,  5 Dec 2016 14:12:42 +0100

> Use DSA_TAG_PROTO_EDSA as tag_protocol for the mv88e6097. The 
> initialisation was missing before.
> 
> Signed-off-by: Stefan Eichenberger <stefan.eichenberger@netmodule.com>

Applied, thanks.

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

end of thread, other threads:[~2016-12-06 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-05 13:12 [PATCH net-next] net: dsa: mv88e6xxx: Use EDSA on mv88e6097 Stefan Eichenberger
2016-12-05 14:12 ` Andrew Lunn
2016-12-06 15:17 ` 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).