The new version incorporates two major changes: * Watchdog subsystem support - allows the driver to coexist with other watchdog drivers; simplifies the code base * Multiple device support - supports multiple 6300ESB timer devices and and exposes them as separate watchdogs Signed-off-by: Radu Rendec <rrendec@xxxxxxxxxx> --- drivers/watchdog/i6300esb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/i6300esb.c b/drivers/watchdog/i6300esb.c index 3f7f66513dfa..fba81fa2f1c1 100644 --- a/drivers/watchdog/i6300esb.c +++ b/drivers/watchdog/i6300esb.c @@ -45,7 +45,7 @@ #include <linux/io.h> /* Module and version information */ -#define ESB_VERSION "0.05" +#define ESB_VERSION "0.06" #define ESB_MODULE_NAME "i6300ESB timer" /* PCI configuration registers */ -- 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