zephyr/drivers/adc
Kumar Gala 94fcf2efa1 drivers: adc: adc_sam_afec: rework device tree support
Reworked adc_sam_afec driver to utilize new DT_INST macros as part of
this rework we also now get pin ctrl/mux configuration information
from the device tree instead of via Kconfig and defines in soc_pinmap.h

We remove defines from dts_fixup.h and soc_pinmap.h and associated
Kconfig symbols that are no longer needed due to getting all that
information from devicetree.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-23 06:11:26 -05:00
..
CMakeLists.txt drivers: adc: add Microchip MCP320x driver 2020-03-27 16:17:06 +01:00
Kconfig drivers: adc: adc_shell: Kconfig ADC_SHELL must depends on SHELL 2020-04-12 12:02:46 -04:00
Kconfig.lmp90xxx drivers: adc: add LMP90xxx ADC driver with GPIO 2020-01-09 17:27:52 +01:00
Kconfig.mcp320x drivers: adc: add Microchip MCP320x driver 2020-03-27 16:17:06 +01:00
Kconfig.mcux boards: frdm_kw41z: Override ADC vref choice properly 2020-02-14 22:12:21 +02:00
Kconfig.nrfx adc: nordic: move to new DT API and kconfig style 2020-04-13 18:34:39 -04:00
Kconfig.sam0
Kconfig.sam_afec
Kconfig.stm32 drivers/adc: stm32: Don't enable ADC instance by default in driver 2020-02-05 13:56:26 -06:00
Kconfig.xec
adc_common.c adc: common: handle gain of 128 in adc_gain_invert() 2020-02-05 14:28:09 -06:00
adc_context.h timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
adc_handlers.c
adc_lmp90xxx.c drivers: adc: lmp90xxx: convert to use k_msleep() instead of k_sleep() 2020-04-15 13:34:18 +02:00
adc_mchp_xec.c drivers: microchip: Convert microchip drivers to new DT_INST macros 2020-03-26 16:31:52 -05:00
adc_mcp320x.c drivers: remove a couple of DT abstraction violations 2020-04-08 09:00:38 -05:00
adc_mcux_adc12.c drivers: adc: mcux_adc12: create macro for device instantiation 2020-04-20 15:23:47 -05:00
adc_mcux_adc16.c drivers: adc: mcux_adc16: Convert to DT_INST 2020-04-20 15:23:47 -05:00
adc_nrfx_adc.c adc: nordic: move to new DT API and kconfig style 2020-04-13 18:34:39 -04:00
adc_nrfx_saadc.c adc: nordic: move to new DT API and kconfig style 2020-04-13 18:34:39 -04:00
adc_sam0.c
adc_sam_afec.c drivers: adc: adc_sam_afec: rework device tree support 2020-04-23 06:11:26 -05:00
adc_shell.c treewide: use full path to adc.h header 2020-01-26 17:52:12 +01:00
adc_stm32.c drivers: adc: adc_stm32: enable internal voltage reference source 2020-04-17 17:30:44 +02:00