Re: [PATCH 10/14] net: dsa/mv88e6352: Implement EEPROM access functions

2014-10-23 Thread Guenter Roeck
On Thu, Oct 23, 2014 at 03:54:12PM +0200, Andrew Lunn wrote: > On Wed, Oct 22, 2014 at 09:03:18PM -0700, Guenter Roeck wrote: > > MV88E6352 supports read and write access to its configuration eeprom. > > Hi Guenter > > I don't have the datasheet for the MV88E6352. Is the EEPROM built in, > or ext

Re: [PATCH 10/14] net: dsa/mv88e6352: Implement EEPROM access functions

2014-10-23 Thread Andrew Lunn
On Wed, Oct 22, 2014 at 09:03:18PM -0700, Guenter Roeck wrote: > MV88E6352 supports read and write access to its configuration eeprom. Hi Guenter I don't have the datasheet for the MV88E6352. Is the EEPROM built in, or external on an i2c bus? > +static int mv88e6352_get_eeprom_len(struct dsa_swi

[PATCH 10/14] net: dsa/mv88e6352: Implement EEPROM access functions

2014-10-22 Thread Guenter Roeck
MV88E6352 supports read and write access to its configuration eeprom. Signed-off-by: Guenter Roeck --- drivers/net/dsa/mv88e6352.c | 228 +++- drivers/net/dsa/mv88e6xxx.h | 5 + 2 files changed, 230 insertions(+), 3 deletions(-) diff --git a/drivers/net