commit | fd7b673c92731fc6c0b1e999adfd87b6762ee797 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Fri Mar 16 09:14:00 2012 +0100 |
committer | Wim Van Sebroeck <wim@iguana.be> | Tue Mar 27 20:15:37 2012 +0200 |
tree | 35fafd733a2846acb1dd7a06cb7078a7fe59086f | |
parent | 2ca1606359695cc7ce371c7829c4082d9095fc06 [diff] |
watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog core This patch adds support for WDIOC_GETTIMELEFT IOCTL in watchdog core. So, there is another function pointer added to struct watchdog_ops, which can be passed by drivers to support this IOCTL. Related documentation is updated too. Signed-off-by: Viresh Kumar <viresh.kumar@st.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>