summaryrefslogtreecommitdiff
path: root/chip/host/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* chip: Sort header filesJeremy Bettis2022-11-291-2/+0
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* chip/host/gpio.c: Format with clang-formatJack Rosenthal2022-06-281-3/+3
* host: adding gpio print for debuggingJett Rink2019-11-041-0/+12
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-1/+1
* chip/host: Add spi+trng support, and add gpio funcCraig Hesling2019-07-181-0/+6
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* chip/host/gpio.c: Fix out of bounds accessNicolas Boichat2018-06-211-1/+3
* gpio: Add function to clear pending interruptDuncan Laurie2017-03-011-0/+5
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-2/+3
* gpio: Make GPIO_INT_BOTH explicitly RISING|FALLINGRandall Spangler2013-11-231-4/+2
* Emulator support of fake GPIO inputVic Yang2013-10-011-1/+34
* Support multi-bit mask in STM32L's GPIO functionsVic Yang2013-09-111-1/+2
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-0/+11
* Add lid switch test and enable kb_mkbp testVic Yang2013-05-081-0/+5
* Pthread-based emulator for unit testingstabilize-4100.38.BVic Yang2013-05-071-0/+24