]> git.dujemihanovic.xyz Git - u-boot.git/commit
firmware: scmi: voltage regulator
authorEtienne Carriere <etienne.carriere@linaro.org>
Mon, 8 Mar 2021 21:38:06 +0000 (22:38 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 12 Apr 2021 21:17:11 +0000 (17:17 -0400)
commit1f213ee4dbf249933c29d5f62fd53ec4754ab4aa
tree8700e2e50bba42109005412e9be787d010f1c4c5
parentd46933839f98d8cdb34fc87299b5f2a4ec4bbfec
firmware: scmi: voltage regulator

Implement voltage regulators interfaced by the SCMI voltage domain
protocol. The DT bindings are defined in the Linux kernel since
SCMI voltage domain and regulators patches [1] and [2] integration
in v5.11-rc7.

Link: [1] https://github.com/torvalds/linux/commit/0f80fcec08e9c50b8d2992cf26495673765ebaba
Link: [2] https://github.com/torvalds/linux/commit/2add5cacff3531e54c50b0832128299faa9f0563
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
doc/device-tree-bindings/arm/arm,scmi.txt
drivers/firmware/scmi/scmi_agent-uclass.c
drivers/power/regulator/Kconfig
drivers/power/regulator/Makefile
drivers/power/regulator/scmi_regulator.c [new file with mode: 0644]
include/scmi_protocols.h