firmware: psci: Extend psci_set_osi_mode() to allow reset to PC mode
authorUlf Hansson <ulf.hansson@linaro.org>
Tue, 1 Sep 2020 14:28:58 +0000 (16:28 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 22 Sep 2020 15:50:32 +0000 (17:50 +0200)
commit10942019040c5557556ec22aae0f771b2a1a1a6d
treed394a036ffa70ab44cd52f23eba021738fa5f1b5
parent653f68b6ecd15cf147817bb01c2b7d02f4bffc8e
firmware: psci: Extend psci_set_osi_mode() to allow reset to PC mode

The current user (cpuidle-psci) of psci_set_osi_mode() only needs to enable
the PSCI OSI mode. Although, as subsequent changes shows, there is a need
to be able to reset back into the PSCI PC mode.

Therefore, let's extend psci_set_osi_mode() to take a bool as in-parameter,
to let the user indicate whether to enable OSI or to switch back to PC
mode.

Reviewed-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/cpuidle/cpuidle-psci-domain.c
drivers/firmware/psci/psci.c
include/linux/psci.h