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

2020-06-11 Thread Mark Brown
On Thu, Jun 11, 2020 at 01:44:42PM +0200, Enric Balletbo i Serra wrote: > On 11/6/20 10:25, 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. Please

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

2020-06-11 Thread Enric Balletbo i Serra
Hi Pi-Hsun, Thank you for your patch, one last change, sorry to not request it before. On 11/6/20 10:25, 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

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

2020-06-11 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 v4: * Change compatible name from regulator-cros-ec to cros-ec-regulator. Changes