summaryrefslogtreecommitdiffstats
path: root/common/cmd_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: add relocation supportHeiko Schocher2010-09-191-0/+6
* i2c: fix command usage helpHeiko Schocher2010-09-191-0/+3
* CMD_I2C: make alen=0 workReinhard Meyer2010-08-261-10/+7
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-241-57/+30
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-041-15/+15
* i2c: made unused function i2c_mux_add_device staticFrans Meulenbroeks2010-03-291-1/+1
* cmd_i2c: introduced get_alen helper functionFrans Meulenbroeks2010-03-291-72/+47
* cmd_i2c: moved a define to before the functionsFrans Meulenbroeks2010-03-291-2/+2
* cmd_i2c: moved mispositioned comment for i2c mdFrans Meulenbroeks2010-03-291-4/+4
* cmd_i2c.c: declared local functions as staticFrans Meulenbroeks2010-03-291-14/+14
* cmd_i2c.c: added i2c read to memory functionFrans Meulenbroeks2010-03-211-1/+59
* cmd_i2c.c: sorted commands alphabeticallyFrans Meulenbroeks2010-03-211-6/+5
* cmd_i2c.c: reworked subcommand handlingFrans Meulenbroeks2010-03-211-32/+45
* cmd_i2c.c: reduced subaddress length to 3 bytesFrans Meulenbroeks2010-03-211-5/+5
* i2c: fix dangling comment in do_i2c_mw()Heiko Schocher2009-12-071-4/+0
* Removes dead code in the file common/cmd_i2c.cPratap Chandu2009-12-021-8/+0
* cmd_i2c: bugfix: add missing braceAlessandro Rubini2009-07-181-3/+3
* General help message cleanupWolfgang Denk2009-06-121-2/+3
* cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUXPeter Tyser2009-06-121-2/+2
* cmd_i2c: Clean up trivial helper functionsPeter Tyser2009-06-121-21/+4
* cmd_i2c: Clean up i2c command argument parsingPeter Tyser2009-06-121-24/+28
* i2c: Update references to individual i2c commandsPeter Tyser2009-06-121-16/+11
* i2c: Remove deprecated individual i2c commandsPeter Tyser2009-06-121-58/+0
* i2c: Create common default i2c_[set|get]_bus_speed() functionsPeter Tyser2009-06-121-0/+18
* Command usage cleanupPeter Tyser2009-01-281-9/+9
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-281-12/+12
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-11-021-6/+0
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-181-14/+14
* I2C: adding new "i2c bus" Command to the I2C Subsystem.Heiko Schocher2008-10-181-0/+267
* I2C: add new command i2c reset.Heiko Schocher2008-10-181-0/+9
* cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUSPeter Tyser2008-10-141-4/+4
* move cmd_get_data_size to command.cJean-Christophe PLAGNIOL-VILLARD2008-09-101-1/+0
* mod_i2c_mem() bugfixPeter Tyser2008-08-211-3/+3
* Big white-space cleanup.Wolfgang Denk2008-05-211-8/+8
* Refactor code for "i2c sdram" commandLarry Johnson2008-01-121-291/+220
* Fix "i2c sdram" command for DDR2 DIMMsLarry Johnson2008-01-121-119/+496
* [BUILD] conditionally compile common/cmd_*.c in common/MakefileGrant Likely2007-11-201-5/+0
* common/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-101-4/+4
* common/cmd_[i-n]*: Remove obsolete references to CONFIG_COMMANDS.Jon Loeliger2007-07-081-5/+5
* common/cmd_[i-z]* : Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-041-5/+5
* i2c: Enable "old" i2c commands even when CONFIG_I2C_CMD_TREE is definedStefan Roese2007-03-281-2/+1
* [PATCH] I2C: add some more SPD eeprom decoding for DDR2 modulesMatthias Fuchs2007-03-081-0/+2
* [PATCH] I2C: disable flat i2c commands when CONFIG_I2C_CMD_TREE is definedMatthias Fuchs2007-03-081-20/+20
* mpc83xx: Miscellaneous code style fixesTimur Tabi2006-11-281-130/+75
* Add support for multiple I2C busesBen Warren2006-11-031-5/+154
* Cleanup for GCC-4.xWolfgang Denk2005-10-131-2/+2
* FRAM memory access optimization.2005-08-121-0/+6
* * Patches by Thomas Viehweger, 16 Mar 2004:wdenk2004-03-231-114/+114
* * Patch by Martin Krause, 17 Jul 2003:wdenk2003-07-171-0/+3
* Patch by Kenneth Johansson, 30 Jun 2003:wdenk2003-07-011-16/+16
OpenPOWER on IntegriCloud