zephyr/drivers/counter
Kumar Gala 4e7863dc41 dts: Make instance defines consistent
We generated a define for each instance to convey its existance of the
form:
	#define DT_<COMPAT>_<INSTANCE> 1

However we renamed all other instance defines to be of the form
DT_INST_<INSTANCE>_<FOO>.  To make things consistent we now generate a
define of the form:

	#define DT_INST_<INSTANCE>_<COMPAT> 1

We also now deprecate the DT_<COMPAT>_<INSTANCE> form and fixup all uses
to use the new form.

Fixes: #17650

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2019-07-30 17:10:31 -05:00
..
CMakeLists.txt
counter_cmos.c
counter_gecko_rtcc.c
counter_handlers.c
counter_imx_epit.c
counter_ll_stm32_rtc.c
counter_mcux_gpt.c
counter_mcux_rtc.c
counter_nrfx_rtc.c
counter_nrfx_timer.c
counter_qmsi_aon.c
counter_qmsi_aonpt.c
counter_rtc_qmsi.c
counter_sam0_tc32.c
dualtimer_cmsdk_apb.h
Kconfig
Kconfig.cmos
Kconfig.dtmr_cmsdk_apb
Kconfig.gecko
Kconfig.imx_epit
Kconfig.mcux_gpt
Kconfig.mcux_rtc
Kconfig.nrfx
Kconfig.qmsi
Kconfig.sam0
Kconfig.stm32_rtc
Kconfig.template.sam0_tc32
Kconfig.tmr_cmsdk_apb
timer_cmsdk_apb.h
timer_dtmr_cmsdk_apb.c
timer_tmr_cmsdk_apb.c