summaryrefslogtreecommitdiff
path: root/include/gpio.h
Commit message (Expand)AuthorAgeFilesLines
* ec_gpio: Add GPIO power down supportScott Worley2017-12-281-0/+13
* g: don't enable interrupts in gpio_set_flags_by_maskMary Ruthven2017-06-131-2/+0
* gpio: Move gpio_get_ternary to common gpio functionsNicolas Boichat2017-06-111-0/+9
* g: add flag to delay int enable until board_initMary Ruthven2017-06-051-0/+2
* npcx: system: Add support for npcx7 series ecMulin Chao2017-05-091-0/+1
* npcx: gpio: Add support for npcx7 series ec.Mulin Chao2017-04-251-0/+1
* gpio: Add function to clear pending interruptDuncan Laurie2017-03-011-0/+10
* servo_micro: add gpio mode get and setNick Sanders2016-04-271-0/+20
* GPIO: Rename and move board_set_gpio_hibernate_stateAnton Staaf2016-03-211-3/+0
* GPIO: Move STM32 specific gpio_enabled_clocksAnton Staaf2016-03-021-8/+0
* GPIO: Move host and console commands to new fileAnton Staaf2016-03-021-0/+19
* GPIO: Remove gpio_alt_funcs table from common headerAnton Staaf2016-02-221-21/+0
* GPIO: Remove gpio_get_level_reg functionAnton Staaf2016-01-271-12/+0
* GPIO: Remove GPIO_TO_PORT_MASK_PAIRAnton Staaf2016-01-271-5/+0
* mec1322: hibernate: Don't reconfigure all GPIOsShawn Nematbakhsh2016-01-251-0/+3
* GPIO: Simplify configurationAnton Staaf2016-01-201-18/+7
* GPIO: Add gpio_reset functionAnton Staaf2016-01-191-0/+11
* Rename gpio_is_reboot_warm() to system_is_reboot_warm()Vijay Hiremath2015-09-291-8/+0
* gpio: Merge config_module into config_pins.Aseda Aboagye2015-09-261-0/+10
* common: Add __fls functionGwendal Grignou2015-09-211-1/+1
* mec1322: Allow GPIO hibernate state to be specified at board-levelShawn Nematbakhsh2015-08-111-0/+5
* I2C: i2c_raw_mode() should only touch I2C port specifiedli feng2015-07-251-0/+12
* cleanup: GPIO: Use common macro for converting mask to GPIOShawn Nematbakhsh2015-07-191-0/+3
* it8380dev: add pin 3.3v/1.8v selectionDino Li2015-06-301-0/+1
* cleanup: Don't shadow NULL with an enumBill Richardson2015-06-181-1/+1
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-7/+18
* cr50: Separate ARM core GPIOs from pinmux configurationBill Richardson2015-02-201-13/+1
* cleanup: bitmasks should be unsigned valuesBill Richardson2015-02-201-1/+1
* Add support for shared interrupts.Myles Watson2014-12-191-0/+1
* g: implement GPIOsVincent Palatin2014-12-101-1/+13
* 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