summaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_mxc.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: Avoid accessing seq directlySimon Glass2020-12-181-3/+4
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass2020-12-131-4/+4
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-2/+2
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* treewide: remove (phys_addr_t) casts from devfdt_get_addr()Masahiro Yamada2020-07-201-1/+1
* treewide: convert bd_t to struct bd_info manuallyMasahiro Yamada2020-07-171-2/+2
* treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada2020-07-171-3/+4
* net: fec: Allow the PHY node to be retrievedFabio Estevam2020-06-221-2/+5
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+1
* net: Update eQos driver and FEC driver to use eth phy interfacesYe Li2020-05-101-2/+14
* net: fec: add fuse checkPeng Fan2020-05-101-0/+14
* net: fec: Add possibility to enable TXC delayPhilippe Schenker2020-05-011-0/+10
* dm: gpio: Allow control of GPIO uclass in SPLSimon Glass2019-12-151-3/+3
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* net: fec_mxc: support i.MX8M with CLK_CCFPeng Fan2019-11-051-15/+64
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* net: fec: Enable support for i.MX28 DM_ETH in the fec_mxc.c driverLukasz Majewski2019-07-191-0/+1
* net: fec_mxc: not access reserved register on i.MX8Peng Fan2019-06-111-1/+1
* net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driverLukasz Majewski2019-04-131-0/+1
* net: dm: fec: Support phy-reset-post-delay propertyAndrejs Cainikovs2019-04-081-0/+11
* drivers/net/fec: phy_init: remove redundant logicHannes Schmelzer2019-03-131-8/+2
* net: dm: fec: Fix regulator enable when using DM_REGULATORAdam Ford2019-02-151-1/+1
* Enable FEC driver to retrieve PHY address from device treeMartyn Welch2019-01-281-0/+21
* imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan2019-01-011-1/+1
* net: fec_mxc: add support for i.MX8XAnatolij Gustschin2018-10-241-3/+56
* net: dm: fec: Obtain the transceiver type from the DTMartin Fuzzey2018-10-241-1/+20
* net: dm: fec: Support the phy-supply bindingMartin Fuzzey2018-10-241-0/+20
* net: dm: fec: Fix phy-reset-duration clamping and defaultsMartin Fuzzey2018-10-241-11/+8
* net: dm: fec: Fix time unit error in phy-reset-durationMartin Fuzzey2018-10-241-1/+1
* eth: dm: fec: Add gpio phy reset bindingMichael Trimarchi2018-07-231-6/+37
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dts: dm: fec: imx53: Provide proper compatible string for imx53 fec driverLukasz Majewski2018-04-261-0/+1
* eth: dm: fec: Change FEC PHY mask setting from CONFIG_PHYLIB to CONFIG_FEC_MX...Lukasz Majewski2018-04-261-1/+1
* net: fec: Fix issue in DM probe timeoutYe Li2018-04-131-2/+1
* net: fex_mxc: add i.MX6UL/SX/SL compatiblePeng Fan2018-04-131-0/+3
* net: fec: sharing MDIO for two enet controllersPeng Fan2018-04-131-2/+6
* net: fec: set dev->seq to priv->dev_idPeng Fan2018-04-131-3/+2
* net: fec_mxc: simplify fec_get_miibusPeng Fan2018-04-131-12/+3
* net: fec_mxc: Fix DM driver issue in recvYe Li2018-04-131-0/+23
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* net: fec: fix build warnings for 64bits supportYe Li2018-02-041-31/+43