summaryrefslogtreecommitdiff
path: root/include/hooks.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
* Hooks: Add HOOK_CHIPSET_HARD_OFFDiana Z2021-03-181-0/+7
* zephyr: shim in hooks and deferredJack Rosenthal2020-11-051-7/+30
* zephyr: disable DECLARE_HOOK and DECLARE_DEFERRED macrosJack Rosenthal2020-10-011-4/+8
* hooks: Introduce chipset resume init and suspend complete hooksWai-Hong Tam2020-07-301-0/+18
* hooks: Introduce HOOK_CHIPSET_SHUTDOWN_COMPLETEWai-Hong Tam2020-06-061-0/+7
* remove cr50 related filesNamyoon Woo2020-03-091-9/+0
* it83xx/dac: add DAC moduletim2020-02-211-0/+1
* tcpci: change connect to auto discharge disconnectDenis Brockus2019-12-121-2/+0
* tcpci: POWER_CTRL auto discharge disconnect initDenis Brockus2019-12-051-0/+2
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-1/+6
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* USB-PD: Add hook for PD connect eventDaisuke Nojiri2019-05-081-3/+6
* Hook: Define HOOK_PRIO_INIT_ADC as enum hook_priorityDaisuke Nojiri2019-03-261-0/+2
* tcpm:it83xx: GRL-USB-PD TDA2.1.2.2 BIST testRuibin Chang2018-09-071-0/+7
* common: add BASE_CHANGE hookDmitry Torokhov2018-08-211-0/+7
* ec: Make it possible to run tests with AddressSanitizer enabledNicolas Boichat2018-06-281-2/+4
* stm32/usb: Add HOOK_USB_PM_CHANGE, called when USB is resumed/suspendedNicolas Boichat2018-02-021-0/+10
* Clean up CONFIG_CASE_CLOSED_DEBUG usageRandall Spangler2017-09-011-1/+1
* cr50: Add case closed debugging V1 configurationRandall Spangler2017-07-201-0/+9
* switch: Initialize switch state earlier during HOOK_INITShawn Nematbakhsh2017-03-021-6/+8
* cleanup: Remove charge_state_v1Sam Hurst2017-02-061-7/+0
* common: Add TABLET_MODE hook.Gwendal Grignou2016-09-071-0/+7
* reef: Initialize charge suppliers after change manager is initializedVijay Hiremath2016-05-281-0/+2
* hooks: Add relative HOOK_INIT priority for peripheralsShawn Nematbakhsh2016-05-051-4/+8
* Deferred: Remove hard coded number of deferredsAnton Staaf2016-04-191-3/+0
* Deferred: Use deferred_data instead of function pointerAnton Staaf2016-04-181-14/+20
* mec1322: clock: Use full-speed 48MHz processor clock during EC bootShawn Nematbakhsh2016-02-091-0/+2
* ec: Add a chipset reset hookDuncan Laurie2016-01-251-0/+7
* glados_pd: reduce image size and build full RO and RWAlec Berg2015-10-191-1/+1
* hooks: Move HOOK_INIT to after task switching.Aseda Aboagye2015-07-131-5/+0
* Add option to enable GCC LTOVincent Palatin2015-05-191-1/+1
* hooks: add hook for battery state of charge changeAlec Berg2015-02-031-0/+7
* I2C: Increase priority of i2c_initAlexandru M Stan2015-01-161-5/+7
* Hooks: Use CONCAT and STRINGIFY macros in hook definitionsAnton Staaf2014-12-021-5/+7
* Initialize extpower module prior to modules with default priorityChromeOS Developer2014-03-291-0/+2
* make the common runtime optionalVincent Palatin2014-03-221-0/+6
* rambi: Control LEDs using PWMRandall Spangler2013-10-081-0/+2
* Add comments about hooks and deferred functionsRandall Spangler2013-09-061-0/+28
* stm32l: Add a "PRE_FREQ_CHANGE" hook to allow other code to prepareDoug Anderson2013-08-291-2/+7
* Completely new thermal/fan implementationBill Richardson2013-08-231-2/+5
* Poll and cache g781 temperature valuesDave Parker2013-08-131-0/+2
* Fix documentation for lid change and power button hooksRandall Spangler2013-08-011-2/+2
* Add hook for changes in the charge state machineDave Parker2013-08-011-0/+7
* Split out power button code from switch.cRandall Spangler2013-04-251-0/+10
* Trigger dma_init() via HOOK_INITRandall Spangler2013-04-031-0/+2
* Split lid switch code out of switch.c to its own fileRandall Spangler2013-04-021-0/+2
* Add support for calling deferred functionsRandall Spangler2013-04-021-0/+41
* Call AC change hook from the hook taskRandall Spangler2013-03-191-26/+91
* Add per-second hookRandall Spangler2012-10-301-0/+1