summaryrefslogtreecommitdiff
path: root/common/cmd_i2c.c
AgeCommit message (Expand)Author
2015-02-19cmd_i2c: Provide option for bulk 'i2c write' in one transactionLubomir Popov
2015-02-19cmd_i2c: quit I2C commands immediately on errorMasahiro Yamada
2015-02-12dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass
2015-01-29dm: i2c: Provide an offset length parameter where neededSimon Glass
2015-01-29dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass
2015-01-29cmd_i2c: change variable type for 10bit addressing supportMasahiro Yamada
2014-12-11dm: i2c: Implement driver model support in the i2c commandSimon Glass
2014-11-21dm: i2c: Move error reporting into a common functionSimon Glass
2014-07-18common: commands: make commands staticJeroen Hofstee
2014-05-29Rename bootretry functions and remove #ifdefsSimon Glass
2014-05-29Move bootretry code into bootretry.c and clean upSimon Glass
2014-05-29Add cli_ prefix to readline functionsSimon Glass
2014-05-29move CLI prototypes to cli.h and add commentsSimon Glass
2013-08-27i2c: fix i2c dev command for not using new frameworkHeiko Schocher
2013-07-24Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-07-23cmd_i2c: Use ARRAY_SIZE instead of reinventing itAxel Lin
2013-07-23i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher
2013-07-23i2c: common changes for multibus/multiadapter supportHeiko Schocher
2012-12-11edid: Add I2C command for printing the EDIDTom Wai-Hong Tam
2012-12-11i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.cMarek Vasut
2012-12-11i2c: Use __weak instead of __attribute__((weak, alias))Marek Vasut
2012-11-04common/cmd_*.c: sparse fixesKim Phillips
2012-10-16i2c_probe: update for use in scriptingEric Nelson
2012-10-16common/i2c: Add i2c write commandYork Sun
2012-07-31i2c: deblock i2c bus also if accessed before realocationHolger Brunck
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass
2011-11-22common: move extern char console_buffer[] to common.hIgor Grinberg
2011-11-07common/cmd_i2c.c: Fix GCC 4.6 build warningWolfgang Denk
2011-07-28cosmetic: spell fixes etc.Michael Jones
2011-04-28i2c: add i2c deblock sequence before and after every mux configStefan Bigler
2010-10-29Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk
2010-09-19ARM: add relocation supportHeiko Schocher
2010-09-19i2c: fix command usage helpHeiko Schocher
2010-08-26CMD_I2C: make alen=0 workReinhard Meyer
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2010-03-29i2c: made unused function i2c_mux_add_device staticFrans Meulenbroeks
2010-03-29cmd_i2c: introduced get_alen helper functionFrans Meulenbroeks
2010-03-29cmd_i2c: moved a define to before the functionsFrans Meulenbroeks
2010-03-29cmd_i2c: moved mispositioned comment for i2c mdFrans Meulenbroeks
2010-03-29cmd_i2c.c: declared local functions as staticFrans Meulenbroeks
2010-03-21cmd_i2c.c: added i2c read to memory functionFrans Meulenbroeks
2010-03-21cmd_i2c.c: sorted commands alphabeticallyFrans Meulenbroeks
2010-03-21cmd_i2c.c: reworked subcommand handlingFrans Meulenbroeks
2010-03-21cmd_i2c.c: reduced subaddress length to 3 bytesFrans Meulenbroeks
2009-12-07i2c: fix dangling comment in do_i2c_mw()Heiko Schocher
2009-12-02Removes dead code in the file common/cmd_i2c.cPratap Chandu
2009-07-18cmd_i2c: bugfix: add missing braceAlessandro Rubini
2009-06-12General help message cleanupWolfgang Denk