]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
e1000: Export core EEPROM access functions for SPI support
authorKyle Moffett <Kyle.D.Moffett@boeing.com>
Tue, 18 Oct 2011 11:05:28 +0000 (11:05 +0000)
committerWolfgang Denk <wd@denx.de>
Thu, 27 Oct 2011 22:35:26 +0000 (00:35 +0200)
commit2326a94db10d9b6c0bf322c6536cafcac8e85522
treecc64789e742b2cc61b7cff7e15060727dbee8781
parent114d7fc053470d900b406711ba8cb69cf9131316
e1000: Export core EEPROM access functions for SPI support

A followup patch will be adding a configurable feature to enable
programming of E1000 EEPROMs from the command line or via the generic
U-Boot SPI interface.

In order for it to work it needs access to certain E1000-internal
functions, so export those in the e1000.h header file.

Signed-off-by: Kyle Moffett <Kyle.D.Moffett@boeing.com>
Cc: Ben Warren <biggerbadderben@gmail.com>
drivers/net/e1000.c
drivers/net/e1000.h