Skip to content

WORKAROUND: tty: serial: qcom_geni: Skip pm_runtime for qcom,geni-uart-hs#1410

Open
q-AnupKulkarni wants to merge 1 commit into
qualcomm-linux:tech/bus/peripheralsfrom
q-AnupKulkarni:for-peripherals
Open

WORKAROUND: tty: serial: qcom_geni: Skip pm_runtime for qcom,geni-uart-hs#1410
q-AnupKulkarni wants to merge 1 commit into
qualcomm-linux:tech/bus/peripheralsfrom
q-AnupKulkarni:for-peripherals

Conversation

@q-AnupKulkarni

Copy link
Copy Markdown

The qcom,geni-uart-hs compatible does not rely on the pm_runtime framework for power management.

Calling pm_runtime_enable()/disable() in probe/remove is therefore unnecessary and may lead to incorrect or redundant power management handling.

Skip pm_runtime usage for this compatible and instead invoke geni_serial_resources_on/off() directly from the .pm callbacks.

…t-hs

The qcom,geni-uart-hs compatible does not rely on the pm_runtime
framework for power management.

Calling pm_runtime_enable()/disable() in probe/remove is therefore
unnecessary and may lead to incorrect or redundant power management
handling.

Skip pm_runtime usage for this compatible and instead invoke
geni_serial_resources_on/off() directly from the .pm callbacks.

Signed-off-by: Sai Srinivas <saisrini@qti.qualcomm.com>
Signed-off-by: Anup Kulkarni <anup.kulkarni@oss.qualcomm.com>
@qcomlnxci qcomlnxci requested review from a team, jseerapu, mukesh-savaliya and vdadhani and removed request for a team June 29, 2026 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant