summaryrefslogtreecommitdiffstats
path: root/commands/gpio.c
Commit message (Expand)AuthorAgeFilesLines
* commands: gpio: Allow GPIOs to be specified by labelAndrey Smirnov2018-10-291-4/+7
* commands: gpio: Use kstrtoint() instead of simple_strtoul()Andrey Smirnov2018-10-291-3/+6
* commands: gpio: Move argument parsing into a shared functionAndrey Smirnov2018-10-291-19/+29
* Documentation: remove doxygen documentationSascha Hauer2014-06-261-62/+0
* commands: gpio_direction_output: add missed VALUE parameter to help messageAntony Pavlov2014-06-171-1/+1
* commands: harmonize in-barebox documentationHolger Schurig2014-05-141-28/+8
* commands: group 'help' outputHolger Schurig2014-05-141-0/+4
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* commands: remove struct command pointer from commandsSascha Hauer2012-02-271-4/+4
* Fix a typo in the GPIO docJuergen Beisert2010-12-211-1/+1
* doc: rework and unify documentation for gpio commandsRobert Schwebel2010-11-011-47/+55
* Fix a simple typo to less confusing the userJuergen Beisert2010-10-221-1/+1
* Add some help using the gpio commands at runtimeJuergen Beisert2010-10-221-0/+61
* remove typedef cmd_tbl_t and replace it with struct commandSascha Hauer2010-02-011-4/+4
* rename U-Boot-v2 project to bareboxSascha Hauer2009-12-151-12/+12
* command line gpio supportSascha Hauer2009-12-101-0/+122