summaryrefslogtreecommitdiff
path: root/power
Commit message (Expand)AuthorAgeFilesLines
* power: Reorder the power_chipset_init and the interrupt enableWai-Hong Tam2021-06-251-3/+3
* zephyr: asurada: move power/it8xxx2 to be in power/mt8192Denis Brockus2021-06-223-15/+10
* qcom: Enable AP_RST_L interrupt on sysjump to RWWai-Hong Tam2021-06-221-0/+8
* asurada: enable HOST_SLEEP_STATE to smooth suspend trasnsitionEric Yilun Lin2021-06-151-0/+70
* host sleep: add command to change sleep fail detection timeoutBoris Mittelberg2021-05-261-1/+46
* qcom: Deprecate QSIP_ON, a load switch enableWai-Hong Tam2021-05-221-9/+0
* zephyr: asurada: Enable power button and sequencingDenis Brockus2021-05-192-1/+15
* qcom: Create new configs for SC7280Wai-Hong Tam2021-05-181-0/+1
* qcom: Generalize the power signals and functions for SC7x80Wai-Hong Tam2021-05-171-14/+14
* qcom: Generalize the filenames for Qualcomm chipsetsWai-Hong Tam2021-05-173-3/+3
* amd_x86: Check for S0ix before S3Rob Barnes2021-04-271-3/+6
* AMD Power: Remove reference to S5 pauseDiana Z2021-04-121-3/+0
* Power: Add configurable S5 timeoutDiana Z2021-04-101-5/+39
* alderlake: Remove resolved TODOCaveh Jalali2021-04-021-4/+1
* power: change pwr_5v_ctl_mtx to use K_MUTEX_DEFINEJack Rosenthal2021-03-231-7/+1
* power: sc7180: move power signals definition to sc7180 commonJack Rosenthal2021-03-182-0/+37
* Hooks: Add HOOK_CHIPSET_HARD_OFFDiana Z2021-03-181-0/+4
* guybrush: Enable CONFIG_CHIPSET_X86_RSMRST_DELAYRob Barnes2021-03-161-0/+4
* host_sleep: Fix a race condition on resume from S0ixKeith Short2021-03-051-0/+6
* guybrush: Enable S0ix for amd_x86Rob Barnes2021-02-121-0/+220
* power: Rename stoney.c to amd_x86.cRob Barnes2021-02-102-2/+3
* icelake : fix power sequence behaviorJacky Wang2021-02-081-17/+0
* alderlake: Implement chipset supportCaveh Jalali2021-02-072-170/+108
* brya: Clone power sequencer from icelakeCaveh Jalali2021-02-061-0/+344
* host_sleep: Add config.h before ec_commands.hSimon Glass2021-02-041-0/+1
* Lazor: Modify SWITCHCAP_PG_CHECK_TIMEOUT and _WAITSue Chen2021-01-201-2/+2
* zephyr: remove guard to call of lpc_s3_resume_clear_masksJack Rosenthal2021-01-071-6/+1
* kukui: do not boot AP if low-battery and no chargerEric Yilun Lin2020-12-221-0/+19
* Revert "zephyr: Add battery and smart battery options"Eric Yilun Lin2020-12-141-2/+0
* zephyr: Add battery and smart battery optionsKeith Short2020-12-111-0/+2
* power/host_sleep: Fix notifying about power state transitionsPatryk Duda2020-12-081-9/+2
* power/mt8192: back to S5 when PMIC failed to shutdownTing Shen2020-12-041-0/+4
* power: move headers to include/powerJack Rosenthal2020-12-0315-528/+9
* sc7180: Increase delays between enabling switchcap and enabling PMICWai-Hong Tam2020-12-021-5/+5
* Ectool: support reboot AP from G3 state with configurable delay.ravindr12020-11-231-1/+27
* zephyr: shim in power sequencingJack Rosenthal2020-11-202-2/+13
* power: allow eSPI virtual wires without eSPI host commands for zephyrJack Rosenthal2020-11-191-3/+3
* sc7180: Fix forever loop if not enough power to boot APWai-Hong Tam2020-11-141-2/+5
* Kukui: initial a new models kakadu of ec.wen zhang2020-11-021-3/+0
* Trogdor: Deprecate PMIC_FAULT_L signalWai-Hong Tam2020-10-221-2/+0
* sc7180: Correct the order of suspend hooksWai-Hong Tam2020-10-141-9/+9
* sc7180: Notify SUSPEND hooks in S0S3 if shutdown from onWai-Hong Tam2020-10-141-2/+7
* power/mt8192: don't boot AP when wake from AC insertTing Shen2020-10-051-7/+19
* sc7180: Notify RESUME hooks in S3S0 if boot from offWai-Hong Tam2020-09-031-24/+23
* sc7180: Decouple the switchcap control from the power sequenceWai-Hong Tam2020-09-021-4/+4
* asurada: keep PP5000_A on at G3Ting Shen2020-08-281-3/+0
* Revert "power: Don't boot after waking up from hibernation"Daisuke Nojiri2020-08-181-6/+0
* Revert "system: Clear AP_IDLE when waking up from hibernation by AC"Daisuke Nojiri2020-08-181-3/+2
* sc7180: Increase the timeout of waiting enough powerWai-Hong Tam2020-08-181-1/+1
* task: Change mutex_lock() assertEdward Hill2020-08-151-7/+2