summaryrefslogtreecommitdiff
path: root/drivers/net/fec_mxc.c
AgeCommit message (Expand)Author
2019-06-11net: fec_mxc: not access reserved register on i.MX8Peng Fan
2019-04-13net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driverLukasz Majewski
2019-04-08net: dm: fec: Support phy-reset-post-delay propertyAndrejs Cainikovs
2019-03-13drivers/net/fec: phy_init: remove redundant logicHannes Schmelzer
2019-02-15net: dm: fec: Fix regulator enable when using DM_REGULATORAdam Ford
2019-01-28Enable FEC driver to retrieve PHY address from device treeMartyn Welch
2019-01-01imx: rename mx8m,MX8M to imx8m,IMX8MPeng Fan
2018-10-24net: fec_mxc: add support for i.MX8XAnatolij Gustschin
2018-10-24net: dm: fec: Obtain the transceiver type from the DTMartin Fuzzey
2018-10-24net: dm: fec: Support the phy-supply bindingMartin Fuzzey
2018-10-24net: dm: fec: Fix phy-reset-duration clamping and defaultsMartin Fuzzey
2018-10-24net: dm: fec: Fix time unit error in phy-reset-durationMartin Fuzzey
2018-07-23eth: dm: fec: Add gpio phy reset bindingMichael Trimarchi
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-26dts: dm: fec: imx53: Provide proper compatible string for imx53 fec driverLukasz Majewski
2018-04-26eth: dm: fec: Change FEC PHY mask setting from CONFIG_PHYLIB to CONFIG_FEC_MX...Lukasz Majewski
2018-04-13net: fec: Fix issue in DM probe timeoutYe Li
2018-04-13net: fex_mxc: add i.MX6UL/SX/SL compatiblePeng Fan
2018-04-13net: fec: sharing MDIO for two enet controllersPeng Fan
2018-04-13net: fec: set dev->seq to priv->dev_idPeng Fan
2018-04-13net: fec_mxc: simplify fec_get_miibusPeng Fan
2018-04-13net: fec_mxc: Fix DM driver issue in recvYe Li
2018-04-08net: Move enetaddr env access code to env config instead of net configAlex Kiernan
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