Re: [U-Boot] [PATCH v6 03/11] dm: i2c: Add I2C emulation driver for sandbox

2014-12-11 Thread Simon Glass
On 10 December 2014 at 08:55, Simon Glass wrote: > In order to test I2C we need some sort of emulation interface. Add hooks > to allow a driver to emulate an I2C device for sandbox. > > Signed-off-by: Simon Glass > Acked-by: Heiko Schocher > Reviewed-by: Masahiro Yamada > --- > > Changes in v6:

[U-Boot] [PATCH v6 03/11] dm: i2c: Add I2C emulation driver for sandbox

2014-12-10 Thread Simon Glass
In order to test I2C we need some sort of emulation interface. Add hooks to allow a driver to emulate an I2C device for sandbox. Signed-off-by: Simon Glass Acked-by: Heiko Schocher Reviewed-by: Masahiro Yamada --- Changes in v6: None Changes in v5: None Changes in v4: None Changes in v3: None