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