power: add transient scenario from START to SLEEP 04/288004/3
authorYoungjae Cho <y0.cho@samsung.com>
Wed, 8 Feb 2023 09:50:34 +0000 (18:50 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Mon, 13 Feb 2023 09:12:41 +0000 (18:12 +0900)
commit971493207a7ba5f643afcd5d11eb7acc3f9d3759
tree163430f59c5929460c99609136a37c75218f7e72
parent7ef286fc30235c93342626b9dd854e2178f55ad7
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