commit | 77226d97725034542caadf97a4bb9969d5838ee8 | [log] [tgz] |
---|---|---|
author | Thierry Reding <treding@nvidia.com> | Mon May 27 12:15:12 2019 +0200 |
committer | Thierry Reding <treding@nvidia.com> | Wed Jun 05 09:52:53 2019 +0200 |
tree | e9f7c0cada39356c8d83ee7169a464b3f1b7aee8 | |
parent | a188339ca5a396acc588e5851ed7e19f66b0ebd9 [diff] |
soc/tegra: pmc: Fail to allocate more than one wake IRQ The code currently doesn't support allocating more than one wake IRQ at a time. Detect this situation and error out. Also make sure to output a warning when that happens to help track down callers. Reviewed-by: Jon Hunter <jonathanh@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>