Hi Guenter, I just figured out we have a similar use case (of two watchdogs at the same time) that involves the xen_wdt driver. I thought "same problem, same fix", so I decided to port xen_wdt to use the watchdog subsystem. This patch series contains similar changes to what I have recently done for i6300esb. The changes are simpler though, because the Xen hypervisor cannot expose multiple watchdogs to the guest, and so the driver doesn't need to allocate watchdog structures dynamically. I tried to avoid all the problems I had with the i6300esb patches and hopefully these new patches don't have as many issues (or none at all). Thanks, Radu Radu Rendec (2): watchdog: xen_wdt: use the watchdog subsystem watchdog: xen_wdt: remove info message and version number drivers/watchdog/xen_wdt.c | 208 +++++++++------------------------------------ 1 file changed, 38 insertions(+), 170 deletions(-) -- 2.13.6 -- 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