]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common/i2c: Add i2c write command
authorYork Sun <yorksun@freescale.com>
Sun, 16 Sep 2012 08:02:30 +0000 (08:02 +0000)
committerHeiko Schocher <hs@denx.de>
Tue, 16 Oct 2012 03:47:21 +0000 (05:47 +0200)
commitff5d2dce1e8b24e9f4d85db3906c5d2e25b0cedf
tree3346dc16982d91c4f6abd4bbaf7ff36fe639e4b1
parentf539094f4886779432053f5ddf7bfb2f45d182e1
common/i2c: Add i2c write command

Add i2c write command to write data from memory to i2c devices.

Signed-off-by: York Sun <yorksun@freescale.com>
common/cmd_i2c.c