Re: [PATCH v3 2/2] regulator: Add driver for cros-ec-regulator

2020-06-11 Thread Pi-Hsun Shih
Thanks for the review, would address most of them in v4. An inline reply as below: On Thu, Jun 11, 2020 at 12:47 AM Enric Balletbo i Serra wrote: > > Hi Pi-Hsun, > > Thank you for your patch. > > On 10/6/20 11:07, Pi-Hsun Shih wrote: > > +/*

Re: [PATCH v3 2/2] regulator: Add driver for cros-ec-regulator

2020-06-10 Thread Enric Balletbo i Serra
Hi Pi-Hsun, Thank you for your patch. On 10/6/20 11:07, Pi-Hsun Shih wrote: > Add driver for cros-ec-regulator, representing a voltage regulator that > is connected and controlled by ChromeOS EC, and is controlled by kernel > with EC host commands. > > Signed-off-by: Pi-Hsun Shih > --- > Change

[PATCH v3 2/2] regulator: Add driver for cros-ec-regulator

2020-06-10 Thread Pi-Hsun Shih
Add driver for cros-ec-regulator, representing a voltage regulator that is connected and controlled by ChromeOS EC, and is controlled by kernel with EC host commands. Signed-off-by: Pi-Hsun Shih --- Changes from v2: * Add 'depends on OF' to Kconfig. * Add Kconfig description about compiling as mo