summaryrefslogtreecommitdiff
path: root/drivers/net/fec_mxc.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-1/+1
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-1/+1
2014-10-25net: fec_mxc: make local functions staticJeroen Hofstee1-3/+5
2014-09-09net: fec_mxc: Poll FEC_TBD_READY after polling TDARFabio Estevam1-3/+27
2014-09-09net: fec_mxc: Adjust RX DMA alignment for mx6soloxFabio Estevam1-2/+10
2014-02-11NET: fec_mxc: fix MDIO clock prescaler calculationMarkus Niebel1-2/+6
2013-11-21Net: FEC: Fix huge memory leakMarek Vasut1-78/+99
2013-09-20net: fec_mxc: Fix timeouts during tftp transferFabio Estevam1-1/+1
2013-09-20net: fec_mxc: Add support for mx6 solo-liteFabio Estevam1-1/+1
2013-08-21fec_mxc: set ethaddr if fuses burned and not previously setEric Nelson1-0/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2013-07-12net: fec: Avoid MX28 bus sync issueMarek Vasut1-0/+22
2013-07-12net: fec: Remove bogus flush_dcache_range() callMarek Vasut1-1/+0
2013-06-03net: fec_mxc: Add support for Vybrid VF610Alison Wang1-3/+1
2013-01-28net: fec_mxc: get phydev before fec_probeTroy Kisky1-42/+75
2013-01-28net: fec_mxc: only call phy_connect in fec_probeTroy Kisky1-21/+12
2013-01-28net: fec_mxc: use fec_set_dev_name to set nameTroy Kisky1-8/+8
2013-01-28net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multiTroy Kisky1-16/+8
2013-01-28net: fec_mxc: change fec_mii_setspeed parameterTroy Kisky1-5/+5
2013-01-28net: fec_mxc: delete CONFIG_FEC_MXC_MULTITroy Kisky1-1/+1
2012-09-27FEC: Replace magic contantsMarek Vasut1-3/+3
2012-09-27FEC: Rework the TX wait mechanismMarek Vasut1-9/+11
2012-09-27FEC: Remove endless loop in the FEC driverMarek Vasut1-1/+13
2012-09-27FEC: Properly align address over the buffers for cache opsMarek Vasut1-6/+8
2012-09-27FEC: Do not pass unaligned buffer to network stackMarek Vasut1-1/+2
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-28net: fec_mxc: add PHYLIB supportTroy Kisky1-48/+96
2012-02-28net: 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-28GCC4.6: Squash warnings in fec_mxc.cMarek Vasut1-2/+2
2011-10-01FEC: Squish "got MAC from fuse" message, make it debug()Marek Vasut1-1/+1
2011-10-01FEC: Add timeout for chip resetMarek Vasut1-4/+21
2011-10-01FEC: Allow registering MII postconfiguration callbackMarek Vasut1-1/+13
2011-10-01FEC: Allow multiple FECesMarek Vasut1-30/+49
2011-10-01FEC: Abstract access to fec->eth in MII operationsMarek Vasut1-8/+10
2011-10-01FEC: Allow selection of MII mode via CONFIG_FEC_XCV_TYPEMarek Vasut1-1/+5
2011-10-01FEC: Add RMII mode supportMarek Vasut1-0/+2
2011-10-01FEC: Kill mode select FIXME'sMarek Vasut1-12/+14
2011-10-01FEC: Use defined constant instead of magic numberMarek Vasut1-1/+1
2011-10-01FEC: 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