commands: add i2c commands
commitc70443b5c7df82a3d9157f8ef3d01fe06d5fe1e8
authorEric Bénard <eric@eukrea.com>
Tue, 25 May 2010 10:01:27 +0000 (25 12:01 +0200)
committerSascha Hauer <s.hauer@pengutronix.de>
Wed, 26 May 2010 08:34:58 +0000 (26 10:34 +0200)
tree13402456a401220d76be5d0c733d390344b1863c
parent624f936032e0473ac3f543ec1775d80b5eddeb37
commands: add i2c commands

theses commands allow low level access to i2c bus and can be useful
to setup an i2c device without having to add code, compile and flash
barebox.

Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
commands/Kconfig
commands/Makefile
commands/i2c.c [new file with mode: 0644]