[PATCH 09/14] net: dsa: Add support for switch EEPROM access

2014-10-22 Thread Guenter Roeck
On some chips it is possible to access the switch eeprom. Add infrastructure support for it. Signed-off-by: Guenter Roeck --- include/net/dsa.h | 7 +++ net/dsa/slave.c | 38 ++ 2 files changed, 45 insertions(+) diff --git a/include/net/dsa.h

[PATCH 09/14] net: dsa: Add support for switch EEPROM access

2014-10-22 Thread Guenter Roeck
On some chips it is possible to access the switch eeprom. Add infrastructure support for it. Signed-off-by: Guenter Roeck li...@roeck-us.net --- include/net/dsa.h | 7 +++ net/dsa/slave.c | 38 ++ 2 files changed, 45 insertions(+) diff --git