Loading drivers/net/dsa/Kconfig +3 −3 Original line number Diff line number Diff line Loading @@ -37,13 +37,13 @@ config NET_DSA_MV88E6123_61_65 ethernet switch chips. config NET_DSA_MV88E6171 tristate "Marvell 88E6171 ethernet switch chip support" tristate "Marvell 88E6171/6172 ethernet switch chip support" select NET_DSA select NET_DSA_MV88E6XXX select NET_DSA_TAG_EDSA ---help--- This enables support for the Marvell 88E6171 ethernet switch chip. This enables support for the Marvell 88E6171/6172 ethernet switch chips. config NET_DSA_MV88E6352 tristate "Marvell 88E6176/88E6352 ethernet switch chip support" Loading drivers/net/dsa/mv88e6171.c +4 −1 Original line number Diff line number Diff line /* net/dsa/mv88e6171.c - Marvell 88e6171 switch chip support /* net/dsa/mv88e6171.c - Marvell 88e6171/8826172 switch chip support * Copyright (c) 2008-2009 Marvell Semiconductor * Copyright (c) 2014 Claudio Leite <leitec@staticky.com> * Loading Loading @@ -29,6 +29,8 @@ static char *mv88e6171_probe(struct device *host_dev, int sw_addr) if (ret >= 0) { if ((ret & 0xfff0) == 0x1710) return "Marvell 88E6171"; if ((ret & 0xfff0) == 0x1720) return "Marvell 88E6172"; } return NULL; Loading Loading @@ -409,3 +411,4 @@ struct dsa_switch_driver mv88e6171_switch_driver = { }; MODULE_ALIAS("platform:mv88e6171"); MODULE_ALIAS("platform:mv88e6172"); Loading
drivers/net/dsa/Kconfig +3 −3 Original line number Diff line number Diff line Loading @@ -37,13 +37,13 @@ config NET_DSA_MV88E6123_61_65 ethernet switch chips. config NET_DSA_MV88E6171 tristate "Marvell 88E6171 ethernet switch chip support" tristate "Marvell 88E6171/6172 ethernet switch chip support" select NET_DSA select NET_DSA_MV88E6XXX select NET_DSA_TAG_EDSA ---help--- This enables support for the Marvell 88E6171 ethernet switch chip. This enables support for the Marvell 88E6171/6172 ethernet switch chips. config NET_DSA_MV88E6352 tristate "Marvell 88E6176/88E6352 ethernet switch chip support" Loading
drivers/net/dsa/mv88e6171.c +4 −1 Original line number Diff line number Diff line /* net/dsa/mv88e6171.c - Marvell 88e6171 switch chip support /* net/dsa/mv88e6171.c - Marvell 88e6171/8826172 switch chip support * Copyright (c) 2008-2009 Marvell Semiconductor * Copyright (c) 2014 Claudio Leite <leitec@staticky.com> * Loading Loading @@ -29,6 +29,8 @@ static char *mv88e6171_probe(struct device *host_dev, int sw_addr) if (ret >= 0) { if ((ret & 0xfff0) == 0x1710) return "Marvell 88E6171"; if ((ret & 0xfff0) == 0x1720) return "Marvell 88E6172"; } return NULL; Loading Loading @@ -409,3 +411,4 @@ struct dsa_switch_driver mv88e6171_switch_driver = { }; MODULE_ALIAS("platform:mv88e6171"); MODULE_ALIAS("platform:mv88e6172");