aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fec_mxc.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-27GCC4.6: Squash warnings in fec_mxc.cMarek Vasut1-2/+2
2011-09-30FEC: Squish "got MAC from fuse" message, make it debug()Marek Vasut1-1/+1
2011-09-30FEC: Add timeout for chip resetMarek Vasut1-4/+21
2011-09-30FEC: Allow registering MII postconfiguration callbackMarek Vasut1-1/+13
2011-09-30FEC: Allow multiple FECesMarek Vasut1-30/+49
2011-09-30FEC: Abstract access to fec->eth in MII operationsMarek Vasut1-8/+10
2011-09-30FEC: Allow selection of MII mode via CONFIG_FEC_XCV_TYPEMarek Vasut1-1/+5
2011-09-30FEC: Add RMII mode supportMarek Vasut1-0/+2
2011-09-30FEC: Kill mode select FIXME'sMarek Vasut1-12/+14
2011-09-30FEC: Use defined constant instead of magic numberMarek Vasut1-1/+1
2011-09-30FEC: Use proper accessor to read register in debug callMarek Vasut1-1/+1
2011-07-16Timer: Fix misuse of ARM *timer_masked() functions outside arch/armGraeme Russ1-3/+3
2011-02-02fec_mxc: add support for MX53 processorLiu Hui-R643431-1/+1
2011-01-09miiphy: convert to linux/mii.hMike Frysinger1-10/+10
2010-11-21imx: Get fec mac address from fuseLiu Hui-R643431-15/+2
2010-11-14net: fec_mxc: Add initialized eth_device structureNobuhiro Iwamatsu1-0/+1
2010-10-19drivers/net/fec_mxc.c: write mac address in initJohn Rigby1-0/+3
2010-08-09miiphy: constify device nameMike Frysinger1-2/+2
2010-08-09net,fec: Shorten device name as done for other driversStefano Babic1-1/+1
2010-05-03net: fec_mxc: add write_hwaddr supportHeiko Schocher1-1/+1
2010-05-03fec_mxc.c: Fix MX27 FEC MAC validity checkEric Jarrige1-1/+1
2010-05-03fec_mxc don't use internal eeprom on MX25John Rigby1-2/+2
2010-03-31net, fec_mxc: only setup the device enetaddr with eeprom valueHeiko Schocher1-1/+0
2010-03-07fec_mxc: add MX25 supportJohn Rigby1-1/+30
2010-03-07fec_mxc: cleanup and factor out MX27 dependenciesJohn Rigby1-6/+9
2010-02-06fec_mxc: add support for MX51 processorStefano Babic1-41/+32
2009-12-13fec_mxc: incomplete error handlingJohn Ogness1-0/+1
2009-11-11mxc_fec: avoid free() calls to already freed pointers.javier Martin1-5/+7
2009-11-11mxc_fec: fix some erroneous PHY accesses.javier Martin1-3/+5
2009-07-23Coding Style cleanup; update CHANGELOG.Wolfgang Denk1-1/+0
2009-07-22fec_mxc: driver for FEC ethernet controller on i.MX27Ilya Yanok1-0/+742