Skip to content

Commit

Permalink
Merge branch 'mv88r6xxx-eeprom-rework'
Browse files Browse the repository at this point in the history
Vivien Didelot says:

====================
net: dsa: mv88e6xxx: rework EEPROM code

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 to add future support for 8-bit data EEPROM access.

It also removes unnecessary mutexes and a few locked access functions.

Changes in v2:
  - add missing Signed-off-by tag
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jul 21, 2016
2 parents e6c044f + 8f6345b commit 4c37fb1
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 305 deletions.
Loading

0 comments on commit 4c37fb1

Please sign in to comment.