Re: [U-Boot] [PATCH v2 11/17] dm: i2c: Add a sandbox I2C driver

2014-11-16 Thread Heiko Schocher
Hello Simon, Am 11.11.2014 18:46, schrieb Simon Glass: This driver includes some test features such as only supporting certain bus speeds. It passes its I2C traffic through to an emulator. Signed-off-by: Simon Glass --- Changes in v2: None drivers/i2c/Makefile | 2 +- drivers/i2c/s

Re: [U-Boot] [PATCH v2 11/17] dm: i2c: Add a sandbox I2C driver

2014-11-16 Thread Tom Rini
On Tue, Nov 11, 2014 at 10:46:27AM -0700, Simon Glass wrote: > This driver includes some test features such as only supporting certain > bus speeds. It passes its I2C traffic through to an emulator. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digi

[U-Boot] [PATCH v2 11/17] dm: i2c: Add a sandbox I2C driver

2014-11-11 Thread Simon Glass
This driver includes some test features such as only supporting certain bus speeds. It passes its I2C traffic through to an emulator. Signed-off-by: Simon Glass --- Changes in v2: None drivers/i2c/Makefile | 2 +- drivers/i2c/sandbox_i2c.c | 148 +