summaryrefslogtreecommitdiff
path: root/drivers/net/fec_mxc.c
AgeCommit message (Expand)Author
2020-03-05net: fec: Add possibility to enable TXC delayPhilippe Schenker
2019-11-27net: dm: fec: Fix regulator enable when using DM_REGULATORAdam Ford
2019-11-27net: dm: fec: Support the phy-supply bindingMartin Fuzzey
2019-09-18fec_mxc.c: add possibility for phy-reset-post-delayPhilippe Schenker
2019-04-11net: dm: fec: Fix phy-reset-duration clamping and defaultsMartin Fuzzey
2019-04-11net: dm: fec: Fix time unit error in phy-reset-durationMartin Fuzzey
2019-04-11eth: dm: fec: Add gpio phy reset bindingMichael Trimarchi
2018-04-27MLK-16118-6 net: fec_mxc: Add the init_clk_fec functionYe Li
2018-04-27MLK-14938-16 net: fec: do not access reserved register for i.MX8Ye Li
2018-04-27MLK-18159-1 imx8m: Change name from mx8m to imx8mYe Li
2018-04-27MLK-12483-4 mx6: Modify drivers to disable fused modulesYe Li
2018-04-27net: fec: Fix issue in DM probe timeoutYe Li
2018-04-27net: fex_mxc: add i.MX6UL/SX/SL/i.MX7D compatiblePeng Fan
2018-04-27net: fec: sharing MDIO for two enet controllersPeng Fan
2018-04-27net: fec: set dev->seq to priv->dev_idPeng Fan
2018-04-27net: fec_mxc: simplify fec_get_miibusPeng Fan
2018-04-27net: fec_mxc: Fix DM driver issue in recvYe Li
2018-02-04net: fec: fix build warnings for 64bits supportYe Li
2018-02-04net: fec: do not access reserved register for i.MX8MPeng Fan
2017-10-30net: fec_mxc: Change "error frame" message to debug levelFabio Estevam
2017-08-16Merge git://www.denx.de/git/u-boot-imxTom Rini
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass
2017-07-28net: fec_mxc: adjust prototype of fec_get_miibus() for DM_ETHLothar Waßmann
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic
2017-07-12net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETHLothar Waßmann
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-05-18net: fec_mxc: specify the registered eth index by dev_idAndy Duan
2017-05-18net: fec_mxc: avoid transfer dev_id -1 to get mac address from fuseAndy Duan
2017-05-18net: fec: do not access reserved register for i.MX6ULLPeng Fan
2017-02-09Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2017-02-07net: fec_mxc: Fix corruption of device tree blobDaniel Strnad
2016-12-16dm: net: fec: Add .read_rom_hwaddrJagan Teki
2016-12-16net: fec_mxc: Driver cleanupsJagan Teki
2016-12-16net: fec_mxc: Convert into driver modelJagan Teki
2016-12-16net: fec_mxc: Remove unneeded eth_device arg from fec_get_hwaddrJagan Teki
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