aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers
diff options
context:
space:
mode:
authorPraveen Talari <[email protected]>2025-07-21 17:45:32 +0000
committerGreg Kroah-Hartman <[email protected]>2025-07-22 16:52:51 +0000
commit86fa39dd6fb700c97606695b6ca40ff48ee323e9 (patch)
treeb60d8f2e3a0a60eb7c0cb7dfa46d64bc7b138524 /rust/helpers
parentserial: qcom-geni: Enable PM runtime for serial driver (diff)
downloadkernel-86fa39dd6fb700c97606695b6ca40ff48ee323e9.tar.gz
kernel-86fa39dd6fb700c97606695b6ca40ff48ee323e9.zip
serial: qcom-geni: Enable Serial on SA8255p Qualcomm platforms
The Qualcomm automotive SA8255p SoC relies on firmware to configure platform resources, including clocks, interconnects and TLMM. The driver requests resources operations over SCMI using power and performance protocols. The SCMI power protocol enables or disables resources like clocks, interconnect paths, and TLMM (GPIOs) using runtime PM framework APIs, such as resume/suspend, to control power states(on/off). The SCMI performance protocol manages UART baud rates, with each baud rate represented by a performance level. The driver uses the dev_pm_opp_set_level() API to request the desired baud rate by specifying the performance level. Reviewed-by: Bryan O'Donoghue <[email protected]> Signed-off-by: Praveen Talari <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'rust/helpers')
0 files changed, 0 insertions, 0 deletions