index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
mcffec.c
Age
Commit message (
Expand
)
Author
2019-12-02
common: Move mii_init() function out of common.h
Simon Glass
2019-08-11
env: Drop environment.h header file where not needed
Simon Glass
2019-08-11
env: Move env_get() to env.h
Simon Glass
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-08
net: Move enetaddr env access code to env config instead of net config
Alex Kiernan
2017-09-07
net: fix typos
Heinrich Schuchardt
2017-08-16
env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()
Simon Glass
2016-08-15
net: mii: Use spatch to update miiphy_register
Joe Hershberger
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2013-08-19
net: Use ARRAY_SIZE at appropriate places
Axel Lin
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-05-23
net: Fix remaining API interface breakage
Joe Hershberger
2011-01-09
miiphy: convert to linux/mii.h
Mike Frysinger
2009-03-20
drivers/net/: get mac address from environment
Mike Frysinger
2008-11-09
ColdFire: Add mii driver in drivers/net
TsiChung Liew
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
2008-09-02
Introduce netdev.h header file and remove externs
Ben Warren
2008-08-26
ColdFire: Add FEC Buffer descriptors in SRAM
TsiChung Liew
2008-08-26
Fix ColdFire FEC warning messages
TsiChung Liew
2008-08-26
Moved initialization of MCFFEC Ethernet driver to CPU directory
Ben Warren
2008-06-09
net: Conditional COBJS inclusion of network drivers
Shinya Kuribayashi
2008-06-02
ColdFire: Add 10 base ethernet support for mcf5445x
TsiChung Liew
2008-05-21
Big white-space cleanup.
Wolfgang Denk
2008-03-30
ColdFire: Fix FEC transmit issue for MCF5275
Tsi-Chung Liew
2007-08-19
Fix some build errors.
Wolfgang Denk
2007-08-16
ColdFire: Add M54455EVB for MCF5445x
TsiChungLiew
2007-08-16
ColdFire: MCF5329 Update and cleanup
TsiChungLiew
2007-08-08
Declared attributes of void __mii_init(void) as an alias for int mii_init(void)
TsiChungLiew
2007-07-10
Cache update and added CFG_UNIFY_CACHE
TsiChung
2007-07-10
Header file update, clean up and cache handling
TsiChungLiew
2007-06-18
Added M5329AFEE and M5329BFEE Platforms
TsiChung Liew