summaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_mpc5200.h
Commit message (Collapse)AuthorAgeFilesLines
* net: fec: use standard phy type definesSascha Hauer2013-03-091-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* net: introduce phylibJean-Christophe PLAGNIOL-VILLARD2012-09-251-1/+3
| | | | | | | | | | | | | | | | Adapt phylib from linux switch all the driver to it reimplement mii bus This will allow to have - phy drivers - to only connect the phy at then opening of the device - if the phy is not ready or not up fail on open Same behaviour as in linux and will allow to share code and simplify porting. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-271-1/+1
| | | | | | | this rework is done in order to add a phylib and allow to have phy driver support Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* use U-Boot standard types for variables.Sascha Hauer2008-04-041-187/+183
| | | | | | | | The FEC driver used to typedef it's own variable types. Use standard U-Boot types instead Signed-off-by: Carsten Schlote <schlote@vahanus.net> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [mpc5200 fec] revert to some old version (somehow my play version got into theSascha Hauer2008-02-201-227/+187
| | | | repository). Runtime tested on pcm030
* new revision, no volatile any moreJuergen Beisert2007-11-051-190/+221
|
* integrating sha's changes into jbe's branchJuergen Beisert2007-11-051-5/+14
|
* remove hardcoded regsiter base addressesSascha Hauer2007-10-091-3/+1
|
* add some register bitmask values from the linux kernelSascha Hauer2007-10-091-0/+40
|
* svn_rev_683Sascha Hauer2007-07-051-1/+0
| | | | more cleanups, fix compiler warnings
* svn_rev_579Sascha Hauer2007-07-051-1/+0
| | | | miiphy
* svn_rev_573Sascha Hauer2007-07-051-0/+3
| | | | cleanups, generic phy support
* svn_rev_188Sascha Hauer2007-07-051-6/+1
| | | | WIP
* svn_rev_175Sascha Hauer2007-07-051-0/+286
moved to drivers/net