summaryrefslogtreecommitdiff
path: root/include/hooks.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up CONFIG_CASE_CLOSED_DEBUG usageRandall Spangler2017-09-071-1/+1
* cr50: Add case closed debugging V1 configurationRandall Spangler2017-08-041-0/+9
* switch: Initialize switch state earlier during HOOK_INITShawn Nematbakhsh2017-06-301-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
* Add tick taskRandall Spangler2012-10-301-0/+1
* Hook functions no longer return valuesRandall Spangler2012-10-231-15/+19
* add a new hook for pre-chipset startupDavid Hendricks2012-08-291-0/+2
* Fix order of init hooks so chipset is called before power buttonRandall Spangler2012-07-241-1/+8
* Disable touchscreen when lid is closed and in S3Randall Spangler2012-05-211-0/+2
* Add AC state change hookRandall Spangler2012-05-171-0/+1
* Add hooks for chipset power transitionsRandall Spangler2012-05-091-8/+18
* Implement HOOK_SYSJUMP and use it to preserve LPC host event maskRandall Spangler2012-04-191-1/+7
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-191-0/+2
* Add hooks module so modules can be notified of system-level events.Randall Spangler2012-04-191-0/+48