From: Wim Van Sebroeck Date: Fri, 22 Jul 2011 18:59:49 +0000 (+0000) Subject: watchdog: WatchDog Timer Driver Core - Add ioctl call X-Git-Tag: v3.1-rc1~127^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78d88fc01202b088573c962e2885556a5e99bf74;p=pandora-kernel.git watchdog: WatchDog Timer Driver Core - Add ioctl call Add support for extra ioctl calls by adding a ioctl watchdog operation. This operation will be called before we do our own handling of ioctl commands. This way we can override the internal ioctl command handling and we can also add extra ioctl commands. The ioctl watchdog operation should return the appropriate error codes or -ENOIOCTLCMD if the ioctl command should be handled through the internal ioctl handling of the framework. Signed-off-by: Alan Cox Signed-off-by: Wim Van Sebroeck Acked-by: Arnd Bergmann Acked-by: Wolfram Sang --- Reading git-diff-tree failed