summaryrefslogtreecommitdiff
path: root/chip/lm4/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-385/+0
* COIL: chip/lm4: Update terminologyCaveh Jalali2021-08-041-1/+1
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-3/+5
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-2/+2
* gpio: Add function to clear pending interruptDuncan Laurie2017-03-011-0/+12
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-6/+5
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-1/+1
* gpio: Make GPIO_INT_BOTH explicitly RISING|FALLINGRandall Spangler2013-11-231-1/+3
* cleanup: Assorted TODO commentsRandall Spangler2013-10-311-1/+2
* lm4: Use low speed clock in deep sleep.Alec Berg2013-10-211-0/+12
* lm4: GPIO interrupt handler scans through fewer GPIOsRandall Spangler2013-10-151-2/+4
* lm4: Modified clock gating to allow easy expansion to low power.Alec Berg2013-10-101-9/+41
* 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-3/+3
* Clean up configuring GPIO alternate functionsRandall Spangler2013-08-071-40/+40
* Add some ifdefs to distinguish between Link and SlippyBill Richardson2013-05-021-3/+12
* Add flash write protect testVic Yang2013-04-171-1/+1
* Refactor gpio_set_level() and gpio_pre_init()Randall Spangler2013-04-151-23/+29
* Allow GPIO alternate function 0Randall Spangler2013-04-111-2/+2
* Move gpio_get_name() to gpio_common.cRandall Spangler2013-04-111-5/+0
* Rename power_button module to switchRandall Spangler2012-10-301-1/+1
* Clean up GPIO module.Randall Spangler2012-10-301-73/+82
* Clean up GPIO moduleRandall Spangler2012-10-251-35/+36
* Hook functions no longer return valuesRandall Spangler2012-10-231-5/+1
* Allow GPIOs to be set up laterSimon Glass2012-08-271-0/+2
* Disable unused BDS functionalityRandall Spangler2012-05-171-9/+3
* Use open drain reset signals, and clean up signals to 5VALW-powered devicesRandall Spangler2012-05-101-2/+6
* Add gpio_set_flags() and system_get_board_version()Randall Spangler2012-05-081-29/+53
* Move gpio list into gpio.h header fileSimon Glass2012-05-081-4/+0
* Add gpio_get_name() to return the name of a signalSimon Glass2012-05-031-0/+6
* Remove unused uart.h includesRandall Spangler2012-04-251-1/+0
* 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