Re: [U-Boot] [PATCH v2 05/19] dm: cros_ec: Convert the I2C tunnel code to use driver model

2015-08-09 Thread Simon Glass
On 3 August 2015 at 08:19, Simon Glass wrote: > The Chrome OS EC supports tunnelling through to an I2C bus on the EC. This > currently uses a copy of the I2C command code and a special 'crosec' > sub-command. > > With driver model we can define an I2C bus which tunnels through to the EC, > and use

[U-Boot] [PATCH v2 05/19] dm: cros_ec: Convert the I2C tunnel code to use driver model

2015-08-03 Thread Simon Glass
The Chrome OS EC supports tunnelling through to an I2C bus on the EC. This currently uses a copy of the I2C command code and a special 'crosec' sub-command. With driver model we can define an I2C bus which tunnels through to the EC, and use the normal 'i2c' command to access it. This simplifies th