Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Gerlach <d-gerlach@ti.com>2022-04-12 22:21:38 +0300
committerNishanth Menon <nm@ti.com>2022-05-03 14:52:11 +0300
commitb9e8a7d950ffed4cdd81e6457cfb8049227da2d1 (patch)
tree600d961e6b2e9290a91926327fcb03ff9d77da39 /drivers/soc/ti
parentf226041424cf87245d39a1b2dfae304308b36b6b (diff)
firmware: ti_sci: Switch transport to polled mode during system suspend
During system suspend it is completely valid for devices to invoke TISCI commands during the noirq phase of the suspend path. Specifically this will always be seen for devices that define a power-domains DT property and make use of the ti_sci_pm_domains genpd implementation. The genpd_finish_suspend call will power off devices during the noirq phase, which will invoke TISCI. In order to support this, the ti_sci driver must switch to not use wait_for_completion_timeout during suspend, but instead rely on a manual check for if the completion is not yet done, and proceed only if this is the case. Signed-off-by: Dave Gerlach <d-gerlach@ti.com> Signed-off-by: Nishanth Menon <nm@ti.com> Link: https://lore.kernel.org/r/20220412192138.31189-1-d-gerlach@ti.com
Diffstat (limited to 'drivers/soc/ti')
0 files changed, 0 insertions, 0 deletions