* [PATCH net-next] net:mv88e6xxx: use g2 interrupt for 6097 chip
@ 2017-01-03 10:13 Volodymyr Bendiuga
2017-01-03 15:03 ` David Miller
0 siblings, 1 reply; 3+ messages in thread
From: Volodymyr Bendiuga @ 2017-01-03 10:13 UTC (permalink / raw)
To: andrew, vivien.didelot, f.fainelli, netdev, volodymyr.bendiuga
From: Volodymyr Bendiuga <volodymyr.bendiuga@westermo.se>
This chip needs MV88E6XXX_FLAG_G2_INT
Signed-off-by: Volodymyr Bendiuga <volodymyr.bendiuga@westermo.se>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
---
drivers/net/dsa/mv88e6xxx/mv88e6xxx.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/net/dsa/mv88e6xxx/mv88e6xxx.h b/drivers/net/dsa/mv88e6xxx/mv88e6xxx.h
index 13c7cc4..c7206d8 100644
--- a/drivers/net/dsa/mv88e6xxx/mv88e6xxx.h
+++ b/drivers/net/dsa/mv88e6xxx/mv88e6xxx.h
@@ -575,6 +575,7 @@ enum mv88e6xxx_cap {
(MV88E6XXX_FLAG_G1_ATU_FID | \
MV88E6XXX_FLAG_G1_VTU_FID | \
MV88E6XXX_FLAG_GLOBAL2 | \
+ MV88E6XXX_FLAG_G2_INT | \
MV88E6XXX_FLAG_G2_MGMT_EN_2X | \
MV88E6XXX_FLAG_G2_MGMT_EN_0X | \
MV88E6XXX_FLAG_G2_POT | \
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH net-next] net:mv88e6xxx: use g2 interrupt for 6097 chip
2017-01-03 10:13 Volodymyr Bendiuga
@ 2017-01-03 15:03 ` David Miller
0 siblings, 0 replies; 3+ messages in thread
From: David Miller @ 2017-01-03 15:03 UTC (permalink / raw)
To: volodymyr.bendiuga
Cc: andrew, vivien.didelot, f.fainelli, netdev, volodymyr.bendiuga
From: Volodymyr Bendiuga <volodymyr.bendiuga@gmail.com>
Date: Tue, 3 Jan 2017 11:13:57 +0100
> @@ -575,6 +575,7 @@ enum mv88e6xxx_cap {
> (MV88E6XXX_FLAG_G1_ATU_FID | \
> MV88E6XXX_FLAG_G1_VTU_FID | \
> MV88E6XXX_FLAG_GLOBAL2 | \
> + MV88E6XXX_FLAG_G2_INT | \
There is a space character before the TAB in this new line you
are adding, please remove it.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-03 15:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1481095626-7823-1-git-send-email-volodymyr.bendiuga@westermo.se>
2016-12-07 14:01 ` [PATCH net-next] net:mv88e6xxx: use g2 interrupt for 6097 chip Andrew Lunn
2017-01-03 10:13 Volodymyr Bendiuga
2017-01-03 15:03 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox