Re: [PATCH v6 0/6] Add ChromeOS Embedded Controller support

2013-03-20 Thread Simon Glass
Hi Samuel, On Wed, Mar 20, 2013 at 1:52 AM, Samuel Ortiz wrote: > Hi Simon, > > On Wed, Mar 20, 2013 at 09:14:56AM +0100, Samuel Ortiz wrote: >> On Tue, Mar 19, 2013 at 07:01:42PM -0700, Simon Glass wrote: >> > Hi Samuel, >> > >> > On Tue, Mar 19, 2013 at 6:12 PM, Samuel Ortiz >> > wrote: >> >

Re: [PATCH v6 0/6] Add ChromeOS Embedded Controller support

2013-03-20 Thread Samuel Ortiz
Hi Simon, On Wed, Mar 20, 2013 at 09:14:56AM +0100, Samuel Ortiz wrote: > On Tue, Mar 19, 2013 at 07:01:42PM -0700, Simon Glass wrote: > > Hi Samuel, > > > > On Tue, Mar 19, 2013 at 6:12 PM, Samuel Ortiz wrote: > > > On Wed, Mar 20, 2013 at 01:56:52AM +0100, Samuel Ortiz wrote: > > >> Hi Simon,

Re: [PATCH v6 0/6] Add ChromeOS Embedded Controller support

2013-03-20 Thread Samuel Ortiz
Hi Simon, On Tue, Mar 19, 2013 at 07:01:42PM -0700, Simon Glass wrote: > Hi Samuel, > > On Tue, Mar 19, 2013 at 6:12 PM, Samuel Ortiz wrote: > > On Wed, Mar 20, 2013 at 01:56:52AM +0100, Samuel Ortiz wrote: > >> Hi Simon, > >> > >> On Mon, Feb 25, 2013 at 02:08:35PM -0800, Simon Glass wrote: > >

Re: [PATCH v6 0/6] Add ChromeOS Embedded Controller support

2013-03-19 Thread Simon Glass
Hi Samuel, On Tue, Mar 19, 2013 at 6:12 PM, Samuel Ortiz wrote: > On Wed, Mar 20, 2013 at 01:56:52AM +0100, Samuel Ortiz wrote: >> Hi Simon, >> >> On Mon, Feb 25, 2013 at 02:08:35PM -0800, Simon Glass wrote: >> > The ChromeOS Embedded Controller (EC) is an Open Source EC implementation >> > used

Re: [PATCH v6 0/6] Add ChromeOS Embedded Controller support

2013-03-19 Thread Samuel Ortiz
On Wed, Mar 20, 2013 at 01:56:52AM +0100, Samuel Ortiz wrote: > Hi Simon, > > On Mon, Feb 25, 2013 at 02:08:35PM -0800, Simon Glass wrote: > > The ChromeOS Embedded Controller (EC) is an Open Source EC implementation > > used on ARM and Intel Chromebooks. Current implementations use a Cortex-M3 >

Re: [PATCH v6 0/6] Add ChromeOS Embedded Controller support

2013-03-19 Thread Samuel Ortiz
Hi Simon, On Mon, Feb 25, 2013 at 02:08:35PM -0800, Simon Glass wrote: > The ChromeOS Embedded Controller (EC) is an Open Source EC implementation > used on ARM and Intel Chromebooks. Current implementations use a Cortex-M3 > connected on a bus (such as I2C, SPI, LPC) to the AP. A separate interru

Re: [PATCH v6 0/6] Add ChromeOS Embedded Controller support

2013-03-18 Thread Simon Glass
Hi Samuel, On Wed, Feb 27, 2013 at 12:40 AM, Samuel Ortiz wrote: > Hi Simon, > > On Tue, Feb 26, 2013 at 09:13:06PM -0800, Simon Glass wrote: >> Hi Samuel, >> >> On Mon, Feb 25, 2013 at 2:08 PM, Simon Glass wrote: >> > The ChromeOS Embedded Controller (EC) is an Open Source EC implementation >>

Re: [PATCH v6 0/6] Add ChromeOS Embedded Controller support

2013-02-27 Thread Simon Glass
Hi Samuel, On Wed, Feb 27, 2013 at 12:40 AM, Samuel Ortiz wrote: > Hi Simon, > > On Tue, Feb 26, 2013 at 09:13:06PM -0800, Simon Glass wrote: >> Hi Samuel, >> >> On Mon, Feb 25, 2013 at 2:08 PM, Simon Glass wrote: >> > The ChromeOS Embedded Controller (EC) is an Open Source EC implementation >>

Re: [PATCH v6 0/6] Add ChromeOS Embedded Controller support

2013-02-27 Thread Samuel Ortiz
Hi Simon, On Tue, Feb 26, 2013 at 09:13:06PM -0800, Simon Glass wrote: > Hi Samuel, > > On Mon, Feb 25, 2013 at 2:08 PM, Simon Glass wrote: > > The ChromeOS Embedded Controller (EC) is an Open Source EC implementation > > used on ARM and Intel Chromebooks. Current implementations use a Cortex-M3

Re: [PATCH v6 0/6] Add ChromeOS Embedded Controller support

2013-02-26 Thread Simon Glass
Hi Samuel, On Mon, Feb 25, 2013 at 2:08 PM, Simon Glass wrote: > The ChromeOS Embedded Controller (EC) is an Open Source EC implementation > used on ARM and Intel Chromebooks. Current implementations use a Cortex-M3 > connected on a bus (such as I2C, SPI, LPC) to the AP. A separate interrupt > li

[PATCH v6 0/6] Add ChromeOS Embedded Controller support

2013-02-25 Thread Simon Glass
The ChromeOS Embedded Controller (EC) is an Open Source EC implementation used on ARM and Intel Chromebooks. Current implementations use a Cortex-M3 connected on a bus (such as I2C, SPI, LPC) to the AP. A separate interrupt line is used to indicate when the EC needs service. Functions performed by