These two patches are taken from my earlier series sent to linux-watchdog and lkml. The review from Randy Dunlap has been worked into the docs. Because of kernel.org being down, I based these patches onto 3.1-rc7 but they should also fit to watchdog-next. Those patches are ready for 3.2, so I submit them now. I still have work ongoing for pnx4008 and stmp3xxx as well as a new driver for imx1. However, those need some mach specific cleanups beforehand which are still work in progress. But those conversions will come, too. I don't like patches lying around forever ;) Thanks, Wolfram Wolfram Sang (2): Documentation: watchdog: add guide how to convert drivers to new framework watchdog: s3c2410: convert to use the watchdog framework .../watchdog/convert_drivers_to_kernel_api.txt | 195 ++++++++++++++++++++ drivers/watchdog/Kconfig | 1 + drivers/watchdog/s3c2410_wdt.c | 176 ++++-------------- 3 files changed, 233 insertions(+), 139 deletions(-) create mode 100644 Documentation/watchdog/convert_drivers_to_kernel_api.txt -- 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