Re: [PATCH net-next v2 0/3] net: dsa: mv88e6xxx: rework EEPROM code

2016-07-20 Thread David Miller
From: Vivien Didelot Date: Wed, 20 Jul 2016 18:18:33 -0400 > Some switches can access an optional external EEPROM via its registers. > > The 88E6352 family of switches have 8-bit address / 16-bit data access. > The new 88E6390 family has 16-bit address / 8-bit data access. > > This patchset cle

[PATCH net-next v2 0/3] net: dsa: mv88e6xxx: rework EEPROM code

2016-07-20 Thread Vivien Didelot
Some switches can access an optional external EEPROM via its registers. The 88E6352 family of switches have 8-bit address / 16-bit data access. The new 88E6390 family has 16-bit address / 8-bit data access. This patchset cleans up the EEPROM code with 16-suffixed Global2 helpers and makes it easy