summaryrefslogtreecommitdiff
path: root/common/gpio_commands.c
Commit message (Expand)AuthorAgeFilesLines
* 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