Re: [PATCH net-next 3/3] net: dsa: mv88e6xxx: Add support for EEPROM via platform data

2018-05-19 Thread Florian Fainelli
On 05/19/2018 01:31 PM, Andrew Lunn wrote: > Add the size of the EEPROM to the platform data, so it can also be > instantiated by a platform device. > > Signed-off-by: Andrew Lunn Reviewed-by: Florian Fainelli -- Florian

[PATCH net-next 3/3] net: dsa: mv88e6xxx: Add support for EEPROM via platform data

2018-05-19 Thread Andrew Lunn
Add the size of the EEPROM to the platform data, so it can also be instantiated by a platform device. Signed-off-by: Andrew Lunn --- drivers/net/dsa/mv88e6xxx/chip.c| 11 +++ drivers/net/dsa/mv88e6xxx/chip.h| 2 +- include/linux/platform_data/mv88e6xxx.h