Re: [PATCH 2/2] net: dsa: mv88e6352: Add support for EEE

2015-03-07 Thread David Miller
From: Guenter Roeck Date: Fri, 6 Mar 2015 22:23:52 -0800 > Enable EEE support for MV88E6352. > > Signed-off-by: Guenter Roeck Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http:

[PATCH 2/2] net: dsa: mv88e6352: Add support for EEE

2015-03-06 Thread Guenter Roeck
Enable EEE support for MV88E6352. Signed-off-by: Guenter Roeck --- Changes since RFT: - Additional testing; no code changes. drivers/net/dsa/mv88e6352.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/dsa/mv88e6352.c b/drivers/net/dsa/mv88e6352.c index 1ebd8f9..7bc5998 100644

[RFT PATCH 2/2] net: dsa: mv88e6352: Add support for EEE

2015-02-23 Thread Guenter Roeck
Enable EEE support for MV88E6352. Signed-off-by: Guenter Roeck --- Applies to net-next. Support for other chips using the mv88e6xxx code can be added with similar patches. drivers/net/dsa/mv88e6352.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/dsa/mv88e6352.c b/drivers/ne