commit | d7d62ceb2ab1633f06486251acb76f4896f7d7bd | [log] [tgz] |
---|---|---|
author | Filip Drazic <filip.drazic@aggios.com> | Tue Feb 07 12:03:56 2017 +0100 |
committer | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | Thu May 17 15:11:52 2018 +0530 |
tree | 8246abe940ae942df05c7434d196628ccdb071e8 | |
parent | cd16582b3800c2a0a24b7b9eb57404e097cf9642 [diff] |
zynqmp: pm: Move pm_client_wakeup call from pm_req_wakeup Call to pm_client_wakeup from pm_req_wakeup prevented the PM API call to be used to wake up non-APU processor (e.g. from higher ELs), since it clears power down request for specified APU processor. Move this function out of pm_client_wakeup to allow passing wake up requests to the PMU for other processor in the system. Signed-off-by: Filip Drazic <filip.drazic@aggios.com> Acked-by: Will Wong <willw@xilinx.com>