power: add transient scenario from START to SLEEP 28/288228/1
authorYoungjae Cho <y0.cho@samsung.com>
Wed, 8 Feb 2023 09:50:34 +0000 (18:50 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Tue, 14 Feb 2023 03:15:19 +0000 (12:15 +0900)
commit1da8534231a9a7085c6c034b18f6804c1a01e950
tree163430f59c5929460c99609136a37c75218f7e72
parent60b5c0f0fb612f28b0181e73be8fcf807739ff5d
power: add transient scenario from START to SLEEP

Transient scenario for suspending from START to SLEEP has been added.
  DEVICED_POWER_STATE_START
              |
              V
  DEVICED_POWER_TRANSIENT_STATE_SUSPENDING_EARLY
              |
              V
  DEVICED_POWER_TRANSIENT_STATE_SUSPENDING
              |
              V
  DEVICED_POWER_TRANSIENT_STATE_SUSPENDING_LATE
              |
              V
  DEVICED_POWER_STATE_SLEEP

Change-Id: I814defb0245e94302746918fa5392ed3a08c64b3
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
src/power/power.c