Convert to watchdog infrastructure, cleanup, add support for additional chips, and merge with W83697HF and W83697UG watchdog drivers. Tested with W83627UHG, NCT6775, NCT6776. Original idea was to prepare the driver for use as a client to an MFD driver, but I found that requesting memory with request_muxed_region works just as well and has less impact. v2 includes the knowledge gained from converting the driver to an MFD client driver, but without the actual conversion. With this set of patches, the watchdog driver for the supported chips can be used together with the hwmon driver for those chips. Wim, please consider merging this set of patches into 3.12. I need both watchdog and hwmon driver running, which means I have to run patched kernels which gets a bit annoying over time. If you don't like the idea of merging the drivers for W83697HF and W83697UG into this one, please drop patch 6 and 7 from the series. v3: Reset watchdog trigger on startup Rebased to v3.11-rc5 v2: Tested with W83627UHG Retain timeout module parameter; use watchdog_init_timeout to set it Eliminate some cosmetic changes Drop spinlock.h include Keep "initialized" message Don't try to configure WDTO for W83627UHG and W83627EHF Don't report the nowayout option with the 'initializing' message Use request_muxed_region to reserve memory range only while needed Add support for W83627S, W83627DHG-P, W83667HG, and NCT6779 -- 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