module/power_domain: Update all power state variables upon report
requested to merge github/fork/mohamedasaker-arm/fix/PWRSOFT-4524-requested-state-does-not-update-after-ppu-interrupt into master
Created by: mohamedasaker-arm
pd->current_state is updated upon receiving a transition report; other state variables are not. This can be valid when the report results from a request. However, this won't be valid for non-requested transitions such as wakeup. Hence, update all state variables accordingly.