summaryrefslogtreecommitdiffstats
path: root/common/cmd_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* dm: i2c: Add a command to adjust the offset lengthSimon Glass2015-08-311-0/+33
* dm: i2c: Implement 'i2c bus' command for driver modelSimon Glass2015-05-141-8/+55
* cmd_i2c: Provide option for bulk 'i2c write' in one transactionLubomir Popov2015-02-191-9/+36
* cmd_i2c: quit I2C commands immediately on errorMasahiro Yamada2015-02-191-13/+13
* dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass2015-02-121-2/+2
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-291-1/+1
* dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-291-12/+16
* cmd_i2c: change variable type for 10bit addressing supportMasahiro Yamada2015-01-291-11/+11
* dm: i2c: Implement driver model support in the i2c commandSimon Glass2014-12-111-53/+323
* dm: i2c: Move error reporting into a common functionSimon Glass2014-11-211-10/+22
* common: commands: make commands staticJeroen Hofstee2014-07-181-2/+4
* Rename bootretry functions and remove #ifdefsSimon Glass2014-05-291-9/+4
* Move bootretry code into bootretry.c and clean upSimon Glass2014-05-291-0/+1
* Add cli_ prefix to readline functionsSimon Glass2014-05-291-1/+1
* move CLI prototypes to cli.h and add commentsSimon Glass2014-05-291-0/+1
* i2c: fix i2c dev command for not using new frameworkHeiko Schocher2013-08-271-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2013-07-241-273/+84
|\
| * cmd_i2c: Use ARRAY_SIZE instead of reinventing itAxel Lin2013-07-231-4/+2
| * i2c, multibus: get rid of CONFIG_I2C_MUXHeiko Schocher2013-07-231-231/+3
| * i2c: common changes for multibus/multiadapter supportHeiko Schocher2013-07-231-40/+81
* | Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
|/
* edid: Add I2C command for printing the EDIDTom Wai-Hong Tam2012-12-111-0/+39
* i2c: kerneldoc: Add kerneldoc annotations to cmd_i2c.cMarek Vasut2012-12-111-15/+179
* i2c: Use __weak instead of __attribute__((weak, alias))Marek Vasut2012-12-111-9/+7
* common/cmd_*.c: sparse fixesKim Phillips2012-11-041-8/+12
* i2c_probe: update for use in scriptingEric Nelson2012-10-161-4/+16
* common/i2c: Add i2c write commandYork Sun2012-10-161-0/+50
* i2c: deblock i2c bus also if accessed before realocationHolger Brunck2012-07-311-0/+1
* Convert cmd_usage() calls in common to use a return valueSimon Glass2012-03-061-16/+16
* common: move extern char console_buffer[] to common.hIgor Grinberg2011-11-221-1/+0
* common/cmd_i2c.c: Fix GCC 4.6 build warningWolfgang Denk2011-11-071-3/+1
* cosmetic: spell fixes etc.Michael Jones2011-07-281-2/+2
* i2c: add i2c deblock sequence before and after every mux configStefan Bigler2011-04-281-0/+12
* Replace CONFIG_RELOC_FIXUP_WORKS by CONFIG_NEEDS_MANUAL_RELOCWolfgang Denk2010-10-291-1/+1
* 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
OpenPOWER on IntegriCloud