summaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_mpc5200.c
Commit message (Collapse)AuthorAgeFilesLines
* fec_mpc5200: Fix compilationSascha Hauer2010-10-021-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* net: rework the mii supportJean-Christophe PLAGNIOL-VILLARD2010-08-271-19/+16
| | | | | | | 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>
* network drivers: call net_receive directly instead of NetReceiveSascha Hauer2010-06-171-1/+1
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* [PPC] Move include/asm-ppc/arch-* to arch/ppc/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-4/+4
| | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
* ethernet driver: Do not overwrite devnameSascha Hauer2009-07-211-2/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* fec_mpc5200: fix compiler warningSascha Hauer2009-07-211-8/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* add a device_d to ethernet devicesSascha Hauer2009-07-211-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Get rid of DEVICE_TYPE_ETHER usageSascha Hauer2009-07-211-1/+0
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* use U-Boot standard types for variables.Sascha Hauer2008-04-041-12/+12
| | | | | | | | 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-327/+221
| | | | repository). Runtime tested on pcm030
* new revision, no volatile any moreJuergen Beisert2007-11-051-123/+167
|
* integrating sha's changes into jbe's branchJuergen Beisert2007-11-051-137/+200
|
* change functions containing 'mac' or 'enet' in its name to 'ethaddr'.sascha2007-10-181-4/+4
| | | | change the parameter name for ethernet devices to 'ethaddr' aswell.
* remove hardcoded regsiter base addressesSascha Hauer2007-10-091-13/+16
|
* make real code visible between debug codeSascha Hauer2007-10-091-70/+29
|
* remove decorationSascha Hauer2007-10-091-35/+7
|
* reorder functions to get rid of static function declarationsSascha Hauer2007-10-091-81/+78
|
* add some register bitmask values from the linux kernelSascha Hauer2007-10-091-3/+4
|
* do loadtask in ethernet driverSascha Hauer2007-07-121-2/+2
|
* svn_rev_683Sascha Hauer2007-07-051-1/+1
| | | | more cleanups, fix compiler warnings
* svn_rev_627Sascha Hauer2007-07-051-2/+4
|
* svn_rev_593Sascha Hauer2007-07-051-3/+4
| | | | intrduce get_clock_* functions
* svn_rev_579Sascha Hauer2007-07-051-1/+1
| | | | miiphy
* svn_rev_573Sascha Hauer2007-07-051-225/+39
| | | | cleanups, generic phy support
* svn_rev_508Sascha Hauer2007-07-051-20/+14
| | | | put driver back into business
* svn_rev_310Sascha Hauer2007-07-051-1/+1
| | | | use type_data instead of pric for edev
* svn_rev_190Sascha Hauer2007-07-051-17/+0
| | | | remove gpio pin init, board code should do this
* svn_rev_188Sascha Hauer2007-07-051-114/+64
| | | | WIP
* svn_rev_175Sascha Hauer2007-07-051-0/+1048
moved to drivers/net