Re: [U-Boot] [PATCH v6 09/11] dm: i2c: Add tests for I2C

2014-12-11 Thread Simon Glass
On 10 December 2014 at 08:55, Simon Glass wrote: > Add some basic tests to check that the system works as expected. > > Signed-off-by: Simon Glass > Acked-by: Heiko Schocher > --- > > Changes in v6: None > Changes in v5: > - Adjust tests for DM_I2C_CHIP_RE_ADDRESS split > > Changes in v4: > - Ad

[U-Boot] [PATCH v6 09/11] dm: i2c: Add tests for I2C

2014-12-10 Thread Simon Glass
Add some basic tests to check that the system works as expected. Signed-off-by: Simon Glass Acked-by: Heiko Schocher --- Changes in v6: None Changes in v5: - Adjust tests for DM_I2C_CHIP_RE_ADDRESS split Changes in v4: - Add an assert for non-null - Add tests for offset length - Adjust tests t