aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/mpc512x_fec.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-15net: mii: Use spatch to update miiphy_registerJoe Hershberger1-8/+22
2016-01-14Fix GCC format-security errors and convert sprintfs.Ben Whitten1-1/+1
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+2
2013-02-04ppc: Move mpc512x clocks to arch_global_dataSimon Glass1-1/+1
2012-05-22drivers/net/mpc512x_fec.c: Fix build warningAnatolij Gustschin1-2/+2
2011-10-05net: drop !NET_MULTI codeMike Frysinger1-5/+0
2010-08-09miiphy: constify device nameMike Frysinger1-4/+4
2010-08-09net ppc: fix ethernet device names with spacesHeiko Schocher1-1/+1
2010-05-03mpc512x_fec: Move PHY initialization from probe into init routine.Detlev Zundel1-22/+7
2010-05-03Remove unused "local_crc32" function.Detlev Zundel1-40/+1
2009-06-12MPC512x: remove include/mpc512x.hWolfgang Denk1-26/+26
2009-06-12MPC512x FEC: get rid of duplicated struct ethernet_regsWolfgang Denk1-5/+8
2009-06-12MPC512x: use I/O accessors instead of pointer accessesWolfgang Denk1-49/+64
2008-09-12MPC512x: reduce timeout waiting for Ethernet autonegotiation to 2.5sWolfgang Denk1-1/+1
2008-09-02Moved initialization of MPC512x_FEC Ethernet driver to CPU directoryBen Warren1-0/+1
2008-08-29Move MPC512x_FEC driver to drivers/netBen Warren1-0/+794