aboutsummaryrefslogtreecommitdiff
path: root/examples/standalone/smc91111_eeprom.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-12net: Remove smc91111 ethernet driverTom Rini1-372/+0
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-3/+3
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2010-01-31smc91111_eeprom: fix linking errorMike Frysinger1-3/+2
2010-01-19Fix breakage in SMC EEPROM standalone applicationsBen Warren1-2/+0
2009-12-02smc91111_eeprom: drop CONFIG stub protectionMike Frysinger1-12/+0
2009-10-04Convert SMC91111 Ethernet driver to CONFIG_NET_MULTI APIBen Warren1-47/+55
2009-07-21Move examples/ to examples/standalonePeter Tyser1-0/+395