zephyr/drivers/watchdog
Kumar Gala b09f543673 watchdog: sifive: Remove use of DEVICE_DT_INST_DECLARE
DEVICE_DT_INST_DECLARE is no longer needed and this one case was missed
in the cleanup to remove it.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-01-15 10:55:20 -05:00
..
CMakeLists.txt drivers: watchdog: implement SiFive FE310 watchdog driver 2021-01-14 21:31:05 -06:00
Kconfig drivers: watchdog: implement SiFive FE310 watchdog driver 2021-01-14 21:31:05 -06:00
Kconfig.cmsdk_apb Revert "drivers: watchdog: Remove useless Kconfig entry" 2020-09-09 17:19:43 +02:00
Kconfig.esp32 watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
Kconfig.gecko drivers/watchdog: Add support for SiLabs Gecko Watchdog 2020-02-03 11:25:40 -08:00
Kconfig.mcux drivers: watchdog: mcux_wwdt: add driver for NXP LPC 55xxx WWDT 2020-08-04 15:13:25 -05:00
Kconfig.mcux_imx watchdog: Add watchdog driver 2020-10-23 12:52:13 +02:00
Kconfig.nrfx drivers: wdt_nrfx: Add multi-instance support 2019-11-08 14:54:12 +01:00
Kconfig.sam watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
Kconfig.sam0 watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
Kconfig.sifive drivers: watchdog: implement SiFive FE310 watchdog driver 2021-01-14 21:31:05 -06:00
Kconfig.stm32 drivers: watchdog: iwdg_stm32: Fix timeout calculation 2020-12-04 23:09:42 -05:00
Kconfig.xec watchdog: Refactor how we set HAS_DTS_WDT in Kconfig 2019-11-06 13:51:20 -06:00
wdt_cmsdk_apb.c drivers: watchdog: Convert drivers to new DT device macros 2020-12-11 08:14:23 -06:00
wdt_esp32.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -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 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
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 device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00
wdt_mchp_xec.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -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 device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
wdt_sam.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
wdt_sam0.c device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 2021-01-15 07:16:21 -06:00
wdt_sifive.c watchdog: sifive: Remove use of DEVICE_DT_INST_DECLARE 2021-01-15 10:55:20 -05: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 device: Apply driver_api/data attributes rename everywhere 2020-08-11 19:30:53 +02:00