summaryrefslogtreecommitdiff
path: root/chip/mec1322/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-4/+6
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-7/+7
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-14/+14
* gpio: Add function to clear pending interruptDuncan Laurie2017-03-011-0/+18
* mec1322: fix gpio_disable_interruptKyoung Kim2015-11-031-1/+1
* mec1322: Do not set mux mode to GPIO in gpio_set_flags_by_mask()Shamile Khan2015-10-071-3/+3
* Rename gpio_is_reboot_warm() to system_is_reboot_warm()Vijay Hiremath2015-09-291-1/+1
* mec1322: Properly initialize the ALTERNATE GPIO level flagsKevin K Wong2015-09-101-4/+5
* cleanup: GPIO: Use common macro for converting mask to GPIOShawn Nematbakhsh2015-07-191-5/+5
* mec1322: Added support for sysjump.stabilize-7173.BDivya Jyothi2015-06-141-3/+20
* mec1322: gpio: Properly set alternate GPIO functionShawn Nematbakhsh2015-04-221-1/+3
* gpio: Refactor IRQ handler pointer out of gpio_listAseda Aboagye2015-04-101-4/+2
* mec1322: Clear interrupt status before enabling GPIO interruptVic Yang2015-01-171-5/+12
* mec1322: reports actual GPIO level for output pinsVic Yang2014-07-091-4/+1
* force the compiler to use a valid register allocation for irq handlersVincent Palatin2014-03-111-1/+1
* mec1322: handle dummy GPIO gracefullystabilize-springlte-5116.46.Bstabilize-5116.88.Bstabilize-5116.53.Bstabilize-5116.115.Bstabilize-5116.113.Brelease-R33-5116.BVic (Chun-Ju) Yang2013-12-171-11/+31
* mec1322: Add GPIO interrupt supportVic (Chun-Ju) Yang2013-11-261-3/+116
* mec1322: initial commitVic (Chun-Ju) Yang2013-11-211-0/+116