summaryrefslogtreecommitdiff
path: root/include/hooks.h
Commit message (Expand)AuthorAgeFilesLines
* 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