summaryrefslogtreecommitdiff
path: root/common/gpio_commands.c
Commit message (Expand)AuthorAgeFilesLines
* zephyr: Support PLATFORM_EC_CMD_GPIO_EXTENDED flagKnox Chiou2023-04-111-2/+5
* gpio: Wrap gpio_get_default_flags by gpio_get_flagsDaisuke Nojiri2023-02-281-7/+2
* zephyr: shim: use device specific 1.8V GPIO flagsFabio Baltieri2022-11-111-1/+4
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-2/+2
* common/gpio_commands.c: Format with clang-formatJack Rosenthal2022-06-291-23/+15
* common/gpio_commands.c: set() considers GPIO reconfigurationJes B. Klinke2022-06-211-2/+7
* gpio: Cleanup CONFIG_CMD_GPIO_EXTENDEDKeith Short2022-03-161-16/+11
* zephyr: Directly map GPIO flagsKeith Short2022-03-161-0/+6
* common: Restrict gpioset console command for FPMCUYicheng Li2020-06-091-4/+6
* ec: Reduced stack usage of gpioget console commandBrian J. Nemec2020-04-021-15/+29
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-2/+2
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* npcx: gpio: implement the gpio_get_flags_by_mask functionCHLin2018-11-051-1/+4
* Cr50: Mark several console commands as safeBill Richardson2016-08-311-3/+3
* cleanup: DECLARE_CONSOLE_COMMAND only needs 4 argsBill Richardson2016-08-241-4/+2
* servo_micro: add gpio mode get and setNick Sanders2016-04-271-13/+79
* GPIO: Move host and console commands to new fileAnton Staaf2016-03-021-0/+208
* Move gpio_get_name() to gpio_common.cRandall Spangler2013-04-111-180/+0
* Clean up GPIO moduleRandall Spangler2012-10-251-14/+21
* Change host command params/response pointers to void *Randall Spangler2012-07-261-7/+4
* Add GPIO get/set host commandVic Yang2012-07-131-0/+56
* Better help for console commandsRandall Spangler2012-05-251-8/+14
* More debug command cleanup to save spaceRandall Spangler2012-05-211-27/+17
* Move gpio list into gpio.h header fileSimon Glass2012-05-081-4/+0
* Use console output instead of uart output for console commandsRandall Spangler2012-04-241-11/+10
* Split out GPIO console commandsVincent Palatin2012-02-031-0/+129