Skip to content

Commit

Permalink
KSZ8851-SNL: Add ethtool support for EEPROM via eeprom_93cx6
Browse files Browse the repository at this point in the history
Add ethtool EEPROM read/write support using the eeprom_93cx6
library instead of open-coding the functions.

Depends on eeprom_93cx6 driver getting EEPROM write support.

Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Simtec Linux Team <linux@simtec.co.uk>
[sboyd@codeaurora.org: Removed previous eeprom implementation]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ben Dooks authored and David S. Miller committed Nov 26, 2011
1 parent 32f160d commit 51b7b1c
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 320 deletions.
2 changes: 2 additions & 0 deletions drivers/net/ethernet/micrel/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ config KS8851
select NET_CORE
select MII
select CRC32
select MISC_DEVICES
select EEPROM_93CX6
---help---
SPI driver for Micrel KS8851 SPI attached network chip.

Expand Down
Loading

0 comments on commit 51b7b1c

Please sign in to comment.