Re: [PATCH v3 1/2] watchdog: add WDIOC_SETPRETIMEOUT and WDIOC_GETPRETIMEOUT

2015-11-20 Thread Guenter Roeck
On 11/03/2015 12:28 AM, Robin Gong wrote: Since the watchdog common framework centrialize the IOCTL interfaces of device driver now, the SETPRETIMEOUT and GETPRETIMEOUT need to be added in the common code. Hi Robin, Sorry for the long delay. I finally found the time to think about this. I lik

[PATCH v3 1/2] watchdog: add WDIOC_SETPRETIMEOUT and WDIOC_GETPRETIMEOUT

2015-11-03 Thread Robin Gong
Since the watchdog common framework centrialize the IOCTL interfaces of device driver now, the SETPRETIMEOUT and GETPRETIMEOUT need to be added in the common code. Signed-off-by: Robin Gong --- Documentation/watchdog/watchdog-kernel-api.txt | 12 + drivers/watchdog/watchdog_dev.c

[PATCH v3 1/2] watchdog: add WDIOC_SETPRETIMEOUT and WDIOC_GETPRETIMEOUT

2015-11-03 Thread Robin Gong
Since the watchdog common framework centrialize the IOCTL interfaces of device driver now, the SETPRETIMEOUT and GETPRETIMEOUT need to be added in the common code. Signed-off-by: Robin Gong --- Documentation/watchdog/watchdog-kernel-api.txt | 12 + drivers/watchdog/watchdog_dev.c