zephyr/drivers/watchdog
Anas Nashif a704277193 watchdog: Use a common names for drivers
An application will not care about the implementation and will want
to only reference a well define name for the IP, the configuration
system will take care of the rest.

And application will bing to the drivers this way for example:

    dev = device_get_binding("WATCHDOG");

Change-Id: I8a0fde34602320de643a0ad911d19c9985600e7e
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:25:20 -05:00
..
Kconfig watchdog: Use a common names for drivers 2016-02-05 20:25:20 -05:00
Makefile interrupts: new static IRQ API 2016-02-05 20:25:17 -05:00
wdt_dw.c interrupts: new static IRQ API 2016-02-05 20:25:17 -05:00
wdt_dw.h wdt: dw: Add support for optional clock gating 2016-02-05 20:24:58 -05:00
wdt_qmsi.c interrupts: new static IRQ API 2016-02-05 20:25:17 -05:00