aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/fec_mxc.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-25treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-20treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada1-1/+1
2020-07-17treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada1-2/+2
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-3/+4
2020-06-22net: fec: Allow the PHY node to be retrievedFabio Estevam1-2/+5
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-10net: Update eQos driver and FEC driver to use eth phy interfacesYe Li1-2/+14
2020-05-10net: fec: add fuse checkPeng Fan1-0/+14
2020-05-01net: fec: Add possibility to enable TXC delayPhilippe Schenker1-0/+10
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-3/+3
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-11-05net: fec_mxc: support i.MX8M with CLK_CCFPeng Fan1-15/+64
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