summaryrefslogtreecommitdiff
path: root/include/power.h
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesstabilize-quickfix-15278.72.B-ishstabilize-quickfix-15183.78.B-ishstabilize-15446.B-ishstabilize-15439.B-ishstabilize-15432.B-ishstabilize-15429.B-ishstabilize-15415.B-ishstabilize-15395.B-ishstabilize-15393.48.B-ishstabilize-15381.B-ishstabilize-15364.B-ishstabilize-15361.B-ishstabilize-15359.B-ishstabilize-15359.58.B-ishstabilize-15359.50.B-ishstabilize-15359.45.B-ishstabilize-15335.B-ishstabilize-15329.59.B-ishstabilize-15329.44.B-ishstabilize-15317.B-ishstabilize-15301.B-ishstabilize-15300.B-ishstabilize-15278.64.B-ishstabilize-15251.B-ishstabilize-15245.B-ishstabilize-15236.66.B-ishstabilize-15208.B-ishstabilize-15207.B-ishstabilize-15185.B-ishstabilize-15185.7.B-ishstabilize-15183.82.B-ishstabilize-15183.69.B-ishstabilize-15183.14.B-ishstabilize-15174.B-ishstabilize-15167.B-ishstabilize-15129.B-ishstabilize-15122.B-ishstabilize-15120.B-ishstabilize-15117.86.B-ishstabilize-15117.48.B-ishstabilize-15117.111.B-ishrelease-R114-15437.B-ishrelease-R113-15393.B-ishrelease-R112-15359.B-ishrelease-R111-15329.B-ishrelease-R110-15278.B-ishrelease-R109-15237.B-ishrelease-R109-15236.B-ishrelease-R108-15183.B-ishrelease-R107-15117.B-ishishfirmware-ti50-prepvt-15315.B-ishfirmware-skyrim-15390.B-ishfirmware-skyrim-15369.B-ishfirmware-nissa-15217.B-ishfirmware-nissa-15217.45.B-ishfirmware-nissa-15217.126.B-ishfirmware-duplo-15151.B-ishfirmware-corsola-15194.B-ishfactory-trogdor-15210.B-ishfactory-skyrim-15384.B-ishfactory-nissa-15199.B-ishfactory-corsola-15197.B-ishfactory-corsola-15196.B-ishfactory-brya-15231.B-ishMike Frysinger2022-09-141-1/+1
* Specify type for forward-declared enumsTom Hughes2021-05-061-1/+2
* power: Move the sleep failure detection to a common libraryWai-Hong Tam2020-08-071-0/+61
* include/power: Add dummy power_get_state if no CHIPSET taskNicolas Boichat2020-06-231-0/+6
* common: add CONFIG_POWER_SIGNAL_RUNTIME_CONFIGZick Wei2020-06-231-0/+4
* power: add power_wait_mask_signals_timeout()Eric Yilun Lin2020-05-081-2/+17
* power/common: Add board specific API for 5V controlAseda Aboagye2020-02-211-0/+10
* power: Make power_signal_get_level() overridableAseda Aboagye2020-02-051-1/+1
* cometlake: Minimize delay for high->low rsmrst passthroughScott Collyer2019-09-041-0/+11
* power: Replace weak attr with __overridableYilun Lin2019-08-221-4/+5
* intel_x86: Use common code to get power signal's levelVijay Hiremath2019-06-201-0/+5
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* power: Manipulate wake mask during s0ix timeoutsEvan Green2019-05-081-0/+5
* power/intel_x86: Introduce s0ix failure detectionEvan Green2019-03-281-1/+17
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-4/+4
* power: Add power_get_state APIDaisuke Nojiri2018-07-251-0/+7
* Revert "power: Get rid of power_board_handle_host_sleep_event"Furquan Shaikh2017-11-151-0/+8
* power: Get rid of power_board_handle_host_sleep_eventFurquan Shaikh2017-10-311-8/+0
* power: Add default sleep event state HOST_SLEEP_EVENT_DEFAULT_RESETFurquan Shaikh2017-10-311-1/+9
* power: Add task-safe API to control 5V rail.Aseda Aboagye2017-10-231-0/+15
* power: Add flag to disable power signal at bootFurquan Shaikh2017-10-031-1/+6
* power: Expose power_signal_{enable/disable}_interrupt outside power/common.cFurquan Shaikh2017-10-031-0/+10
* power: Add flags parameter to power_signal_infoFurquan Shaikh2017-10-031-1/+26
* power: Provide chipset and board callbacks on host sleep event commandFurquan Shaikh2017-09-221-0/+16
* Apollolake: Enter/exit from S0ix based on host commands from kernelArchana Patni2016-11-171-1/+11
* skylake: Add support to S0iX based on host commands from KernelVijay Hiremath2016-11-131-10/+0
* power: rk3399: Debounce PGOOD_AP signalShawn Nematbakhsh2016-08-251-1/+13
* mkbp_event: Allow host to report sleep state for non-wake event skippingShawn Nematbakhsh2016-08-121-0/+8
* kunimitsu: hibernate: enable PseudoG3 support at board levelKevin K Wong2016-02-181-4/+0
* Don't declare functions inline that aren't always defined as suchPatrick Georgi2016-02-021-2/+2
* Kunimitsu: Add S0ix on SLP_S0 assertionKyoung Kim2015-11-191-1/+17
* 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-0/+14
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-2/+2
* stm32l: supports fake-hibernateLouis Yung-Chieh Lo2014-03-061-0/+7
* x86 & tegra: add CONFIG_POWER_COMMON.Yung-Chieh Lo2014-01-211-2/+2
* tegra: refactor the power state machine.Louis Yung-Chieh Lo2014-01-171-1/+1
* clean-up: change __CROS_EC_POWER_COMMON_H define.Louis Yung-Chieh Lo2014-01-111-3/+3
* x86: generalize power state machine for all platforms (2/2)Louis Yung-Chieh Lo2014-01-091-36/+37
* x86: generalize power state machine for all platforms (1/2)Louis Yung-Chieh Lo2014-01-071-0/+98