Re: [U-Boot] [PATCH v3 24/26] dm: cros_ec: Move cros_ec_i2c over to driver model

2015-01-26 Thread Simon Glass
On 26 January 2015 at 13:14, Simon Glass wrote: > On 25 January 2015 at 08:27, Simon Glass wrote: >> Update the driver model support, and remove the old code. Change snow to >> use this new support. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v3: None >> Changes in v2: >> - Add patc

Re: [U-Boot] [PATCH v3 24/26] dm: cros_ec: Move cros_ec_i2c over to driver model

2015-01-26 Thread Simon Glass
On 25 January 2015 at 08:27, Simon Glass wrote: > Update the driver model support, and remove the old code. Change snow to > use this new support. > > Signed-off-by: Simon Glass > --- > > Changes in v3: None > Changes in v2: > - Add patches to tidy up cros_ec using new I2C/SPI features > > drive

[U-Boot] [PATCH v3 24/26] dm: cros_ec: Move cros_ec_i2c over to driver model

2015-01-25 Thread Simon Glass
Update the driver model support, and remove the old code. Change snow to use this new support. Signed-off-by: Simon Glass --- Changes in v3: None Changes in v2: - Add patches to tidy up cros_ec using new I2C/SPI features drivers/misc/cros_ec_i2c.c | 107 +---