summaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_mxc.c
Commit message (Expand)AuthorAgeFilesLines
* net: fec_mxc: unregister mdio bus on probe errorMåns Rullgård2016-01-031-0/+2
* net: fec_mxc: configure MDIO hold timeMåns Rullgård2016-01-031-3/+15
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* net: fec: do not access reserved register for i.MX6ULPeng Fan2015-09-021-5/+9
* net: fec_mxc: remove useless struct nbufAlbert ARIBAUD \(3ADEV\)2015-07-101-15/+5
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-1/+1
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-1/+1
* net: fec_mxc: make local functions staticJeroen Hofstee2014-10-251-3/+5
* net: fec_mxc: Poll FEC_TBD_READY after polling TDARFabio Estevam2014-09-091-3/+27
* net: fec_mxc: Adjust RX DMA alignment for mx6soloxFabio Estevam2014-09-091-2/+10
* NET: fec_mxc: fix MDIO clock prescaler calculationMarkus Niebel2014-02-111-2/+6
* Net: FEC: Fix huge memory leakMarek Vasut2013-11-211-78/+99
* net: fec_mxc: Fix timeouts during tftp transferFabio Estevam2013-09-201-1/+1
* net: fec_mxc: Add support for mx6 solo-liteFabio Estevam2013-09-201-1/+1
* fec_mxc: set ethaddr if fuses burned and not previously setEric Nelson2013-08-211-0/+2
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-14/+1
* net: fec: Avoid MX28 bus sync issueMarek Vasut2013-07-121-0/+22
* net: fec: Remove bogus flush_dcache_range() callMarek Vasut2013-07-121-1/+0
* net: fec_mxc: Add support for Vybrid VF610Alison Wang2013-06-031-3/+1
* net: fec_mxc: get phydev before fec_probeTroy Kisky2013-01-281-42/+75
* net: fec_mxc: only call phy_connect in fec_probeTroy Kisky2013-01-281-21/+12
* net: fec_mxc: use fec_set_dev_name to set nameTroy Kisky2013-01-281-8/+8
* net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multiTroy Kisky2013-01-281-16/+8
* net: fec_mxc: change fec_mii_setspeed parameterTroy Kisky2013-01-281-5/+5
* net: fec_mxc: delete CONFIG_FEC_MXC_MULTITroy Kisky2013-01-281-1/+1
* 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
OpenPOWER on IntegriCloud