summaryrefslogtreecommitdiff
path: root/common/cmd_date.c
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-24-0/+9
|\
| * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-23-0/+9
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
|/
* common/cmd_*.c: sparse fixesKim Phillips2012-11-04-1/+1
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-2/+1
* cmd_date: constifyMike Frysinger2010-11-28-4/+4
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-29-3/+3
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-1/+1
* cmd_date: Fix spelling in error message.Magnus Lilja2009-12-02-3/+3
* Conditionally perform common relocation fixupsPeter Tyser2009-10-03-0/+4
* General help message cleanupWolfgang Denk2009-06-12-1/+1
* Command usage cleanupPeter Tyser2009-01-28-1/+1
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-1/+1
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-1/+1
* rtc: allow rtc_set to return an error and use it in cmd_dateJean-Christophe PLAGNIOL-VILLARD2008-09-07-8/+20
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-20-4/+0
* common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-1/+1
* common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-08-1/+1
* common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-1/+1
* [PATCH] I2C: Add support for multiple I2C busses for RTC & DTTStefan Roese2007-02-20-2/+12
* GCC-4.x fixes: clean up global data pointer initialization for all boards.Wolfgang Denk2006-03-31-1/+2
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-23-2/+2
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-01-2/+2
* * Code cleanup:wdenk2003-06-27-0/+11
* * Patch by Arun Dharankar, 4 Apr 2003:wdenk2003-04-05-1/+4
* Initial revisionwdenk2002-08-27-0/+189