zephyr/drivers/adc
Kumar Gala 6c2451c5c0 adc: adc_lmp90xxx: Remove DT_INST_0_* comments
We have a number of cases that now look like:
   #if DT_HAS_COMPAT(ti_lmp90077)
   LMP90XXX_DEVICE(90077, 0, 16, 4);
   #endif /* DT_INST_0_TI_LMP90077 */

The DT_INST_0_TI_LMP90077 comment is stale, and doesn't add much since
the #if associated with the #endif is just 2 lines up.  Removing the old
comments seems the best cleanup.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-03-28 17:25:26 -05:00
..
adc_common.c
adc_context.h
adc_handlers.c
adc_lmp90xxx.c adc: adc_lmp90xxx: Remove DT_INST_0_* comments 2020-03-28 17:25:26 -05: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: adc: add Microchip MCP320x driver 2020-03-27 16:17:06 +01:00
adc_mcux_adc12.c
adc_mcux_adc16.c
adc_nrfx_adc.c
adc_nrfx_saadc.c
adc_sam_afec.c
adc_sam0.c
adc_shell.c
adc_stm32.c
CMakeLists.txt drivers: adc: add Microchip MCP320x driver 2020-03-27 16:17:06 +01:00
Kconfig drivers: adc: add Microchip MCP320x driver 2020-03-27 16:17:06 +01:00
Kconfig.lmp90xxx
Kconfig.mcp320x drivers: adc: add Microchip MCP320x driver 2020-03-27 16:17:06 +01:00
Kconfig.mcux
Kconfig.nrfx
Kconfig.sam_afec
Kconfig.sam0
Kconfig.stm32
Kconfig.xec