summaryrefslogtreecommitdiffstats
path: root/commands/i2c.c
Commit message (Expand)AuthorAgeFilesLines
* commands: i2c_write: enable raw write to addressAntony Pavlov2018-02-091-2/+6
* commands: i2c: do not restrict i2c_write's data to be hex-formattedUlrich Ölmann2017-10-231-1/+1
* commands: i2c: Listen for CTRL-C when probingAndrey Smirnov2017-01-101-1/+1
* documentation: i2c_read() does not expect any "DATA".Andreas Geisenhainer2016-04-281-1/+1
* i2c_probe: fix wrong start and stop addressesMiquel Raynal2016-04-151-1/+1
* i2c_probe: Make command easier to work withSascha Hauer2015-11-191-19/+37
* commands: i2c: add message if write is not successfulSilvio Fricke2014-07-141-1/+5
* commands: i2c: simplify i2c wide access logicSilvio Fricke2014-07-141-4/+4
* commands: i2c: verbose option doesn't need argumentSilvio Fricke2014-07-141-2/+2
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-21/+27
* commands: group 'help' outputHolger Schurig2014-05-141-0/+3
* commands: i2c: change 0X to 0xJan Luebbe2013-04-091-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* Merge branch 'master' into nextSascha Hauer2012-05-161-1/+1
|\
| * i2c: Fix barebox crash when 'count' is not set for i2c_read commandAlexander Shiyan2012-05-111-1/+1
* | i2c: Added switch for allowing usage 16bit register addressesAlexander Shiyan2012-05-131-9/+17
|/
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-3/+3
* commands: add i2c commandsEric Bénard2010-05-261-0/+214