All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] Add adc uclass's channel mask and conversion helpers and enhance adc cmd
@ 2018-10-11 16:00 Fabrice Gasnier
  2018-10-11 16:00 ` [U-Boot] [PATCH 1/4] dm: adc: add uclass's mask and conversion helpers Fabrice Gasnier
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Fabrice Gasnier @ 2018-10-11 16:00 UTC (permalink / raw)
  To: u-boot

This series adds ADC uclass's helpers to
- retrieve the ADC device available channels
- ease conversions to standard unit (µV)
- enhance 'adc' command to print information on available ADC channels
- enhance 'adc' command to print conversion result both as raw and µV
- enhance 'adc' command to scan once several or all channels


Fabrice Gasnier (4):
  dm: adc: add uclass's mask and conversion helpers
  cmd: adc: add info on channel mask
  cmd: adc: print single conversion also in uV
  cmd: adc: add an option to scan some or all available channels

 cmd/adc.c                | 70 +++++++++++++++++++++++++++++++++++++++++++++---
 drivers/adc/adc-uclass.c | 37 +++++++++++++++++++++++++
 include/adc.h            | 21 +++++++++++++++
 3 files changed, 124 insertions(+), 4 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-10-22 17:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-11 16:00 [U-Boot] [PATCH 0/4] Add adc uclass's channel mask and conversion helpers and enhance adc cmd Fabrice Gasnier
2018-10-11 16:00 ` [U-Boot] [PATCH 1/4] dm: adc: add uclass's mask and conversion helpers Fabrice Gasnier
2018-10-11 16:00 ` [U-Boot] [PATCH 2/4] cmd: adc: add info on channel mask Fabrice Gasnier
2018-10-19  3:25   ` Simon Glass
2018-10-19  7:40     ` Fabrice Gasnier
2018-10-22 17:49       ` Simon Glass
2018-10-11 16:00 ` [U-Boot] [PATCH 3/4] cmd: adc: print single conversion also in uV Fabrice Gasnier
2018-10-19  3:25   ` Simon Glass
2018-10-11 16:00 ` [U-Boot] [PATCH 4/4] cmd: adc: add an option to scan some or all available channels Fabrice Gasnier
2018-10-19  3:25   ` Simon Glass
2018-10-19  3:25 ` [U-Boot] [PATCH 0/4] Add adc uclass's channel mask and conversion helpers and enhance adc cmd Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.