aboutsummaryrefslogtreecommitdiffstats
path: root/common/cmd_dtt.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-14Coding Style cleanup: remove trailing white spaceWolfgang Denk1-1/+1
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-0/+9
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher1-0/+9
2013-03-12TMU: Add TMU support in dtt commandAkshay Saraswat1-1/+31
2011-10-22hwmon: Provide dtt_init()Dirk Eibach1-9/+33
2011-08-04hwmon: do not init sensors on startupHeiko Schocher1-2/+14
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-1/+1
2009-06-12General help message cleanupWolfgang Denk1-2/+2
2009-01-28Command usage cleanupPeter Tyser1-1/+1
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-1/+1
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-4/+0
2007-10-19Fix two typos.Detlev Zundel1-1/+1
2007-07-08common/cmd_[af]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-2/+2
2007-07-04common/cmd_[a-f]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-1/+1
2007-02-20[PATCH] I2C: Add support for multiple I2C busses for RTC & DTTStefan Roese1-2/+10
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-2/+2
2003-06-27* Code cleanup:wdenk1-1/+8
2002-08-27Initial revisionwdenk1-0/+49