-
- Downloads
firmware: arm_scmi: Add voltage domain management protocol support
SCMI v3.0 introduces voltage domain protocol which provides commands to: - Discover the voltage levels supported by a domain - Get the configuration and voltage level of a domain - Set the configuration and voltage level of a domain Let us add support for the same. Link: https://lore.kernel.org/r/20201119191051.46363-2-cristian.marussi@arm.com Signed-off-by:Cristian Marussi <cristian.marussi@arm.com> Signed-off-by:
Sudeep Holla <sudeep.holla@arm.com>
Showing
- drivers/firmware/arm_scmi/Makefile 1 addition, 1 deletiondrivers/firmware/arm_scmi/Makefile
- drivers/firmware/arm_scmi/common.h 1 addition, 0 deletionsdrivers/firmware/arm_scmi/common.h
- drivers/firmware/arm_scmi/driver.c 2 additions, 0 deletionsdrivers/firmware/arm_scmi/driver.c
- drivers/firmware/arm_scmi/voltage.c 380 additions, 0 deletionsdrivers/firmware/arm_scmi/voltage.c
- include/linux/scmi_protocol.h 64 additions, 0 deletionsinclude/linux/scmi_protocol.h
Loading
Please register or sign in to comment