aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-19ARM: add relocation supportHeiko Schocher1-0/+6
2010-09-19i2c: fix command usage helpHeiko Schocher1-0/+3
2010-08-26CMD_I2C: make alen=0 workReinhard Meyer1-10/+7
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk1-57/+30
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk1-15/+15
2010-03-29i2c: made unused function i2c_mux_add_device staticFrans Meulenbroeks1-1/+1
2010-03-29cmd_i2c: introduced get_alen helper functionFrans Meulenbroeks1-72/+47
2010-03-29cmd_i2c: moved a define to before the functionsFrans Meulenbroeks1-2/+2
2010-03-29cmd_i2c: moved mispositioned comment for i2c mdFrans Meulenbroeks1-4/+4
2010-03-29cmd_i2c.c: declared local functions as staticFrans Meulenbroeks1-14/+14
2010-03-21cmd_i2c.c: added i2c read to memory functionFrans Meulenbroeks1-1/+59
2010-03-21cmd_i2c.c: sorted commands alphabeticallyFrans Meulenbroeks1-6/+5
2010-03-21cmd_i2c.c: reworked subcommand handlingFrans Meulenbroeks1-32/+45
2010-03-21cmd_i2c.c: reduced subaddress length to 3 bytesFrans Meulenbroeks1-5/+5
2009-12-07i2c: fix dangling comment in do_i2c_mw()Heiko Schocher1-4/+0
2009-12-02Removes dead code in the file common/cmd_i2c.cPratap Chandu1-8/+0
2009-07-18cmd_i2c: bugfix: add missing braceAlessandro Rubini1-3/+3
2009-06-12General help message cleanupWolfgang Denk1-2/+3
2009-06-12cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUXPeter Tyser1-2/+2
2009-06-12cmd_i2c: Clean up trivial helper functionsPeter Tyser1-21/+4
2009-06-12cmd_i2c: Clean up i2c command argument parsingPeter Tyser1-24/+28
2009-06-12i2c: Update references to individual i2c commandsPeter Tyser1-16/+11
2009-06-12i2c: Remove deprecated individual i2c commandsPeter Tyser1-58/+0
2009-06-12i2c: Create common default i2c_[set|get]_bus_speed() functionsPeter Tyser1-0/+18
2009-01-28Command usage cleanupPeter Tyser1-9/+9
2009-01-28Standardize command usage messages with cmd_usage()Peter Tyser1-12/+12
2008-11-02Coding Style cleanup, update CHANGELOGWolfgang Denk1-6/+0
2008-10-18rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD1-14/+14
2008-10-18I2C: adding new "i2c bus" Command to the I2C Subsystem.Heiko Schocher1-0/+267
2008-10-18I2C: add new command i2c reset.Heiko Schocher1-0/+9
2008-10-14cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUSPeter Tyser1-4/+4
2008-09-10move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD1-1/+0
2008-08-21mod_i2c_mem() bugfixPeter Tyser1-3/+3
2008-05-21Big white-space cleanup.Wolfgang Denk1-8/+8
2008-01-12Refactor code for "i2c sdram" commandLarry Johnson1-291/+220
2008-01-12Fix "i2c sdram" command for DDR2 DIMMsLarry Johnson1-119/+496
2007-11-20[BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely1-5/+0
2007-07-10common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger1-4/+4
2007-07-08common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger1-5/+5
2007-07-04common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger1-5/+5
2007-03-28i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is definedStefan Roese1-2/+1
2007-03-08[PATCH] I2C: add some more SPD eeprom decoding for DDR2 modulesMatthias Fuchs1-0/+2
2007-03-08[PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is definedMatthias Fuchs1-20/+20
2006-11-28mpc83xx: Miscellaneous code style fixesTimur Tabi1-130/+75
2006-11-03Add support for multiple I2C busesBen Warren1-5/+154
2005-10-13Cleanup for GCC-4.xWolfgang Denk1-2/+2
2005-08-12FRAM memory access optimization.1-0/+6
2004-03-23* Patches by Thomas Viehweger, 16 Mar 2004:wdenk1-114/+114
2003-07-17* Patch by Martin Krause, 17 Jul 2003:wdenk1-0/+3
2003-07-01Patch by Kenneth Johansson, 30 Jun 2003:wdenk1-16/+16