Re: [PATCH v6 0/3] Add support for voltage regulator on ChromeOS EC.

2020-06-15 Thread Mark Brown
On Fri, 12 Jun 2020 12:05:17 +0800, Pi-Hsun Shih wrote: > Add support for controlling voltage regulator that is connected and > controlled by ChromeOS EC. Kernel controls these regulators through > newly added EC host commands. > > Changes from v5: > * Move new host command to a separate patch. >

[PATCH v6 0/3] Add support for voltage regulator on ChromeOS EC.

2020-06-11 Thread Pi-Hsun Shih
Add support for controlling voltage regulator that is connected and controlled by ChromeOS EC. Kernel controls these regulators through newly added EC host commands. Changes from v5: * Move new host command to a separate patch. * Use devm_regulator_register. * Address review comments. Changes fro