summaryrefslogtreecommitdiff
path: root/cmd/gpio.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-1/+2
2020-03-13cmd: gpio: Make `gpio input` return pin value againAlex Kiernan1-1/+6
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-0/+2
2020-02-07cmd: gpio: Correct do_gpio() return valueLuka Kovacic1-5/+17
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-08-26cmd: gpio: remove redundant assignmentHeinrich Schuchardt1-1/+1
2019-02-20gpio: Use case-insentive matching on the GPIO nameSimon Glass1-1/+1
2019-02-20gpio: Show inactive GPIOs when explicitly requestedSimon Glass1-4/+4
2019-02-01gpio: Use more command-specific enums valuesSimon Glass1-14/+23
2019-01-15cmd: gpio: use correct printf codeHeinrich Schuchardt1-1/+1
2016-03-18gpio: Report errors when GPIOs cannot be readSimon Glass1-7/+27
2016-02-15gpio: Correct handling of 'gpio status'Simon Glass1-1/+1
2016-01-25Remove the cmd_ prefix from command filesSimon Glass1-0/+220