zephyr/drivers/watchdog
Kumar Gala e376b9417b drivers: watchdog: Convert drivers to new DT device macros
Convert watchdog drivers to use new DT variants of the DEVICE APIs.
    DEVICE_AND_API_INIT -> DEVICE_DT_DEFINE
    DEVICE_GET -> DEVICE_DT_GET
    DEVICE_DECLARE -> DEVICE_DT_INST_DECLARE

etc..

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-12-11 08:14:23 -06:00
..
CMakeLists.txt
Kconfig
Kconfig.cmsdk_apb
Kconfig.esp32
Kconfig.gecko
Kconfig.mcux
Kconfig.mcux_imx
Kconfig.nrfx
Kconfig.sam
Kconfig.sam0
Kconfig.stm32 drivers: watchdog: iwdg_stm32: Fix timeout calculation 2020-12-04 23:09:42 -05:00
Kconfig.xec
wdt_cmsdk_apb.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_esp32.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_gecko.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_handlers.c
wdt_iwdg_stm32.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_iwdg_stm32.h
wdt_mchp_xec.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_mcux_imx_wdog.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_mcux_wdog.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_mcux_wdog32.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_mcux_wwdt.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_nrfx.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_sam.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_sam0.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_wwdg_stm32.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_wwdg_stm32.h