]> asedeno.scripts.mit.edu Git - linux.git/commit
soc/tegra: pmc: Implement acquire/release for resets
authorThierry Reding <treding@nvidia.com>
Mon, 18 Feb 2019 16:36:43 +0000 (17:36 +0100)
committerThierry Reding <treding@nvidia.com>
Fri, 22 Mar 2019 13:05:07 +0000 (14:05 +0100)
commit7fe5719b4364fe9b673c3763007915877f3922c0
tree38281f003cf3cc46809c4b415ecf1009d92c6ac4
parent41c4f5996b9e04ea6dc82f49dd1105acfd08cd61
soc/tegra: pmc: Implement acquire/release for resets

By implementing the acquire/release protocol, the resets can be shared
with other drivers that also adhere to this protocol. This will be used
for example by the SOR driver to put hardware into a known good state,
irrespective of whether or not the power domain can be reset.

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/soc/tegra/pmc.c