zephyr/drivers/counter
Kumar Gala 02703e60d9 device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE
Now that we generate a header that extern's all possible devicetree
based device struct we can remove DEVICE_DT_DECLARE and
DEVICE_DT_INST_DECLARE as they aren't needed anymore.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-01-15 07:16:21 -06:00
..
CMakeLists.txt drivers: counter: add driver for the Xilinx AXI Timer 2020-11-17 19:30:20 -05:00
Kconfig drivers: counter: add driver for the Xilinx AXI Timer 2020-11-17 19:30:20 -05:00
Kconfig.cmos
Kconfig.dtmr_cmsdk_apb
Kconfig.gecko
Kconfig.imx_epit
Kconfig.maxim_ds3231
Kconfig.mcux_gpt
Kconfig.mcux_lptmr
Kconfig.mcux_pit
Kconfig.mcux_rtc
Kconfig.native_posix
Kconfig.nrfx drivers: counters: Fix TIMER0 and RTC0 with Bluetooth controller 2020-12-13 19:25:49 -05:00
Kconfig.sam0
Kconfig.stm32_rtc drivers: counter: rtc for stm32g0 soc series 2021-01-06 08:09:47 -06:00
Kconfig.tmr_cmsdk_apb
Kconfig.xec
Kconfig.xlnx drivers: counter: add driver for the Xilinx AXI Timer 2020-11-17 19:30:20 -05:00
counter_cmos.c drivers: counter: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE 2020-12-19 20:00:23 -05:00
counter_gecko_rtcc.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
counter_handlers.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
counter_imx_epit.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_ll_stm32_rtc.c drivers: counter: rtc for stm32g0 soc series 2021-01-06 08:09:47 -06:00
counter_mchp_xec.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_mcux_gpt.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_mcux_lptmr.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_mcux_pit.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_mcux_rtc.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_native_posix.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_nrfx_rtc.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
counter_nrfx_timer.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
counter_sam0_tc32.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
counter_xlnx_axi_timer.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
dualtimer_cmsdk_apb.h
maxim_ds3231.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
timer_cmsdk_apb.h
timer_dtmr_cmsdk_apb.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00
timer_tmr_cmsdk_apb.c drivers: counter: Convert drivers to new DT device macros 2020-12-15 18:30:06 -05:00