summaryrefslogtreecommitdiff
path: root/power/common.c
Commit message (Expand)AuthorAgeFilesLines
* power: add power_wait_mask_signals_timeout()Eric Yilun Lin2020-05-081-2/+7
* power: Boot on wake from hibernation for non-EFS2 boardsDaisuke Nojiri2020-05-061-2/+1
* power: Don't boot after waking up from hibernationDaisuke Nojiri2020-05-061-0/+7
* power/common: Add board specific API for 5V controlAseda Aboagye2020-02-211-5/+9
* power: Make power_signal_get_level() overridableAseda Aboagye2020-02-051-1/+1
* EC: Implementation for AP reboot from G3 state using ectool command.Sooraj Govindan2019-12-101-1/+17
* power: Fix CONFIG_HOSTCMD_ESPI_VW_SLP_SIGNALS checksKeith Short2019-10-111-20/+20
* printf: Convert %l to %llEvan Green2019-10-051-1/+1
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-2/+4
* cutoff: ensure logs are flushed before cut-offYilun Lin2019-09-101-0/+2
* power: Make HC host_sleep_event independent from power common.Yilun Lin2019-08-231-71/+0
* power: Replace weak attr with __overridableYilun Lin2019-08-221-7/+5
* intel_x86: Use common code to get power signal's levelVijay Hiremath2019-06-201-1/+1
* ec: Remove extraneous new line as the end of CPRINTS stringsNicolas Boichat2019-06-201-1/+1
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* intel_x86/power: Consolidate chipset specific power signals arrayVijay Hiremath2019-06-131-1/+2
* power: Manipulate wake mask during s0ix timeoutsEvan Green2019-05-081-11/+17
* 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-281-10/+42
* power: Allow board to take custom action on G3 timer expirationDaisuke Nojiri2019-03-281-9/+24
* power: Refactor POWER_G3 state logicDaisuke Nojiri2019-03-121-18/+13
* power/common: Wait some time before updating wake masksFurquan Shaikh2018-10-301-5/+35
* power: add chipset_in_or_transitioning_to_stateJett Rink2018-09-071-0/+31
* espi: Rename CONFIG_HOSTCMD_ESPI_VW_SIGNALS to CONFIG_HOSTCMD_ESPI_VW_SLP_SIG...Furquan Shaikh2018-07-271-4/+4
* power: Add power_get_state APIDaisuke Nojiri2018-07-251-0/+5
* espi: rename remaining eSPI optionsJett Rink2018-05-231-4/+4
* lpc/espi: convert remaning CONFIG_LPC to CONFIG_HOSTCMD_X86Jett Rink2018-05-221-1/+1
* power/common: Preserve 5v enable across sysjumpJustin TerAvest2018-04-191-0/+25
* debugging: Correcting console channel to chipset instead of switchJett Rink2018-03-061-1/+1
* power: Fix interrupt enable in siglog_deferredEdward Hill2018-01-111-1/+1
* espi: Add API to test if signal is eSPI virtual wireScott Worley2018-01-021-11/+19
* host_events: Introduce unified host event commandJenny TC2017-12-061-1/+41
* power: Add default sleep event state HOST_SLEEP_EVENT_DEFAULT_RESETFurquan Shaikh2017-10-311-2/+2
* power: Add task-safe API to control 5V rail.Aseda Aboagye2017-10-231-0/+27
* power: Call power_chipset_handle_host_sleep_event on state resetFurquan Shaikh2017-10-031-0/+1
* power: Add flag to disable power signal at bootFurquan Shaikh2017-10-031-1/+4
* power: Expose power_signal_{enable/disable}_interrupt outside power/common.cFurquan Shaikh2017-10-031-1/+11
* power: Add flags parameter to power_signal_infoFurquan Shaikh2017-10-031-1/+7
* power: Provide chipset and board callbacks on host sleep event commandFurquan Shaikh2017-09-221-0/+8
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* S0ix: use both SLP_S0 interrupt and host command for s0ixJenny TC2017-07-241-16/+0
* task: Wait for HOOK_INIT completion before scheduling tasksShawn Nematbakhsh2017-06-191-2/+1
* Apollolake: Enter/exit from S0ix based on host commands from kernelArchana Patni2016-11-171-0/+25
* skylake: Add support to S0iX based on host commands from KernelVijay Hiremath2016-11-131-4/+0
* include: Add default state for ESPI and VW_SIGNALSDuncan Laurie2016-10-251-3/+3
* power: common: Prevent console spam.Aseda Aboagye2016-09-261-2/+16
* power: common: Print RTC when changing states.Aseda Aboagye2016-09-231-0/+3
* power: common: uint64divmod() for host_command_hibernation_delay()Dino Li2016-09-131-2/+5
* power: rk3399: Debounce PGOOD_AP signalShawn Nematbakhsh2016-08-251-4/+11