linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for voltage regulator on ChromeOS EC.
@ 2020-06-09  7:59 Pi-Hsun Shih
  2020-06-09  7:59 ` [PATCH 1/2] dt-bindings: regulator: Add DT binding for cros-ec-regulator Pi-Hsun Shih
  2020-06-09  7:59 ` [PATCH 2/2] regulator: Add driver " Pi-Hsun Shih
  0 siblings, 2 replies; 7+ messages in thread
From: Pi-Hsun Shih @ 2020-06-09  7:59 UTC (permalink / raw)
  Cc: Pi-Hsun Shih, Nicolas Boichat, Benson Leung,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	Enric Balletbo i Serra, Fabien Lahoudere, Guenter Roeck,
	Gwendal Grignou, Lee Jones, open list, Tzung-Bi 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.

Pi-Hsun Shih (2):
  dt-bindings: regulator: Add DT binding for cros-ec-regulator
  regulator: Add driver for cros-ec-regulator

 .../bindings/regulator/cros-ec-regulator.yaml |  39 +++
 drivers/regulator/Kconfig                     |   7 +
 drivers/regulator/Makefile                    |   1 +
 drivers/regulator/cros-ec-regulator.c         | 261 ++++++++++++++++++
 .../linux/platform_data/cros_ec_commands.h    |  82 ++++++
 5 files changed, 390 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/regulator/cros-ec-regulator.yaml
 create mode 100644 drivers/regulator/cros-ec-regulator.c


base-commit: abfbb29297c27e3f101f348dc9e467b0fe70f919
-- 
2.27.0.278.ge193c7cf3a9-goog


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-06-10 10:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-09  7:59 [PATCH 0/2] Add support for voltage regulator on ChromeOS EC Pi-Hsun Shih
2020-06-09  7:59 ` [PATCH 1/2] dt-bindings: regulator: Add DT binding for cros-ec-regulator Pi-Hsun Shih
2020-06-09 11:21   ` Mark Brown
2020-06-09  7:59 ` [PATCH 2/2] regulator: Add driver " Pi-Hsun Shih
2020-06-09 11:19   ` Mark Brown
2020-06-10  4:31     ` Pi-Hsun Shih
2020-06-10 10:01       ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).