Re: [PATCH v4 3/6] mfd: Add ChromeOS EC I2C driver

2013-02-17 Thread Felipe Balbi
Hi, On Sat, Feb 16, 2013 at 06:46:53AM -0800, Simon Glass wrote: > Hi, > > On Sat, Feb 16, 2013 at 1:06 AM, Felipe Balbi wrote: > > On Fri, Feb 15, 2013 at 08:16:09PM -0800, Simon Glass wrote: > >> This uses an I2C bus to talk to the ChromeOS EC. The protocol > >> is defined by the EC and is

Re: [PATCH v4 3/6] mfd: Add ChromeOS EC I2C driver

2013-02-17 Thread Felipe Balbi
Hi, On Sat, Feb 16, 2013 at 06:46:53AM -0800, Simon Glass wrote: Hi, On Sat, Feb 16, 2013 at 1:06 AM, Felipe Balbi ba...@ti.com wrote: On Fri, Feb 15, 2013 at 08:16:09PM -0800, Simon Glass wrote: This uses an I2C bus to talk to the ChromeOS EC. The protocol is defined by the EC and is

Re: [PATCH v4 3/6] mfd: Add ChromeOS EC I2C driver

2013-02-16 Thread Simon Glass
Hi, On Sat, Feb 16, 2013 at 1:06 AM, Felipe Balbi wrote: > On Fri, Feb 15, 2013 at 08:16:09PM -0800, Simon Glass wrote: >> This uses an I2C bus to talk to the ChromeOS EC. The protocol >> is defined by the EC and is fairly simple, with a length byte, >> checksum, command byte and version byte

Re: [PATCH v4 3/6] mfd: Add ChromeOS EC I2C driver

2013-02-16 Thread Felipe Balbi
On Fri, Feb 15, 2013 at 08:16:09PM -0800, Simon Glass wrote: > This uses an I2C bus to talk to the ChromeOS EC. The protocol > is defined by the EC and is fairly simple, with a length byte, > checksum, command byte and version byte (to permit easy creation > of new commands). > > Signed-off-by:

Re: [PATCH v4 3/6] mfd: Add ChromeOS EC I2C driver

2013-02-16 Thread Felipe Balbi
On Fri, Feb 15, 2013 at 08:16:09PM -0800, Simon Glass wrote: This uses an I2C bus to talk to the ChromeOS EC. The protocol is defined by the EC and is fairly simple, with a length byte, checksum, command byte and version byte (to permit easy creation of new commands). Signed-off-by: Simon

Re: [PATCH v4 3/6] mfd: Add ChromeOS EC I2C driver

2013-02-16 Thread Simon Glass
Hi, On Sat, Feb 16, 2013 at 1:06 AM, Felipe Balbi ba...@ti.com wrote: On Fri, Feb 15, 2013 at 08:16:09PM -0800, Simon Glass wrote: This uses an I2C bus to talk to the ChromeOS EC. The protocol is defined by the EC and is fairly simple, with a length byte, checksum, command byte and version

[PATCH v4 3/6] mfd: Add ChromeOS EC I2C driver

2013-02-15 Thread Simon Glass
This uses an I2C bus to talk to the ChromeOS EC. The protocol is defined by the EC and is fairly simple, with a length byte, checksum, command byte and version byte (to permit easy creation of new commands). Signed-off-by: Simon Glass Signed-off-by: Che-Liang Chiou --- Changes in v4: None

[PATCH v4 3/6] mfd: Add ChromeOS EC I2C driver

2013-02-15 Thread Simon Glass
This uses an I2C bus to talk to the ChromeOS EC. The protocol is defined by the EC and is fairly simple, with a length byte, checksum, command byte and version byte (to permit easy creation of new commands). Signed-off-by: Simon Glass s...@chromium.org Signed-off-by: Che-Liang Chiou