aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-25Move all command code into its own directorySimon Glass1-220/+0
2016-01-21gpio: Warn about invalid GPIOs used with the 'gpio' commandSimon Glass1-1/+3
2016-01-21gpio: Allow 's' as an abbreviation for 'status'Simon Glass1-1/+1
2014-10-26Merge git://git.denx.de/u-boot-dmTom Rini1-36/+21
2014-10-25gpio: add protype for name_to_gpioJeroen Hofstee1-1/+1
2014-10-23dm: Move the function for getting GPIO status into the uclassSimon Glass1-36/+21
2014-08-31dm: gpio: Allow gpio command to adjust GPIOs that are busySimon Glass1-3/+6
2014-08-31dm: gpio: Enhance gpio command to show only active GPIOsSimon Glass1-32/+69
2014-05-27dm: rename device struct to udeviceHeiko Schocher1-2/+2
2014-04-18blackfin: make name_to_gpio be a weak symbolIan Campbell1-3/+4
2014-03-04dm: Enable gpio command to support driver modelSimon Glass1-13/+116
2012-03-06Convert cmd_usage() calls in common to use a return valueSimon Glass1-1/+1
2011-04-13gpio: check request resultMike Frysinger1-1/+4
2011-04-13gpio: generalize for all generic gpio providersMike Frysinger1-0/+86