[PATCH 0/4 v2] ks8851: support for read/write MAC address from eeprom

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sebastien Jan
Date: Wednesday, May 5, 2010 - 11:45 am

Provides the ability to update the ks8851 companion eeprom content (including the
MAC address) through ethtool or debugfs (for MAC address only).

Differences with v1:
 - added the support of eeprom access through ethtool
 - different patches split

Patch set tested on OMAP4-based test board. Build tested on net-2.6 head.

Applies on current net-2.6 head.

Sebastien Jan (4):
  ks8851: Add caching of CCR register
  ks8851: Low level functions for read/write to companion eeprom
  ks8851: companion eeprom access through ethtool
  ks8851: read/write MAC address on companion eeprom through debugfs

 drivers/net/ks8851.c |  570 ++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/net/ks8851.h |   14 ++-
 2 files changed, 583 insertions(+), 1 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/4 v2] ks8851: support for read/write MAC address ..., Sebastien Jan, (Wed May 5, 11:45 am)
[PATCH 1/4 v2] ks8851: Add caching of CCR register, Sebastien Jan, (Wed May 5, 11:45 am)
Re: [PATCH 1/4 v2] ks8851: Add caching of CCR register, David Miller, (Thu May 6, 12:20 am)