Re: [U-Boot] [PATCH] cmd: add ADC cli commands

2018-04-30 Thread Simon Glass
Hi Neil, On 27 April 2018 at 04:07, Neil Armstrong wrote: > Hi, > > On 26/04/2018 16:40, Simon Glass wrote: >> Hi Neil, >> >> On 23 April 2018 at 08:18, Neil Armstrong wrote: >>> Add an 'adc' cli command to get adc devices informations and read single >>> shots datas. >>> >>> Signed-off-by: Neil

Re: [U-Boot] [PATCH] cmd: add ADC cli commands

2018-04-27 Thread Neil Armstrong
Hi, On 26/04/2018 16:40, Simon Glass wrote: > Hi Neil, > > On 23 April 2018 at 08:18, Neil Armstrong wrote: >> Add an 'adc' cli command to get adc devices informations and read single >> shots datas. >> >> Signed-off-by: Neil Armstrong >> --- >> cmd/Kconfig | 7 >> cmd/Makefile | 1 +

Re: [U-Boot] [PATCH] cmd: add ADC cli commands

2018-04-26 Thread Simon Glass
Hi Neil, On 23 April 2018 at 08:18, Neil Armstrong wrote: > Add an 'adc' cli command to get adc devices informations and read single > shots datas. > > Signed-off-by: Neil Armstrong > --- > cmd/Kconfig | 7 > cmd/Makefile | 1 + > cmd/adc.c| 126 >

[U-Boot] [PATCH] cmd: add ADC cli commands

2018-04-23 Thread Neil Armstrong
Add an 'adc' cli command to get adc devices informations and read single shots datas. Signed-off-by: Neil Armstrong --- cmd/Kconfig | 7 cmd/Makefile | 1 + cmd/adc.c| 126 +++ 3 files changed, 134 insertions(+) create mode 1