Re: [U-Boot] [PATCH v3 23/26] dm: cros_ec: Don't require protocol 3 support

2015-01-26 Thread Simon Glass
On 25 January 2015 at 08:27, Simon Glass wrote: > I2C is now deprecated on ARM platforms and there are no devices that use it > with the v3 protocol. We can't require v3 support if we want to support I2C. > Adjust the error handling to suit. > > Signed-off-by: Simon Glass > --- > > Changes in v3:

[U-Boot] [PATCH v3 23/26] dm: cros_ec: Don't require protocol 3 support

2015-01-25 Thread Simon Glass
I2C is now deprecated on ARM platforms and there are no devices that use it with the v3 protocol. We can't require v3 support if we want to support I2C. Adjust the error handling to suit. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Add patches to tidy up cros_ec using new