Re: [U-Boot] [PATCH v2 16/17] dm: i2c: Add tests for I2C

2014-11-16 Thread Heiko Schocher
Hello Simon, Am 11.11.2014 18:46, schrieb Simon Glass: Add some basic tests to check that the system works as expected. Signed-off-by: Simon Glass --- Changes in v2: - Add a test for automatic binding of generic I2C devices - Add a new asm/test.h header for tests in sandbox arch/sandbox/in

Re: [U-Boot] [PATCH v2 16/17] dm: i2c: Add tests for I2C

2014-11-16 Thread Tom Rini
On Tue, Nov 11, 2014 at 10:46:32AM -0700, Simon Glass wrote: > Add some basic tests to check that the system works as expected. > > Signed-off-by: Simon Glass Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signature ___ U-Boot ma

[U-Boot] [PATCH v2 16/17] dm: i2c: Add tests for I2C

2014-11-11 Thread Simon Glass
Add some basic tests to check that the system works as expected. Signed-off-by: Simon Glass --- Changes in v2: - Add a test for automatic binding of generic I2C devices - Add a new asm/test.h header for tests in sandbox arch/sandbox/include/asm/test.h | 15 ++ drivers/i2c/sandbox_i2c.c