refactor: panic after calling psci_power_down_wfi()This function doesn't return and its callers that don't return eitherrely on this. Drop the dead attribute and add a panic() after it to makethi
refactor: panic after calling psci_power_down_wfi()This function doesn't return and its callers that don't return eitherrely on this. Drop the dead attribute and add a panic() after it to makethis expectation explicit. Calling `wfi` in the powerdown sequence isterminal so even if the function was made to return, there would be nofunctional change.This is useful for a following patch that makes psci_power_down_wfi()return.Change-Id: I62ca1ee058b1eaeb046966c795081e01bf45a2ebSigned-off-by: Boyan Karatotev <boyan.karatotev@arm.com>
show more ...
feat(mt8196): add pwr_ctrl module for CPU power managementImplement pwr_ctrl module to manage CPU power.Signed-off-by: Kai Liang <kai.liang@mediatek.com>Change-Id: I73a7a8a2d0b120b7225c2f3239901
feat(mt8196): add pwr_ctrl module for CPU power managementImplement pwr_ctrl module to manage CPU power.Signed-off-by: Kai Liang <kai.liang@mediatek.com>Change-Id: I73a7a8a2d0b120b7225c2f323990176397b6e4a5