mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-08 17:27:13 +00:00
This commit adds driver for Exynos54xx ADC subsystem. The driver is implemented using driver model, amd provides ADC uclass's methods for ADC single channel operations: - adc_start_channel() - adc_channel_data() - adc_stop() The basic parameters of ADC conversion, are: - sample rate: 600KSPS - output the data as average of 8 time conversion ADC features: - sample rate: 600KSPS - resolution: 12-bit - channels: 10 (analog multiplexer) Signed-off-by: Przemyslaw Marczak <p.marczak@samsung.com> Cc: Minkyu Kang <mk7.kang@samsung.com> Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Minkyu Kang <mk7.kang@samsung.com> |
||
---|---|---|
.. | ||
adc.h | ||
board.h | ||
clk.h | ||
clock.h | ||
cpu.h | ||
dmc.h | ||
dp.h | ||
dp_info.h | ||
dsim.h | ||
dwmmc.h | ||
ehci.h | ||
fb.h | ||
gpio.h | ||
i2s-regs.h | ||
mipi_dsim.h | ||
mmc.h | ||
periph.h | ||
pinmux.h | ||
power.h | ||
pwm.h | ||
pwm_backlight.h | ||
sound.h | ||
spi.h | ||
spl.h | ||
sromc.h | ||
sys_proto.h | ||
system.h | ||
tmu.h | ||
tzpc.h | ||
uart.h | ||
watchdog.h | ||
xhci-exynos.h |