summaryrefslogtreecommitdiff
path: root/power
Commit message (Expand)AuthorAgeFilesLines
...
* power/mt8192: Do not exit hard off when ap idleTommy Chung2022-07-011-2/+4
* power/icelake.c: Format with clang-formatJack Rosenthal2022-07-011-13/+11
* power/cometlake-discrete.c: Format with clang-formatJack Rosenthal2022-07-011-5/+9
* power/ec_driven.c: Format with clang-formatJack Rosenthal2022-07-011-2/+2
* power/cometlake.c: Format with clang-formatJack Rosenthal2022-06-301-7/+6
* power/falconlite.c: Format with clang-formatJack Rosenthal2022-06-301-88/+54
* power/sdm845.c: Format with clang-formatJack Rosenthal2022-06-291-27/+25
* power/mt817x.c: Format with clang-formatJack Rosenthal2022-06-291-16/+14
* power/host_sleep.c: Format with clang-formatJack Rosenthal2022-06-291-21/+18
* power/intel_x86.c: Format with clang-formatJack Rosenthal2022-06-291-29/+26
* power/rk3399.c: Format with clang-formatJack Rosenthal2022-06-291-79/+61
* power/skylake.c: Format with clang-formatJack Rosenthal2022-06-281-7/+5
* power/amd_x86.c: Format with clang-formatJack Rosenthal2022-06-281-10/+9
* power/qcom.c: Format with clang-formatJack Rosenthal2022-06-281-43/+38
* power/mt8183.c: Format with clang-formatJack Rosenthal2022-06-281-25/+19
* power/apollolake.c: Format with clang-formatJack Rosenthal2022-06-281-2/+1
* power/meteorlake.c: Format with clang-formatJack Rosenthal2022-06-281-8/+6
* power/alderlake_slg4bd44540.c: Format with clang-formatJack Rosenthal2022-06-281-10/+9
* power/common.c: Format with clang-formatJack Rosenthal2022-06-281-100/+79
* power/rk3288.c: Format with clang-formatJack Rosenthal2022-06-281-24/+18
* power: Drop support for Braswell power sequencingJack Rosenthal2022-06-202-325/+0
* corsola: Enable CHIPSET_RESUME_INIT hook configurationlschyi2022-06-161-0/+2
* power/mt8186: delay HOOK_CHIPSET_SHUTDOWN_COMPLETE to S5G3.Eric Yilun Lin2022-05-301-1/+9
* power/mt8186: stay at S5 before PMIC is fully offEric Yilun Lin2022-05-301-10/+35
* power: MTL: Allow driving PCH_PWROK from ECVijay Hiremath2022-05-171-0/+6
* power: Add new chipset_power_on APIJack Rosenthal2022-04-291-0/+8
* power/intel_x86: block RSMRST until the system is in S5Zhuohao Lee2022-04-211-5/+3
* amd_x86: Clear SMI/SCI event mask early during suspendRob Barnes2022-04-121-7/+5
* jsl: Kick chipset SM if power loss in suspendAseda Aboagye2022-04-011-0/+9
* power: add casts for power signalsTom Hughes2022-03-282-2/+2
* scout: use SUSPEND and RESUME hooks for TPU powerPeter Marheine2022-03-231-15/+0
* Scout: Power off TPU and IMX8 in S0ixSue Chen2022-03-221-0/+15
* power: Add chipset and board callbacks for sleep hangsRob Barnes2022-03-177-23/+42
* power: Add base code for Meteorlake power sequencingVijay Hiremath2022-03-152-0/+210
* intel_x86: Add config to configure S5 exit timerSugnan Prabhu S2022-03-091-1/+2
* mt8186: enable AP watchdog interruptEric Yilun Lin2022-02-211-2/+75
* qcom: Catch the unexpected case that POWER_GOOD up again after lostWai-Hong Tam2022-02-161-7/+19
* qcom: Unconditionally disable AP_RST_L interrupt on power offWai-Hong Tam2022-02-161-5/+6
* qcom: Swap a reliable signal to confirm PMIC powerWai-Hong Tam2022-02-121-2/+2
* qcom: Clear all power-on trigger flags after handling oneWai-Hong Tam2022-02-101-22/+20
* AMD: Add fake S0 supportDiana Z2022-02-071-0/+17
* Power: Add fake S0 console commandDiana Z2022-02-051-0/+26
* qcom: Move the execution of warm reset to CHIPSET contextWai-Hong Tam2022-01-271-11/+28
* qcom: Rename the POWER_REQ_COLD_RESETWai-Hong Tam2022-01-271-4/+4
* qcom: Refactor the AP warm reset sequenceWai-Hong Tam2022-01-271-9/+26
* zephyr: Change power_common tests to avoid tasksJeremy Bettis2022-01-121-0/+12
* power: add mt8186 power sequenceTing Shen2022-01-072-0/+411
* power/icelake: Add SLP_S5 as a watched power signalEvan Green2021-12-021-0/+5
* power/alderlake: Add SLP_S5 as a watched power signalEvan Green2021-12-021-0/+5
* power: Introduce S4 as a real power stateEvan Green2021-12-012-11/+52