aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fec_mxc.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-07-19net: fec: Enable support for i.MX28 DM_ETH in the fec_mxc.c driverLukasz Majewski1-0/+1
2019-06-11net: fec_mxc: not access reserved register on i.MX8Peng Fan1-1/+1
2019-04-13net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driverLukasz Majewski1-0/+1
2019-04-08net: dm: fec: Support phy-reset-post-delay propertyAndrejs Cainikovs1-0/+11
2019-03-13drivers/net/fec: phy_init: remove redundant logicHannes Schmelzer1-8/+2
2019-02-15net: dm: fec: Fix regulator enable when using DM_REGULATORAdam Ford1-1/+1
2019-01-28Enable FEC driver to retrieve PHY address from device treeMartyn Welch1-0/+21
2019-01-01imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan1-1/+1
2018-10-24net: fec_mxc: add support for i.MX8XAnatolij Gustschin1-3/+56
2018-10-24net: dm: fec: Obtain the transceiver type from the DTMartin Fuzzey1-1/+20
2018-10-24net: dm: fec: Support the phy-supply bindingMartin Fuzzey1-0/+20
2018-10-24net: dm: fec: Fix phy-reset-duration clamping and defaultsMartin Fuzzey1-11/+8
2018-10-24net: dm: fec: Fix time unit error in phy-reset-durationMartin Fuzzey1-1/+1
2018-07-23eth: dm: fec: Add gpio phy reset bindingMichael Trimarchi1-6/+37
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-26dts: dm: fec: imx53: Provide proper compatible string for imx53 fec driverLukasz Majewski1-0/+1
2018-04-26eth: dm: fec: Change FEC PHY mask setting from CONFIG_PHYLIB to CONFIG_FEC_MX...Lukasz Majewski1-1/+1
2018-04-13net: fec: Fix issue in DM probe timeoutYe Li1-2/+1
2018-04-13net: fex_mxc: add i.MX6UL/SX/SL compatiblePeng Fan1-0/+3
2018-04-13net: fec: sharing MDIO for two enet controllersPeng Fan1-2/+6
2018-04-13net: fec: set dev->seq to priv->dev_idPeng Fan1-3/+2
2018-04-13net: fec_mxc: simplify fec_get_miibusPeng Fan1-12/+3
2018-04-13net: fec_mxc: Fix DM driver issue in recvYe Li1-0/+23
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2018-02-04net: fec: fix build warnings for 64bits supportYe Li1-31/+43
2018-02-04net: fec: do not access reserved register for i.MX8MPeng Fan1-2/+2
2017-10-30net: fec_mxc: Change "error frame" message to debug levelFabio Estevam1-1/+1
2017-08-16Merge git://www.denx.de/git/u-boot-imxTom Rini1-0/+9
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-07-28net: fec_mxc: adjust prototype of fec_get_miibus() for DM_ETHLothar Waßmann1-0/+9
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic1-1/+1
2017-07-12net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETHLothar Waßmann1-11/+13
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-05-18net: fec_mxc: specify the registered eth index by dev_idAndy Duan1-2/+9
2017-05-18net: fec_mxc: avoid transfer dev_id -1 to get mac address from fuseAndy Duan1-2/+2
2017-05-18net: fec: do not access reserved register for i.MX6ULLPeng Fan1-1/+1
2017-02-09Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-1/+0
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+2
2017-02-07net: fec_mxc: Fix corruption of device tree blobDaniel Strnad1-1/+0
2016-12-16dm: net: fec: Add .read_rom_hwaddrJagan Teki1-9/+9
2016-12-16net: fec_mxc: Driver cleanupsJagan Teki1-127/+75
2016-12-16net: fec_mxc: Convert into driver modelJagan Teki1-26/+242
2016-12-16net: fec_mxc: Remove unneeded eth_device arg from fec_get_hwaddrJagan Teki1-3/+2
2016-10-31Fix spelling of "resetting".Vagrant Cascadian1-1/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-07-12driver/net/fec: support fixed speed connectionHannes Schmelzer1-0/+4
2016-05-24net: fec_mxc: use simpler runtime cpu dection macrosPeng Fan1-1/+1