aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fec_mxc.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-19net: fec_mxc: Fix MDC for xMIIbenoit.thebaudeau@advans1-1/+1
2012-07-19net: fec_mxc: Fix setting of RCR for xMIIbenoit.thebaudeau@advans1-5/+3
2012-07-11net: abort network initialization if the PHY driver failsTimur Tabi1-1/+7
2012-05-22drivers/net/fec_mxc.c: Fix compile warningJoe Hershberger1-1/+1
2012-05-15FEC: Abstract out register setupMarek Vasut1-46/+38
2012-05-15NET: fec_mxc.c: Add a way to disable auto negotiationStefano Babic1-1/+3
2012-03-29net: fec_mxc: allow use with cache enabledEric Nelson1-86/+191
2012-02-27net: fec_mxc: add PHYLIB supportTroy Kisky1-48/+96
2012-02-27net: fec_mxc: add 1000 Mbps selectionTroy Kisky1-2/+19
2012-01-16net: imx: Add multi-FEC support for imx_get_mac_from_fuseFabio Estevam1-4/+5
2012-01-16fec: add the i.mx6q enet driver supportJason Liu1-0/+10
2011-11-11FEC: Add support for iMX28 quirksMarek Vasut1-2/+42
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