summaryrefslogtreecommitdiff
path: root/common/hooks.c
Commit message (Expand)AuthorAgeFilesLines
* Split out power button code from switch.cRandall Spangler2013-04-251-0/+1
* Improve deferred function callsRandall Spangler2013-04-041-18/+18
* Add support for calling deferred functionsRandall Spangler2013-04-021-26/+88
* Rename tasks to HOOKS and CHIPSETRandall Spangler2013-03-191-1/+1
* Call AC change hook from the hook taskRandall Spangler2013-03-191-5/+40
* Add per-second hookRandall Spangler2012-10-301-0/+9
* Add tick taskRandall Spangler2012-10-301-0/+16
* Hook functions no longer return valuesRandall Spangler2012-10-231-15/+6
* add a new hook for pre-chipset startupDavid Hendricks2012-08-291-0/+1
* Disable touchscreen when lid is closed and in S3Randall Spangler2012-05-211-0/+1
* Add AC state change hookRandall Spangler2012-05-171-0/+1
* Add hooks for chipset power transitionsRandall Spangler2012-05-091-0/+4
* Remove unused uart.h includesRandall Spangler2012-04-251-1/+0
* Implement HOOK_SYSJUMP and use it to preserve LPC host event maskRandall Spangler2012-04-191-15/+16
* Move externs from .lds file into a header fileRandall Spangler2012-04-191-7/+1
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-191-0/+6
* Add hooks module so modules can be notified of system-level events.Randall Spangler2012-04-191-0/+63