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 drivers: counter: Add NXP MCUX GPT counter driver 2019-07-01 11:53:07 -05:00
Kconfig drivers: counter: Add NXP MCUX GPT counter driver 2019-07-01 11:53:07 -05:00
Kconfig.cmos
Kconfig.dtmr_cmsdk_apb
Kconfig.gecko
Kconfig.imx_epit
Kconfig.mcux_gpt drivers: counter: Add NXP MCUX GPT counter driver 2019-07-01 11:53:07 -05:00
Kconfig.mcux_rtc
Kconfig.nrfx Bluetooth: controller: Rename BT_LL_SW to BT_LL_SW_LEGACY 2019-07-22 14:23:42 +02:00
Kconfig.qmsi
Kconfig.sam0
Kconfig.stm32_rtc
Kconfig.template.sam0_tc32
Kconfig.tmr_cmsdk_apb
counter_cmos.c drivers/counter_cmos.c: Add config struct 2019-07-18 11:06:20 -04:00
counter_gecko_rtcc.c drivers: counter: Add optional flags to alarm configuration structure 2019-07-10 07:42:12 -05:00
counter_handlers.c drivers: counter: Extend set channel alarm flags 2019-07-10 07:42:12 -05:00
counter_imx_epit.c cleanup: include/: move counter.h to drivers/counter.h 2019-06-27 22:55:49 -04:00
counter_ll_stm32_rtc.c drivers: counter: enable counter for STM32WB 2019-07-11 13:10:15 -05:00
counter_mcux_gpt.c drivers: counter: Add optional flags to alarm configuration structure 2019-07-10 07:42:12 -05:00
counter_mcux_rtc.c drivers: counter: Add optional flags to alarm configuration structure 2019-07-10 07:42:12 -05:00
counter_nrfx_rtc.c drivers: counter: Add optional flags to alarm configuration structure 2019-07-10 07:42:12 -05:00
counter_nrfx_timer.c drivers: counter: Add optional flags to alarm configuration structure 2019-07-10 07:42:12 -05:00
counter_qmsi_aon.c cleanup: include/: move counter.h to drivers/counter.h 2019-06-27 22:55:49 -04:00
counter_qmsi_aonpt.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
counter_rtc_qmsi.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
counter_sam0_tc32.c drivers: counter: Add optional flags to alarm configuration structure 2019-07-10 07:42:12 -05:00
dualtimer_cmsdk_apb.h cleanup: include/: move counter.h to drivers/counter.h 2019-06-27 22:55:49 -04:00
timer_cmsdk_apb.h cleanup: include/: move counter.h to drivers/counter.h 2019-06-27 22:55:49 -04:00
timer_dtmr_cmsdk_apb.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00
timer_tmr_cmsdk_apb.c dts: Make instance defines consistent 2019-07-30 17:10:31 -05:00