summaryrefslogtreecommitdiff
path: root/include/gpio.h
Commit message (Expand)AuthorAgeFilesLines
* GPIO: Reduce code duplication in STM32 gpio driverAnton Staaf2014-07-171-0/+16
* gpio: Replace duplication in gpio declarations with X-macro fileAnton Staaf2014-06-261-3/+0
* gpio: Make GPIO_INT_BOTH explicitly RISING|FALLINGRandall Spangler2013-11-231-4/+3
* mec1322: initial commitVic (Chun-Ju) Yang2013-11-211-5/+1
* lm4: Use low speed clock in deep sleep.Alec Berg2013-10-211-0/+12
* lm4: Modified clock gating to allow easy expansion to low power.Alec Berg2013-10-101-0/+2
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-111-1/+1
* Fix a bug that GPIO cannot be set as input on stm32lVic Yang2013-09-041-22/+26
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-20/+77
* Add build-time checks on board-specific array sizes.Bill Richardson2013-07-311-1/+1
* Rename GPIO_HI_Z macros to more descriptive GPIO_ODR_HIGH/LOWBill Richardson2013-06-131-2/+2
* haswell: fix RCIN# GPIO settingAaron Durbin2013-05-221-0/+1
* Refactor gpio_set_level() and gpio_pre_init()Randall Spangler2013-04-151-17/+12
* Allow GPIO alternate function 0Randall Spangler2013-04-111-1/+1
* Move asserting host keyboard interrupt signal to keyboard_scanRandall Spangler2013-03-201-0/+4
* Clean up GPIO module.Randall Spangler2012-10-301-3/+3
* Clean up GPIO moduleRandall Spangler2012-10-251-22/+52
* Allow GPIOs to be set up laterSimon Glass2012-08-271-1/+1
* gpio: Add fast access to GPIO levelSimon Glass2012-07-021-0/+12
* Add gpio_set_flags() and system_get_board_version()Randall Spangler2012-05-081-4/+8
* Move gpio list into gpio.h header fileSimon Glass2012-05-081-0/+3
* Add gpio_get_name() to return the name of a signalSimon Glass2012-05-031-0/+8
* Added HOOK_INIT for driver module initsRandall Spangler2012-04-191-3/+0
* add more explicit GPIO typesDavid Hendricks2012-04-131-0/+5
* GPIO interrupts are disabled by defaultRandall Spangler2012-01-131-0/+8
* Move board-specific GPIO lists to board-specific filesRandall Spangler2012-01-121-67/+34
* Configure all GPIOsRandall Spangler2012-01-121-0/+2
* Tidy GPIO configuration and board-specific configs for modules.Randall Spangler2012-01-121-3/+6
* Add constants for all GPIOs.Randall Spangler2012-01-111-8/+62
* Add GPIO get/set commandsRandall Spangler2012-01-111-3/+5
* Split power button code into its own fileRandall Spangler2012-01-101-6/+7
* Clean up labels and TODOsRandall Spangler2012-01-101-2/+2
* Initial sources import 1/3Randall Spangler2011-12-071-0/+41