summaryrefslogtreecommitdiff
path: root/chip/lm4/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-191-1/+3
* Support warm reboot from one EC image to another.Randall Spangler2012-03-191-6/+20
* More cleanup of board/chip configs and initializationRandall Spangler2012-03-191-0/+6
* Split out GPIO console commandsVincent Palatin2012-02-031-116/+0
* Fix setting GPIO outputs and keyboard scanningRandall Spangler2012-01-271-1/+3
* Fix missing GPIO interruptsRandall Spangler2012-01-261-3/+3
* Indicate which signals in GPIOGET have changed since the last callRandall Spangler2012-01-251-4/+29
* register console commands at compile-timeVincent Palatin2012-01-241-18/+2
* Handle all GPIO IRQs. Interrupts no longer enabled by default.Randall Spangler2012-01-171-15/+70
* GPIO interrupts are disabled by defaultRandall Spangler2012-01-131-5/+26
* Move board-specific GPIO lists to board-specific filesRandall Spangler2012-01-121-182/+23
* Configure all GPIOsRandall Spangler2012-01-121-65/+165
* Tidy GPIO configuration and board-specific configs for modules.Randall Spangler2012-01-121-0/+60
* Add constants for all GPIOs.Randall Spangler2012-01-111-17/+70
* Add JTAG moduleRandall Spangler2012-01-111-1/+7
* Add GPIO get/set commandsRandall Spangler2012-01-111-5/+91
* Split power button code into its own fileRandall Spangler2012-01-101-204/+30
* Clean up labels and TODOsRandall Spangler2012-01-101-6/+5
* Implement power button behavior.Louis Yung-Chieh Lo2011-12-301-1/+159
* Implement EC lid switch handlerVic Yang2011-12-291-0/+102
* Change register.h macros to use inline funcs without concatenate (##).Randall Spangler2011-12-131-5/+5
* Initial sources import 1/3Randall Spangler2011-12-071-0/+58