summaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_mxc.c
Commit message (Expand)AuthorAgeFilesLines
* FEC: Replace magic contantsMarek Vasut2012-09-271-3/+3
* FEC: Rework the TX wait mechanismMarek Vasut2012-09-271-9/+11
* FEC: Remove endless loop in the FEC driverMarek Vasut2012-09-271-1/+13
* FEC: Properly align address over the buffers for cache opsMarek Vasut2012-09-271-6/+8
* FEC: Do not pass unaligned buffer to network stackMarek Vasut2012-09-271-1/+2
* net: fec_mxc: Fix MDC for xMIIbenoit.thebaudeau@advans2012-07-191-1/+1
* net: fec_mxc: Fix setting of RCR for xMIIbenoit.thebaudeau@advans2012-07-191-5/+3
* net: abort network initialization if the PHY driver failsTimur Tabi2012-07-111-1/+7
* drivers/net/fec_mxc.c: Fix compile warningJoe Hershberger2012-05-221-1/+1
* FEC: Abstract out register setupMarek Vasut2012-05-151-46/+38
* NET: fec_mxc.c: Add a way to disable auto negotiationStefano Babic2012-05-151-1/+3
* net: fec_mxc: allow use with cache enabledEric Nelson2012-03-291-86/+191
* net: fec_mxc: add PHYLIB supportTroy Kisky2012-02-271-48/+96
* net: fec_mxc: add 1000 Mbps selectionTroy Kisky2012-02-271-2/+19
* net: imx: Add multi-FEC support for imx_get_mac_from_fuseFabio Estevam2012-01-161-4/+5
* fec: add the i.mx6q enet driver supportJason Liu2012-01-161-0/+10
* FEC: Add support for iMX28 quirksMarek Vasut2011-11-111-2/+42
* GCC4.6: Squash warnings in fec_mxc.cMarek Vasut2011-10-271-2/+2
* FEC: Squish "got MAC from fuse" message, make it debug()Marek Vasut2011-09-301-1/+1
* FEC: Add timeout for chip resetMarek Vasut2011-09-301-4/+21
* FEC: Allow registering MII postconfiguration callbackMarek Vasut2011-09-301-1/+13
* FEC: Allow multiple FECesMarek Vasut2011-09-301-30/+49
* FEC: Abstract access to fec->eth in MII operationsMarek Vasut2011-09-301-8/+10
* FEC: Allow selection of MII mode via CONFIG_FEC_XCV_TYPEMarek Vasut2011-09-301-1/+5
* FEC: Add RMII mode supportMarek Vasut2011-09-301-0/+2
* FEC: Kill mode select FIXME'sMarek Vasut2011-09-301-12/+14
* FEC: Use defined constant instead of magic numberMarek Vasut2011-09-301-1/+1
* FEC: Use proper accessor to read register in debug callMarek Vasut2011-09-301-1/+1
* Timer: Fix misuse of ARM *timer_masked() functions outside arch/armGraeme Russ2011-07-161-3/+3
* fec_mxc: add support for MX53 processorLiu Hui-R643432011-02-021-1/+1
* miiphy: convert to linux/mii.hMike Frysinger2011-01-091-10/+10
* imx: Get fec mac address from fuseLiu Hui-R643432010-11-211-15/+2
* net: fec_mxc: Add initialized eth_device structureNobuhiro Iwamatsu2010-11-141-0/+1
* drivers/net/fec_mxc.c: write mac address in initJohn Rigby2010-10-191-0/+3
* miiphy: constify device nameMike Frysinger2010-08-091-2/+2
* net,fec: Shorten device name as done for other driversStefano Babic2010-08-091-1/+1
* net: fec_mxc: add write_hwaddr supportHeiko Schocher2010-05-031-1/+1
* fec_mxc.c: Fix MX27 FEC MAC validity checkEric Jarrige2010-05-031-1/+1
* fec_mxc don't use internal eeprom on MX25John Rigby2010-05-031-2/+2
* net, fec_mxc: only setup the device enetaddr with eeprom valueHeiko Schocher2010-03-311-1/+0
* fec_mxc: add MX25 supportJohn Rigby2010-03-071-1/+30
* fec_mxc: cleanup and factor out MX27 dependenciesJohn Rigby2010-03-071-6/+9
* fec_mxc: add support for MX51 processorStefano Babic2010-02-061-41/+32
* fec_mxc: incomplete error handlingJohn Ogness2009-12-131-0/+1
* mxc_fec: avoid free() calls to already freed pointers.javier Martin2009-11-111-5/+7
* mxc_fec: fix some erroneous PHY accesses.javier Martin2009-11-111-3/+5
* Coding Style cleanup; update CHANGELOG.Wolfgang Denk2009-07-231-1/+0
* fec_mxc: driver for FEC ethernet controller on i.MX27Ilya Yanok2009-07-221-0/+742
OpenPOWER on IntegriCloud