Introduce a new user of the watchdog framework :) This is a rewritten driver for STMP and imx23/28 (which was not compilable anymore due to the missing mach). Please read the patch descriptions to understand why I think a rewrite was necessary. The first patch adds an accessor routine to the RTC-driver which can hopefully go via the watchdog-tree as well. The second patch is a minor enhancement to the watchdog framework. The third patch adds the new driver, the fourth removes the old one. I hope this can make it for 3.2; the old driver was broken (= not compilable) anyhow, so there cannot be any regression. Regards, Wolfram Wolfram Sang (4): rtc: stmp3xxx: add wdt-accessor function watchdog: add define to setup nowayout feature in the status-variable watchdog: add new driver for STMP3xxx and i.MX23/28 watchdog: remove old STMP3XXX driver drivers/rtc/rtc-stmp3xxx.c | 44 +++++ drivers/watchdog/Kconfig | 13 +- drivers/watchdog/Makefile | 2 +- drivers/watchdog/stmp3xxx_rtc_wdt.c | 147 +++++++++++++++++ drivers/watchdog/stmp3xxx_wdt.c | 296 ----------------------------------- include/linux/watchdog.h | 14 +- 6 files changed, 207 insertions(+), 309 deletions(-) create mode 100644 drivers/watchdog/stmp3xxx_rtc_wdt.c delete mode 100644 drivers/watchdog/stmp3xxx_wdt.c -- 1.7.6.3 -- 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