Re: [PATCH v2 2/2] cros_ec: Move cros_ec_dev module to drivers/mfd

2018-07-03 Thread Lee Jones
On Wed, 20 Jun 2018, Dmitry Torokhov wrote: > On Mon, Nov 20, 2017 at 8:18 AM Thierry Escande > wrote: > > > > The cros_ec_dev module is responsible for registering the MFD devices > > attached to the ChromeOS EC. This patch moves this module to drivers/mfd > > so calls to mfd_add_devices() are no

Re: [PATCH v2 2/2] cros_ec: Move cros_ec_dev module to drivers/mfd

2018-06-21 Thread Enric Balletbo i Serra
Hi Dmitry, I think I can answer some of your questions (not all). cc'ing the new Thierry's address and Gwendal. On 21/06/18 01:05, Dmitry Torokhov wrote: > On Mon, Nov 20, 2017 at 8:18 AM Thierry Escande > wrote: >> >> The cros_ec_dev module is responsible for registering the MFD devices >> att

Re: [PATCH v2 2/2] cros_ec: Move cros_ec_dev module to drivers/mfd

2018-06-20 Thread Dmitry Torokhov
On Mon, Nov 20, 2017 at 8:18 AM Thierry Escande wrote: > > The cros_ec_dev module is responsible for registering the MFD devices > attached to the ChromeOS EC. This patch moves this module to drivers/mfd > so calls to mfd_add_devices() are not done from outside the MFD subtree > anymore. I am qui

Re: [PATCH v2 2/2] cros_ec: Move cros_ec_dev module to drivers/mfd

2017-12-04 Thread Lee Jones
On Fri, 01 Dec 2017, Gwendal Grignou wrote: > Reviewed-by: Gwendal Grignou Can you please reply inline (where Guenter did is perfect) and snip the rest please? Top posting is to be strongly discouraged. > On Thu, Nov 30, 2017 at 12:50 PM, Guenter Roeck wrote: > > On Mon, Nov 20, 2017 at 8:15

Re: [PATCH v2 2/2] cros_ec: Move cros_ec_dev module to drivers/mfd

2017-12-01 Thread Gwendal Grignou
Reviewed-by: Gwendal Grignou On Thu, Nov 30, 2017 at 12:50 PM, Guenter Roeck wrote: > On Mon, Nov 20, 2017 at 8:15 AM, Thierry Escande > wrote: >> The cros_ec_dev module is responsible for registering the MFD devices >> attached to the ChromeOS EC. This patch moves this module to drivers/mfd >>

Re: [PATCH v2 2/2] cros_ec: Move cros_ec_dev module to drivers/mfd

2017-11-30 Thread Guenter Roeck
On Mon, Nov 20, 2017 at 8:15 AM, Thierry Escande wrote: > The cros_ec_dev module is responsible for registering the MFD devices > attached to the ChromeOS EC. This patch moves this module to drivers/mfd > so calls to mfd_add_devices() are not done from outside the MFD subtree > anymore. > > Signed

Re: [PATCH v2 2/2] cros_ec: Move cros_ec_dev module to drivers/mfd

2017-11-29 Thread Lee Jones
On Mon, 20 Nov 2017, Thierry Escande wrote: > The cros_ec_dev module is responsible for registering the MFD devices > attached to the ChromeOS EC. This patch moves this module to drivers/mfd > so calls to mfd_add_devices() are not done from outside the MFD subtree > anymore. > > Signed-off-by: Th

[PATCH v2 2/2] cros_ec: Move cros_ec_dev module to drivers/mfd

2017-11-20 Thread Thierry Escande
The cros_ec_dev module is responsible for registering the MFD devices attached to the ChromeOS EC. This patch moves this module to drivers/mfd so calls to mfd_add_devices() are not done from outside the MFD subtree anymore. Signed-off-by: Thierry Escande --- drivers/mfd/Kconfig