summaryrefslogtreecommitdiff
path: root/cmd/adc.c
Commit message (Expand)AuthorAgeFilesLines
* cmd: List all uclass devices regardless of probe errorMichal Suchanek2022-10-171-12/+8
* cmd: fix do_adc_single()Vyacheslav Bocharov2022-08-041-2/+7
* cmd: simplify do_adc_single()Heinrich Schuchardt2022-05-051-6/+1
* cmd: adc: Add support for storing ADC result in env variableMarek Vasut2022-04-221-4/+14
* cmd: adc: Report return value on errorSamuel Dionne-Riel2022-01-141-2/+2
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-4/+4
* cmd: adc: Use the sub-command infrastructureBoris Brezillon2019-01-151-28/+5
* cmd: adc: add an option to scan some or all available channelsFabrice Gasnier2018-11-201-1/+54
* cmd: adc: print single conversion also in uVFabrice Gasnier2018-11-201-2/+7
* cmd: adc: add info on channel maskFabrice Gasnier2018-11-201-1/+5
* cmd: add ADC cli commandsNeil Armstrong2018-05-081-0/+120