summaryrefslogtreecommitdiff
path: root/drivers/net/fec_mxc.c
AgeCommit message (Expand)Author
2017-08-31MLK-12766 net: fec: do not access reserved register for i.MX6ULLPeng Fan
2016-10-31Fix spelling of "resetting".Vagrant Cascadian
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-07-12driver/net/fec: support fixed speed connectionHannes Schmelzer
2016-05-24net: fec_mxc: use simpler runtime cpu dection macrosPeng Fan
2016-01-03net: fec_mxc: unregister mdio bus on probe errorMåns Rullgård
2016-01-03net: fec_mxc: configure MDIO hold timeMåns Rullgård
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-02net: fec: do not access reserved register for i.MX6ULPeng Fan
2015-07-10net: fec_mxc: remove useless struct nbufAlbert ARIBAUD \(3ADEV\)
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2014-10-25net: fec_mxc: make local functions staticJeroen Hofstee
2014-09-09net: fec_mxc: Poll FEC_TBD_READY after polling TDARFabio Estevam
2014-09-09net: fec_mxc: Adjust RX DMA alignment for mx6soloxFabio Estevam
2014-02-11NET: fec_mxc: fix MDIO clock prescaler calculationMarkus Niebel
2013-11-21Net: FEC: Fix huge memory leakMarek Vasut
2013-09-20net: fec_mxc: Fix timeouts during tftp transferFabio Estevam
2013-09-20net: fec_mxc: Add support for mx6 solo-liteFabio Estevam
2013-08-21fec_mxc: set ethaddr if fuses burned and not previously setEric Nelson
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-12net: fec: Avoid MX28 bus sync issueMarek Vasut
2013-07-12net: fec: Remove bogus flush_dcache_range() callMarek Vasut
2013-06-03net: fec_mxc: Add support for Vybrid VF610Alison Wang
2013-01-28net: fec_mxc: get phydev before fec_probeTroy Kisky
2013-01-28net: fec_mxc: only call phy_connect in fec_probeTroy Kisky
2013-01-28net: fec_mxc: use fec_set_dev_name to set nameTroy Kisky
2013-01-28net: fec_mxc: have fecmxc_initialize call fecmxc_initialize_multiTroy Kisky
2013-01-28net: fec_mxc: change fec_mii_setspeed parameterTroy Kisky
2013-01-28net: fec_mxc: delete CONFIG_FEC_MXC_MULTITroy Kisky
2012-09-27FEC: Replace magic contantsMarek Vasut
2012-09-27FEC: Rework the TX wait mechanismMarek Vasut
2012-09-27FEC: Remove endless loop in the FEC driverMarek Vasut
2012-09-27FEC: Properly align address over the buffers for cache opsMarek Vasut
2012-09-27FEC: Do not pass unaligned buffer to network stackMarek Vasut
2012-07-19net: fec_mxc: Fix MDC for xMIIbenoit.thebaudeau@advans
2012-07-19net: fec_mxc: Fix setting of RCR for xMIIbenoit.thebaudeau@advans
2012-07-11net: abort network initialization if the PHY driver failsTimur Tabi
2012-05-22drivers/net/fec_mxc.c: Fix compile warningJoe Hershberger
2012-05-15FEC: Abstract out register setupMarek Vasut
2012-05-15NET: fec_mxc.c: Add a way to disable auto negotiationStefano Babic
2012-03-29net: fec_mxc: allow use with cache enabledEric Nelson
2012-02-27net: fec_mxc: add PHYLIB supportTroy Kisky
2012-02-27net: fec_mxc: add 1000 Mbps selectionTroy Kisky
2012-01-16net: imx: Add multi-FEC support for imx_get_mac_from_fuseFabio Estevam
2012-01-16fec: add the i.mx6q enet driver supportJason Liu
2011-11-11FEC: Add support for iMX28 quirksMarek Vasut
2011-10-27GCC4.6: Squash warnings in fec_mxc.cMarek Vasut
2011-09-30FEC: Squish "got MAC from fuse" message, make it debug()Marek Vasut
2011-09-30FEC: Add timeout for chip resetMarek Vasut