commit | 7fe5719b4364fe9b673c3763007915877f3922c0 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon Feb 18 17:36:43 2019 +0100 |
committer | Thierry Reding <treding@nvidia.com> | Fri Mar 22 14:05:07 2019 +0100 |
tree | 38281f003cf3cc46809c4b415ecf1009d92c6ac4 | |
parent | 41c4f5996b9e04ea6dc82f49dd1105acfd08cd61 [diff] |
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>