Re: [PATCH v3 5/7] mfd: cros_ec: Instantiate ChromeOS EC character device

2015-01-23 Thread Lee Jones
On Thu, 22 Jan 2015, Javier Martinez Canillas wrote: > The ChromeOS EC character device is an user-space interface to > allow applications to access the Embedded Controller. > > Add a cell for this device so it's spawned from the mfd driver. > > Signed-off-by: Javier Martinez Canillas > --- >

[PATCH v3 5/7] mfd: cros_ec: Instantiate ChromeOS EC character device

2015-01-22 Thread Javier Martinez Canillas
The ChromeOS EC character device is an user-space interface to allow applications to access the Embedded Controller. Add a cell for this device so it's spawned from the mfd driver. Signed-off-by: Javier Martinez Canillas --- Changes since v2: - Rename the name to "cros-ec-ctl". Suggested by Le