]> git.sur5r.net Git - u-boot/commit
adc: add Amlogic Meson SAR ADC driver
authorNeil Armstrong <narmstrong@baylibre.com>
Mon, 23 Apr 2018 14:19:23 +0000 (16:19 +0200)
committerTom Rini <trini@konsulko.com>
Tue, 8 May 2018 13:07:40 +0000 (09:07 -0400)
commit59beb238d5b0609bdb2457a7e66e72212369d44b
tree81bf3ed8f3b740a8977459d255c7ccb9a6aa6deb
parente068512ca6c915325cbb6da00961adb07230f03f
adc: add Amlogic Meson SAR ADC driver

This patch adds the driver for the Amlogic Meson Successive Approximation
Register (SAR) A/D Converter based on the Linux IIO driver thanks to the
great work of Martin Blumenstingl.
The driver has been adapted to U-Boot and the ADC UClass.

This patch depends on the regmap "regmap: add regmap_update_bits() helper"
patch and has been tested using the newly introducted "adc" CLI command
in the "cmd: add ADC cli commands" patch.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
drivers/adc/Kconfig
drivers/adc/Makefile
drivers/adc/meson-saradc.c [new file with mode: 0644]