Skip to content
Commit 11c632e1 authored by Thierry Reding's avatar Thierry Reding
Browse files

drm/tegra: sor: Implement acquire/release for reset



By implementing the acquire/release protocol, the SOR reset can be
shared with other drivers that also adhere to this protocol, such as the
PMC driver that uses the same reset as part of the powergate and -ungate
implementation using generic power domains.

Runtime PM makes sure that the operations are executed in the right
order, and the reset core has error handling and WARNs in place to make
sure the acquire/release protocol is followed.

Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent ee222c5d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment