summaryrefslogtreecommitdiff
path: root/power
Commit message (Expand)AuthorAgeFilesLines
* power: Add power sequencing logic for Tigerlake chipsetVijay Hiremath2019-09-052-2/+2
* cometlake: Minimize delay for high->low rsmrst passthroughScott Collyer2019-09-041-0/+19
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-266-25/+26
* power: Make HC host_sleep_event independent from power common.Yilun Lin2019-08-233-71/+79
* power: Replace weak attr with __overridableYilun Lin2019-08-222-12/+10
* EC: Do not drop SCI events responsible for wake.Ravi Chandra Sadineni2019-08-211-3/+0
* Trembyle: Add chipset_handle_espi_reset_assert codeDenis Brockus2019-08-141-7/+19
* Zork: Change host_cmd to be ESPIDenis Brockus2019-07-291-1/+5
* power/mt8183: Re-enable watchdog interrupt after sysjumpNicolas Boichat2019-06-251-1/+2
* power/mt8183: Hold PMIC enable to force S5->G3 transition.Nicolas Boichat2019-06-241-3/+31
* intel_x86: Use common code to get power signal's levelVijay Hiremath2019-06-202-7/+2
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-196-6/+6
* power/mt8183: Stay in S5 for 10 seconds before forcing PMIC shutdownNicolas Boichat2019-06-171-4/+13
* power/mt8183: Clarify comment about force PMIC shutdownNicolas Boichat2019-06-171-2/+3
* intel_x86: Report S0ix hang detected by EC using console printFurquan Shaikh2019-06-141-0/+1
* intel_x86/power: Consolidate chipset specific power signals arrayVijay Hiremath2019-06-1311-27/+240
* icelake: Add option to turn-off 5V-rail in power sequencingVijay Hiremath2019-06-111-0/+14
* cml: Remove while loop to check for PP5000_A_PG signalScott Collyer2019-05-242-5/+7
* power: Manipulate wake mask during s0ix timeoutsEvan Green2019-05-082-12/+34
* 7-seg display: Add config to display port80 msg and power statesAyushee2019-05-031-0/+3
* power: Init host_sleep_event resume_transitionsEvan Green2019-04-091-0/+1
* power/intel_x86: Introduce s0ix failure detectionEvan Green2019-03-282-12/+157
* power: Allow board to take custom action on G3 timer expirationDaisuke Nojiri2019-03-281-9/+24
* cometlake: Add PP5000_CONTROL config for PP5000_A railScott Collyer2019-03-161-6/+9
* cometlake: pass RSMRST_L to PCH early to meet tPCH12Rachel Nancollas2019-03-141-0/+3
* power: Refactor POWER_G3 state logicDaisuke Nojiri2019-03-121-18/+13
* kukui: Runtime configure GPIO settings between rev1 and rev2.Yilun Lin2019-03-071-18/+0
* power/mt8183: Do not react to watchdog interrupt if PMIC is offNicolas Boichat2019-02-271-2/+7
* power/mt8183: Detect AP-initiated PMIC shutdown and stay S5/G3Nicolas Boichat2019-02-271-1/+12
* power/intel_x86: Do not restore SCI/SMI masks if not backed upFurquan Shaikh2019-02-201-0/+11
* cometlake: Guard passing RSMRST_L to PCH by PP5000_A railScott Collyer2019-02-041-1/+15
* cometlake: Add power sequencing support for cometlake chipsetScott Collyer2019-01-244-0/+168
* kukui: Add BOARD_REV 2 configs.Yilun Lin2019-01-231-0/+12
* kukui: Remove BOARD_REV 0 GPIO configs.Yilun Lin2019-01-221-4/+0
* cheza: Ensure POWER_GOOD low after forcing shutdownWai-Hong Tam2019-01-111-21/+23
* sdm845: Wait for battery to stablize before bootPhilip Chen2019-01-101-5/+8
* cheza: Wait power button release before actually boot APWai-Hong Tam2018-12-101-22/+17
* flapjack: add initial content for the buildYH Lin2018-12-101-1/+1
* cheza: Make chipset_reset do a warm resetWai-Hong Tam2018-12-091-6/+36
* cheza: When warm_reset-toggling finished, issue a request to resetWai-Hong Tam2018-12-091-25/+10
* cheza: Make apreset and apshutdown calls follow the state machineWai-Hong Tam2018-12-091-24/+24
* cheza: Execute the power-off sequence on S3S5Wai-Hong Tam2018-12-061-15/+25
* baseboard/octopus: Enable CONFIG_BOARD_HAS_RTC_RESETKarthikeyan Ramasubramanian2018-12-051-0/+1
* power/rk3399: Remove unused power_seq_versionPhilip Chen2018-12-011-17/+11
* power/rk3399: Do not boot until power button is releasedPhilip Chen2018-11-191-2/+15
* power/mt8183: Fix power transition from S3 to S0.Yilun Lin2018-11-081-4/+4
* power/mt8183: Obey ap-off reset flag if PMIC is already upstabilize-11217.BNicolas Boichat2018-11-011-1/+7
* cheza: Do S0->S5->S0 transition after warm_reset-toggling finishedWai-Hong Tam2018-10-311-10/+26
* power/common: Wait some time before updating wake masksFurquan Shaikh2018-10-301-5/+35