Re: [U-Boot] [PATCH 3/4] cmd: adc: print single conversion also in uV

2018-10-18 Thread Simon Glass
On 11 October 2018 at 10:00, Fabrice Gasnier wrote: > Use newly introduced adc_raw_to_uV() API to print conversion result > both as raw value and micro-volts by default. > > Signed-off-by: Fabrice Gasnier > --- > > cmd/adc.c | 9 +++-- > 1 file changed, 7 insertions(+), 2 deletions(-) > Rev

[U-Boot] [PATCH 3/4] cmd: adc: print single conversion also in uV

2018-10-11 Thread Fabrice Gasnier
Use newly introduced adc_raw_to_uV() API to print conversion result both as raw value and micro-volts by default. Signed-off-by: Fabrice Gasnier --- cmd/adc.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cmd/adc.c b/cmd/adc.c index 39f61c1..7360a96 100644 --- a/c