summaryrefslogtreecommitdiff
path: root/power/common.c
Commit message (Expand)AuthorAgeFilesLines
* Battery: Implement smart discharge systemDaisuke Nojiri2020-06-221-3/+94
* power: Allow board to take custom action on G3 timer expirationDaisuke Nojiri2020-06-221-9/+24
* power: Refactor POWER_G3 state logicDaisuke Nojiri2020-06-191-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
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-8/+4
* power: Add virtual-wire power signals support for skylake.Mulin Chao2016-08-131-1/+21
* mkbp_event: Allow host to report sleep state for non-wake event skippingShawn Nematbakhsh2016-08-121-0/+21
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-1/+1
* kunimitsu: hibernate: enable PseudoG3 support at board levelKevin K Wong2016-02-181-4/+0
* Power: Use gpio_get_name instead of gpio_listAnton Staaf2016-01-191-2/+1
* Kunimitsu: Add S0ix on SLP_S0 assertionKyoung Kim2015-11-191-2/+33
* power: Add power signal interrupt storm detectionShawn Nematbakhsh2015-11-191-0/+34
* ec_commands: Add "hibdelay" as an EC host command.Aseda Aboagye2015-09-251-0/+30
* Fixed a failure of power button press while entering G3 state.Kaiyen Chang2015-08-311-6/+43
* tasks: Remove most task_start_called() calls.Aseda Aboagye2015-08-011-2/+1
* Braswell: Added SOC G3 / Pseudo G3 supportKevin K Wong2015-07-141-0/+4
* power: Move EC_CMD_GSV_PAUSE_IN_S5 handler to common codeShawn Nematbakhsh2015-05-071-1/+51
* ryu: add a dummy power module for controlling sensors.Gwendal Grignou2014-11-181-0/+2
* samus: change hibernate delay to 7 daysAlec Berg2014-10-211-3/+10
* Add options to disable rarely used console commandsVic Yang2014-09-241-0/+2
* ryu: disable system hibernateVic Yang2014-08-291-0/+8
* Add CONFIG_BRINGUP option to help debug signals for bringupBill Richardson2014-06-051-0/+66
* Add cprints() and ccprints()Vic Yang2014-05-211-10/+10