
18 Sep
2012
18 Sep
'12
1:29 a.m.
Tom,
It's like eeprom write but it writes to general devices, not specificly to system eeprom. I would have to use i2c mw command a lot without this.
York
-------- Original Message -------- From: Tom Rini Sent: Mon, Sep 17, 2012 05:16 PM To: sun york-R58495 CC: u-boot@lists.denx.de; u-boot-release@linux.freescale.net; Heiko Schocher Subject: Re: [U-Boot] [PATCH] common/i2c: Add i2c write command
On Sun, Sep 16, 2012 at 01:02:30PM -0500, York Sun wrote:
Add i2c write command to write data from memory to i2c devices.
Signed-off-by: York Sun yorksun@freescale.com
This feels like eeprom write, to an i2c-connected eeprom. Is that what you have this for, or something else?
-- Tom