Skip to content

Commit

Permalink
net: dsa/mv88e6352: Add support for reading switch registers
Browse files Browse the repository at this point in the history
Report switch register values to ethtool.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Guenter Roeck authored and David S. Miller committed Oct 30, 2014
1 parent a1ab91f commit 95d08b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/dsa/mv88e6352.c
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,8 @@ struct dsa_switch_driver mv88e6352_switch_driver = {
#endif
.get_eeprom = mv88e6352_get_eeprom,
.set_eeprom = mv88e6352_set_eeprom,
.get_regs_len = mv88e6xxx_get_regs_len,
.get_regs = mv88e6xxx_get_regs,
};

MODULE_ALIAS("platform:mv88e6352");

0 comments on commit 95d08b5

Please sign in to comment.