summaryrefslogtreecommitdiff
path: root/common/ioexpander.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* util: remove unused includesYuval Peress2022-08-051-0/+1
* common/ioexpander.c: Format with clang-formatJack Rosenthal2022-06-281-17/+17
* ioexpander: Introduce GPIO save and restore functionsRob Barnes2022-01-131-0/+54
* ioex: extract shell commands from ioexpander.cMichał Barnaś2021-11-051-142/+12
* IOEX: Fix clobbering of initial flag valuesSam Hurst2021-10-271-1/+2
* IOEX: Cleanup: Use IOEX_FLAGS_INITIALIZED flag to get the IOEX statusVijay Hiremath2021-10-121-8/+9
* ioex: Skip initializing IOEXes if already initializedfactory-ambassador-14265.B-mainVijay Hiremath2021-10-051-2/+8
* ioexpander: Add support to read levels on whole IOEX portMichał Barnaś2021-02-231-0/+10
* ioexpander: Fix type error in command_ioex_getRob Barnes2020-11-121-13/+14
* ioex: Initialize IO expander for early sysjumpDaisuke Nojiri2020-05-141-2/+2
* common ioex: don't init ioex levels on SysJumpDenis Brockus2020-04-211-2/+9
* ioexpander: add IOEX_FLAGS_DISABLEDEdward Hill2020-03-201-35/+65
* ioexpander: Fix IOEX_INT after ioex_signal numbering changeEdward Hill2020-01-311-1/+1
* ioexpander: fix out-of-bounds access in last_val_changedMichael Auchter2020-01-241-1/+5
* GPIO/IOEX/eSPI: Give different IO signals unique valuesEdward Hill2019-10-251-15/+31
* IO Expander: add the interrupt support to IOEX frameworkCHLin2019-08-201-0/+49
* IO_Expander: introduce the common interface of IO expanderCHLin2019-07-241-0/+221