Re: [PATCH v2 1/2] cros_ec: Split cros_ec_devs module

2017-12-01 Thread Gwendal Grignou
Reviewed-by: Gwendal Grignou On Thu, Nov 30, 2017 at 12:49 PM, Guenter Roeck wrote: > On Mon, Nov 20, 2017 at 8:15 AM, Thierry Escande > wrote: >> This patch splits the cros_ec_devs module in two parts with a >> cros_ec_dev module responsible for handling MFD devices registration and >> a cros_

Re: [PATCH v2 1/2] cros_ec: Split cros_ec_devs module

2017-11-30 Thread Guenter Roeck
On Mon, Nov 20, 2017 at 8:15 AM, Thierry Escande wrote: > This patch splits the cros_ec_devs module in two parts with a > cros_ec_dev module responsible for handling MFD devices registration and > a cros_ec_ctl module responsible for handling the various user-space > interfaces. > > For consistenc

Re: [PATCH v2 1/2] cros_ec: Split cros_ec_devs module

2017-11-29 Thread Lee Jones
On Mon, 20 Nov 2017, Thierry Escande wrote: > This patch splits the cros_ec_devs module in two parts with a > cros_ec_dev module responsible for handling MFD devices registration and > a cros_ec_ctl module responsible for handling the various user-space > interfaces. > > For consistency purpose,

[PATCH v2 1/2] cros_ec: Split cros_ec_devs module

2017-11-20 Thread Thierry Escande
This patch splits the cros_ec_devs module in two parts with a cros_ec_dev module responsible for handling MFD devices registration and a cros_ec_ctl module responsible for handling the various user-space interfaces. For consistency purpose, the driver name for the cros_ec_dev module is now cros-ec