From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 25 Sep 2012 12:59:25 -0700 Subject: [U-Boot] [PATCH] common/i2c: Add i2c write command In-Reply-To: <5057F142.80001@freescale.com> References: <1347818550-7660-1-git-send-email-yorksun@freescale.com> <20120917221638.GA17195@bill-the-cat> <0n5xu0e95foaei04c6ynfgyu.1347924535509@email.android.com> <20120917233643.GC17195@bill-the-cat> <5057F142.80001@freescale.com> Message-ID: <50620D1D.7020904@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/17/2012 08:57 PM, York Sun wrote: > I have a case under debugging where I need to use i2c write to devices. > One device (EEPROM) has two-byte address length and most others > (including other EEPROMs) have one byte address length. I also have > other non-storage devices but I wouldn't use "i2c write" because "i2c > mw" will be sufficient. eeprom command has its limitation for the case > of variable device address and variable address length. > Tom, Do I need to change this patch in any way? I see it is still "under review" in patchwork. York