summaryrefslogtreecommitdiff
path: root/power/sc7180.c
Commit message (Expand)AuthorAgeFilesLines
* power: sc7180: move power signals definition to sc7180 commonJack Rosenthal2021-03-181-0/+36
* Lazor: Modify SWITCHCAP_PG_CHECK_TIMEOUT and _WAITSue Chen2021-01-201-2/+2
* sc7180: Increase delays between enabling switchcap and enabling PMICWai-Hong Tam2020-12-021-5/+5
* sc7180: Fix forever loop if not enough power to boot APWai-Hong Tam2020-11-141-2/+5
* 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
* 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
* sc7180: Increase the timeout of waiting enough powerWai-Hong Tam2020-08-181-1/+1
* sc7180: Don't neglect the delay in a forced shutdownWai-Hong Tam2020-08-131-3/+3
* sc7180: Cancel the power button timer during the power state transitionWai-Hong Tam2020-08-111-9/+18
* sc7180: Fix the S3 state checkWai-Hong Tam2020-08-111-1/+1
* sc7180: Monitor AP_RST_L from PMIC to notify HOOK_CHIPSET_RESETWai-Hong Tam2020-08-081-0/+57
* sc7180: Support the sleep failure detection to SC7180 power sequenceWai-Hong Tam2020-08-081-5/+98
* sc7180: Enable the load switch during AP power-onWai-Hong Tam2020-07-301-0/+9
* sc7180: Add debug command to fake AP_SUSPEND signal to enter/exit S3Wai-Hong Tam2020-07-301-3/+45
* sc7180: Allow the idle task to go into deep sleep in S3 or lowerWai-Hong Tam2020-07-291-2/+4
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-221-1/+1
* sc7180: Support staying and leaving S3Wai-Hong Tam2020-07-221-3/+15
* power: Use a general name for PMIC_RESIN_L signal on sc7180 and sdm845Wai-Hong Tam2020-07-201-10/+10
* sc7180: Add debug message for the switchcap no power caseWai-Hong Tam2020-07-011-0/+5
* sc7180: Handle the exception cases of power onWai-Hong Tam2020-06-181-35/+69
* sc7180: Move the hook notifications out of power_on and power_offWai-Hong Tam2020-06-181-22/+17
* hooks: Introduce HOOK_CHIPSET_SHUTDOWN_COMPLETEWai-Hong Tam2020-06-061-0/+3
* Trogdor: Remove triggering AP cold reset over a hostcommandWai-Hong Tam2020-05-161-6/+0
* Trogdor: Add a delay to ensure the power-off sequence completeWai-Hong Tam2020-04-221-0/+9
* Trogdor: Increase the delay between power-on the system and power-on the PMICWai-Hong Tam2020-04-221-2/+6
* sc7180, sdm845: Clear invalid request on the power-on/off checkWai-Hong Tam2020-03-101-3/+5
* sc7180, sdm845: Disable idle task deep sleep during sysjumpWai-Hong Tam2020-02-151-0/+2
* Trogdor: Separate the interrupt handlers of WARM_RESET_L and POWER_GOODWai-Hong Tam2020-02-011-12/+17
* trogdor: Add more prints in the power sequenceAlexandru M Stan2020-02-011-1/+5
* Trogdor: Remove the IN_POWER_GOOD power-on trigger in S5/G3Wai-Hong Tam2020-02-011-25/+0
* Trogdor: Deprecate AP_RST_REQ handling logicWai-Hong Tam2020-01-241-14/+0
* sdm845, sc7180: Prioritize the power_request for checking power on and offWai-Hong Tam2020-01-231-16/+18
* Trogdor: Remove VBOB rail controlWai-Hong Tam2019-12-101-4/+2
* Trogdor: On startup, turn off the system without checkWai-Hong Tam2019-12-101-4/+17
* Trogdor: Initial board commitWai-Hong Tam2019-11-221-0/+880