Re: [PATCH v5 2/6] mfd: Add ChromeOS EC implementation

2013-02-20 Thread Dmitry Torokhov
On Wed, Feb 20, 2013 at 09:24:35AM -0800, Simon Glass wrote: > This is the base EC implementation, which provides a high level > interface to the EC for use by the rest of the kernel. The actual > communcations is dealt with by a separate protocol driver which > registers itself with this interface

[PATCH v5 2/6] mfd: Add ChromeOS EC implementation

2013-02-20 Thread Simon Glass
This is the base EC implementation, which provides a high level interface to the EC for use by the rest of the kernel. The actual communcations is dealt with by a separate protocol driver which registers itself with this interface. Interrupts are passed on through a notifier. A simple message str