summaryrefslogtreecommitdiff
path: root/common/cmd_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2014-05-30move CLI prototypes to cli.h and add commentsSimon Glass1-0/+1
2013-08-27i2c: fix i2c dev command for not using new frameworkHeiko Schocher1-0/+2
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini1-273/+84
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-07-23cmd_i2c: Use ARRAY_SIZE instead of reinventing itAxel Lin1-4/+2
2013-07-23i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher1-231/+3
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher1-40/+81
2012-12-12edid: Add I2C command for printing the EDIDTom Wai-Hong Tam1-0/+39
2012-12-12i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.cMarek Vasut1-15/+179
2012-12-12i2c: Use __weak instead of __attribute__((weak, alias))Marek Vasut1-9/+7
2012-11-04common/cmd_*.c: sparse fixesKim Phillips1-8/+12
2012-10-16i2c_probe: update for use in scriptingEric Nelson1-4/+16
2012-10-16common/i2c: Add i2c write commandYork Sun1-0/+50
2012-07-31i2c: deblock i2c bus also if accessed before realocationHolger Brunck1-0/+1
2012-03-07Convert cmd_usage() calls in common to use a return valueSimon Glass1-16/+16
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg1-1/+0
2011-11-08common/cmd_i2c.c: Fix GCC 4.6 build warningWolfgang Denk1-3/+1
2011-07-28cosmetic: spell fixes etc.Michael Jones1-2/+2
2011-04-28i2c: add i2c deblock sequence before and after every mux configStefan Bigler1-0/+12
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk1-1/+1
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-05Make 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-22cmd_i2c.c: added i2c read to memory functionFrans Meulenbroeks1-1/+59
2010-03-22cmd_i2c.c: sorted commands alphabeticallyFrans Meulenbroeks1-6/+5
2010-03-22cmd_i2c.c: reworked subcommand handlingFrans Meulenbroeks1-32/+45
2010-03-22cmd_i2c.c: reduced subaddress length to 3 bytesFrans Meulenbroeks1-5/+5
2009-12-08i2c: fix dangling comment in do_i2c_mw()Heiko Schocher1-4/+0
2009-12-03Removes 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