aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/lan91c96.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-4/+4
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18Fix some checkpatch warnings in calls to udelay()Simon Glass1-5/+5
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-08-16env: Rename eth_getenv_enetaddr() to eth_env_get_enetaddr()Simon Glass1-1/+1
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2015-05-19net: Remove all references to CONFIG_ETHADDR and friendsJoe Hershberger1-7/+0
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-9/+10
2013-08-19net: Use ARRAY_SIZE at appropriate placesAxel Lin1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-14/+1
2012-05-22drivers/net/lan91c96.c: Fix compile warningJoe Hershberger1-2/+2
2011-11-23drivers/net/lan91c96.c: Fix GCC 4.6 warningAnatolij Gustschin1-5/+2
2011-01-18NET: lan91c96: Correct chip detect logicYanjun Yang1-1/+1
2011-01-10LAN91C*: Change chip names to fit the eth_device struct sizeYanjun Yang1-2/+2
2010-05-17lan91c96, smc911x: remove useless free(ptr) calls on NULL ptrSerge Ziryukin1-1/+0
2009-12-13NET: LAN91C96 CONFIG_NET_MULTIifyNishanth Menon1-269/+183
2009-03-20lan91c96/smc91111/smc911x: get mac address from environmentMike Frysinger1-63/+12
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-06-09net: Conditional COBJS inclusion of network driversShinya Kuribayashi1-9/+0
2008-02-14Fix remaining CONFIG_COMMANDSJean-Christophe PLAGNIOL-VILLARD1-10/+10
2007-11-25drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD1-0/+967