index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
fec_mxc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fec: Enable support for i.MX28 DM_ETH in the fec_mxc.c driver
Lukasz Majewski
2019-07-19
1
-0
/
+1
*
net: fec_mxc: not access reserved register on i.MX8
Peng Fan
2019-06-11
1
-1
/
+1
*
net: FEC: Add compatible for vybrid (vf610) to reuse fec_mxc.c driver
Lukasz Majewski
2019-04-13
1
-0
/
+1
*
net: dm: fec: Support phy-reset-post-delay property
Andrejs Cainikovs
2019-04-08
1
-0
/
+11
*
drivers/net/fec: phy_init: remove redundant logic
Hannes Schmelzer
2019-03-13
1
-8
/
+2
*
net: dm: fec: Fix regulator enable when using DM_REGULATOR
Adam Ford
2019-02-15
1
-1
/
+1
*
Enable FEC driver to retrieve PHY address from device tree
Martyn Welch
2019-01-28
1
-0
/
+21
*
imx: rename mx8m,MX8M to imx8m,IMX8M
Peng Fan
2019-01-01
1
-1
/
+1
*
net: fec_mxc: add support for i.MX8X
Anatolij Gustschin
2018-10-24
1
-3
/
+56
*
net: dm: fec: Obtain the transceiver type from the DT
Martin Fuzzey
2018-10-24
1
-1
/
+20
*
net: dm: fec: Support the phy-supply binding
Martin Fuzzey
2018-10-24
1
-0
/
+20
*
net: dm: fec: Fix phy-reset-duration clamping and defaults
Martin Fuzzey
2018-10-24
1
-11
/
+8
*
net: dm: fec: Fix time unit error in phy-reset-duration
Martin Fuzzey
2018-10-24
1
-1
/
+1
*
eth: dm: fec: Add gpio phy reset binding
Michael Trimarchi
2018-07-23
1
-6
/
+37
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
dts: dm: fec: imx53: Provide proper compatible string for imx53 fec driver
Lukasz Majewski
2018-04-26
1
-0
/
+1
*
eth: dm: fec: Change FEC PHY mask setting from CONFIG_PHYLIB to CONFIG_FEC_MX...
Lukasz Majewski
2018-04-26
1
-1
/
+1
*
net: fec: Fix issue in DM probe timeout
Ye Li
2018-04-13
1
-2
/
+1
*
net: fex_mxc: add i.MX6UL/SX/SL compatible
Peng Fan
2018-04-13
1
-0
/
+3
*
net: fec: sharing MDIO for two enet controllers
Peng Fan
2018-04-13
1
-2
/
+6
*
net: fec: set dev->seq to priv->dev_id
Peng Fan
2018-04-13
1
-3
/
+2
*
net: fec_mxc: simplify fec_get_miibus
Peng Fan
2018-04-13
1
-12
/
+3
*
net: fec_mxc: Fix DM driver issue in recv
Ye Li
2018-04-13
1
-0
/
+23
*
net: Move enetaddr env access code to env config instead of net config
Alex Kiernan
2018-04-08
1
-0
/
+1
*
net: fec: fix build warnings for 64bits support
Ye Li
2018-02-04
1
-31
/
+43
*
net: fec: do not access reserved register for i.MX8M
Peng Fan
2018-02-04
1
-2
/
+2
*
net: fec_mxc: Change "error frame" message to debug level
Fabio Estevam
2017-10-30
1
-1
/
+1
*
Merge git://www.denx.de/git/u-boot-imx
Tom Rini
2017-08-16
1
-0
/
+9
|
\
|
*
net: fec_mxc: adjust prototype of fec_get_miibus() for DM_ETH
Lothar Waßmann
2017-07-28
1
-0
/
+9
*
|
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-1
/
+1
*
|
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
Simon Glass
2017-08-16
1
-1
/
+1
|
/
*
imx: reorganize IMX code as other SOCs
Stefano Babic
2017-07-12
1
-1
/
+1
*
net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETH
Lothar Waßmann
2017-07-12
1
-11
/
+13
*
dm: Rename dev_addr..() functions
Simon Glass
2017-06-01
1
-1
/
+1
*
net: fec_mxc: specify the registered eth index by dev_id
Andy Duan
2017-05-18
1
-2
/
+9
*
net: fec_mxc: avoid transfer dev_id -1 to get mac address from fuse
Andy Duan
2017-05-18
1
-2
/
+2
*
net: fec: do not access reserved register for i.MX6ULL
Peng Fan
2017-05-18
1
-1
/
+1
*
Merge branch 'master' of git://git.denx.de/u-boot-net
Tom Rini
2017-02-09
1
-1
/
+0
|
\
|
*
net: fec_mxc: Fix corruption of device tree blob
Daniel Strnad
2017-02-07
1
-1
/
+0
*
|
dm: core: Replace of_offset with accessor
Simon Glass
2017-02-08
1
-1
/
+2
|
/
*
dm: net: fec: Add .read_rom_hwaddr
Jagan Teki
2016-12-16
1
-9
/
+9
*
net: fec_mxc: Driver cleanups
Jagan Teki
2016-12-16
1
-127
/
+75
*
net: fec_mxc: Convert into driver model
Jagan Teki
2016-12-16
1
-26
/
+242
*
net: fec_mxc: Remove unneeded eth_device arg from fec_get_hwaddr
Jagan Teki
2016-12-16
1
-3
/
+2
*
Fix spelling of "resetting".
Vagrant Cascadian
2016-10-31
1
-1
/
+1
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
1
-1
/
+1
*
driver/net/fec: support fixed speed connection
Hannes Schmelzer
2016-07-12
1
-0
/
+4
*
net: fec_mxc: use simpler runtime cpu dection macros
Peng Fan
2016-05-24
1
-1
/
+1
*
net: fec_mxc: unregister mdio bus on probe error
Måns Rullgård
2016-01-03
1
-0
/
+2
*
net: fec_mxc: configure MDIO hold time
Måns Rullgård
2016-01-03
1
-3
/
+15
[next]