summaryrefslogtreecommitdiff
path: root/common/cmd_i2c.c
Commit message (Expand)AuthorAgeLines
* i2c: fix i2c dev command for not using new frameworkHeiko Schocher2013-08-27-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-24-273/+84
|\
| * cmd_i2c: Use ARRAY_SIZE instead of reinventing itAxel Lin2013-07-23-4/+2
| * i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher2013-07-23-231/+3
| * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-23-40/+81
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-17/+1
|/
* edid: Add I2C command for printing the EDIDTom Wai-Hong Tam2012-12-11-0/+39
* i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.cMarek Vasut2012-12-11-15/+179
* i2c: Use __weak instead of __attribute__((weak, alias))Marek Vasut2012-12-11-9/+7
* common/cmd_*.c: sparse fixesKim Phillips2012-11-04-8/+12
* i2c_probe: update for use in scriptingEric Nelson2012-10-16-4/+16
* common/i2c: Add i2c write commandYork Sun2012-10-16-0/+50
* i2c: deblock i2c bus also if accessed before realocationHolger Brunck2012-07-31-0/+1
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-06-16/+16
* common: move extern char console_buffer[] to common.hIgor Grinberg2011-11-22-1/+0
* common/cmd_i2c.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-07-3/+1
* cosmetic: spell fixes etc.Michael Jones2011-07-28-2/+2
* i2c: add i2c deblock sequence before and after every mux configStefan Bigler2011-04-28-0/+12
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-29-1/+1
* ARM: add relocation supportHeiko Schocher2010-09-19-0/+6
* i2c: fix command usage helpHeiko Schocher2010-09-19-0/+3
* CMD_I2C: make alen=0 workReinhard Meyer2010-08-26-10/+7
* cmd_usage(): simplify return code handlingWolfgang Denk2010-07-24-57/+30
* Make sure that argv[] argument pointers are not modified.Wolfgang Denk2010-07-04-15/+15
* i2c: made unused function i2c_mux_add_device staticFrans Meulenbroeks2010-03-29-1/+1
* cmd_i2c: introduced get_alen helper functionFrans Meulenbroeks2010-03-29-72/+47
* cmd_i2c: moved a define to before the functionsFrans Meulenbroeks2010-03-29-2/+2
* cmd_i2c: moved mispositioned comment for i2c mdFrans Meulenbroeks2010-03-29-4/+4
* cmd_i2c.c: declared local functions as staticFrans Meulenbroeks2010-03-29-14/+14
* cmd_i2c.c: added i2c read to memory functionFrans Meulenbroeks2010-03-21-1/+59
* cmd_i2c.c: sorted commands alphabeticallyFrans Meulenbroeks2010-03-21-6/+5
* cmd_i2c.c: reworked subcommand handlingFrans Meulenbroeks2010-03-21-32/+45
* cmd_i2c.c: reduced subaddress length to 3 bytesFrans Meulenbroeks2010-03-21-5/+5
* i2c: fix dangling comment in do_i2c_mw()Heiko Schocher2009-12-07-4/+0
* Removes dead code in the file common/cmd_i2c.cPratap Chandu2009-12-02-8/+0
* cmd_i2c: bugfix: add missing braceAlessandro Rubini2009-07-18-3/+3
* General help message cleanupWolfgang Denk2009-06-12-2/+3
* cmd_i2c: Fix i2c help command output when CONFIG_I2C_MUXPeter Tyser2009-06-12-2/+2
* cmd_i2c: Clean up trivial helper functionsPeter Tyser2009-06-12-21/+4
* cmd_i2c: Clean up i2c command argument parsingPeter Tyser2009-06-12-24/+28
* i2c: Update references to individual i2c commandsPeter Tyser2009-06-12-16/+11
* i2c: Remove deprecated individual i2c commandsPeter Tyser2009-06-12-58/+0
* i2c: Create common default i2c_[set|get]_bus_speed() functionsPeter Tyser2009-06-12-0/+18
* Command usage cleanupPeter Tyser2009-01-28-9/+9
* Standardize command usage messages with cmd_usage()Peter Tyser2009-01-28-12/+12
* Coding Style cleanup, update CHANGELOGWolfgang Denk2008-11-02-6/+0
* rename CFG_ macros to CONFIG_SYSJean-Christophe PLAGNIOL-VILLARD2008-10-18-14/+14
* I2C: adding new "i2c bus" Command to the I2C Subsystem.Heiko Schocher2008-10-18-0/+267
* I2C: add new command i2c reset.Heiko Schocher2008-10-18-0/+9
* cmd_i2c: Fix help for CONFIG_I2C_CMD_TREE && !CONFIG_I2C_MULTI_BUSPeter Tyser2008-10-14-4/+4