aboutsummaryrefslogtreecommitdiff
path: root/cmd/adc.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-17cmd: List all uclass devices regardless of probe errorMichal Suchanek1-12/+8
2022-08-04cmd: fix do_adc_single()Vyacheslav Bocharov1-2/+7
2022-05-05cmd: simplify do_adc_single()Heinrich Schuchardt1-6/+1
2022-04-22cmd: adc: Add support for storing ADC result in env variableMarek Vasut1-4/+14
2022-01-14cmd: adc: Report return value on errorSamuel Dionne-Riel1-2/+2
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass1-4/+4
2019-01-15cmd: adc: Use the sub-command infrastructureBoris Brezillon1-28/+5
2018-11-20cmd: adc: add an option to scan some or all available channelsFabrice Gasnier1-1/+54
2018-11-20cmd: adc: print single conversion also in uVFabrice Gasnier1-2/+7
2018-11-20cmd: adc: add info on channel maskFabrice Gasnier1-1/+5
2018-05-08cmd: add ADC cli commandsNeil Armstrong1-0/+120