zephyr/drivers/adc
Daniel Leung 71b4137d30 adc: overhaul adc_dw and rename it to adc_intel_quark_se_c1000_ss
Since commit 0906a51dac, the driver
fails the test: tests/drivers/adc/adc_api. Some of the workflow
turns out to be incorrect (e.g. not doing dummy conversion after
getting out of deep power down, and not clearing interrupt status
bits). So take some time to overhaul the driver. Also rename
the driver to adc_intel_quark_se_c1000_ss because the inner
working of this driver is tied to Quark SE C1000 SoC.

Fixes: #12632

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2019-03-20 18:11:33 -07:00
..
adc_context.h adc: return EBUSY when requesting new sampling while one in progress 2019-03-07 09:41:19 -05:00
adc_intel_quark_d2000.c adc: quark_d2000: fix sampling conversion 2019-03-20 18:11:33 -07:00
adc_intel_quark_se_c1000_ss.c adc: overhaul adc_dw and rename it to adc_intel_quark_se_c1000_ss 2019-03-20 18:11:33 -07:00
adc_intel_quark_se_c1000_ss.h adc: overhaul adc_dw and rename it to adc_intel_quark_se_c1000_ss 2019-03-20 18:11:33 -07:00
adc_mcux_adc16.c drivers: adc: Fix handling of invalid sampling requests 2019-01-17 16:58:21 -05:00
adc_nrfx_adc.c drivers: adc: Fix handling of invalid sampling requests 2019-01-17 16:58:21 -05:00
adc_nrfx_saadc.c drivers: adc: Fix handling of invalid sampling requests 2019-01-17 16:58:21 -05:00
adc_sam_afec.c drivers: adc: Fix handling of invalid sampling requests 2019-01-17 16:58:21 -05:00
CMakeLists.txt adc: overhaul adc_dw and rename it to adc_intel_quark_se_c1000_ss 2019-03-20 18:11:33 -07:00
Kconfig adc: overhaul adc_dw and rename it to adc_intel_quark_se_c1000_ss 2019-03-20 18:11:33 -07:00
Kconfig.intel_quark adc: overhaul adc_dw and rename it to adc_intel_quark_se_c1000_ss 2019-03-20 18:11:33 -07:00
Kconfig.mcux drivers: adc_mcux: improve initialization of the ADC 2018-12-13 08:32:18 -06:00
Kconfig.nrfx drivers: nrf: Enable nRF drivers by default in Kconfig 2018-12-21 21:01:37 +01:00
Kconfig.sam_afec drivers: adc: Select HAS_DTS_ADC for all ADC drivers 2018-08-29 13:46:57 -04:00