Hi Alejandro, > Watchdog timer device driver for Xilinx xps_timebase_wdt compatible ip cores. > It takes watchdog timer configuration from device tree and it needs that its > parent has defined the property "clock-frecuency". > It is compatible with watchdog timer kernel API, so user apps like watchdogd > may talk with it. > > Signed-off-by: Alejandro Cabrera <aldaya@xxxxxxxxx> > --- > drivers/watchdog/Kconfig | 14 ++ > drivers/watchdog/Makefile | 3 + > drivers/watchdog/of_xilinx_wdt.c | 433 ++++++++++++++++++++++++++++++++++++++ > 3 files changed, 450 nsertions(+), 0 deletions(-) > create mode 100644 drivers/watchdog/of_xilinx_wdt.c Added to linux-2.6-watchdog-next. (Made 1 small change: misc_deregister should be called before iounmap en release_region). Kind regards, Wim. -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html