Re: [U-Boot] [PATCH] fsl_i2c: Add write-then-read transaction interface for I2C slave

2014-03-10 Thread York Sun
On 03/09/2014 10:44 PM, Leekha Shaveta-B20052 wrote: > > > -Original Message- > From: Sun York-R58495 > Sent: Saturday, March 08, 2014 3:10 AM > To: Leekha Shaveta-B20052; u-boot@lists.denx.de > Cc: Aggrwal Poonam-B10812; Aggrwal Poonam-B10812 > Subject: Re: [PATCH] fsl_i2c: Add write-th

Re: [U-Boot] [PATCH] fsl_i2c: Add write-then-read transaction interface for I2C slave

2014-03-09 Thread shav...@freescale.com
-Original Message- From: Sun York-R58495 Sent: Saturday, March 08, 2014 3:10 AM To: Leekha Shaveta-B20052; u-boot@lists.denx.de Cc: Aggrwal Poonam-B10812; Aggrwal Poonam-B10812 Subject: Re: [PATCH] fsl_i2c: Add write-then-read transaction interface for I2C slave On 03/03/2014 12:58 AM,

Re: [U-Boot] [PATCH] fsl_i2c: Add write-then-read transaction interface for I2C slave

2014-03-07 Thread York Sun
On 03/03/2014 12:58 AM, Shaveta Leekha wrote: > Most of the I2C slaves support accesses in the typical style > viz.read/write series of bytes at particular address offset. > These transactions are currently supportd in the > i2c driver using i2c_read and i2c_write APIs. I2C EEPROMs, > RTC, etc fall

[U-Boot] [PATCH] fsl_i2c: Add write-then-read transaction interface for I2C slave

2014-03-03 Thread Shaveta Leekha
Most of the I2C slaves support accesses in the typical style viz.read/write series of bytes at particular address offset. These transactions are currently supportd in the i2c driver using i2c_read and i2c_write APIs. I2C EEPROMs, RTC, etc fall in this category. The transactions look like:" START:Ad