Files
linux/drivers
Wim Van Sebroeck de81225a87 [WATCHDOG] mpc5200_wdt clean-up
* Add MODULE_ALIAS_MISCDEV(WATCHDOG_MINOR);
* Add mandatory WDIOC_GETSTATUS and WDIOC_GETBOOTSTATUS ioctl's.
* If unknown ioctl is used we should return -ENOTTY.
* All watchdog device drivers are VFSs (Virtual File Systems).
  We thus return a nonseekable_open(inode, file) when we open the VFS.
* Make sure that /dev/watchdog can be opened by 1 parent
* Add spin-locking to prevent that forked children can disturb
  each other's operations.

Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
2007-07-23 17:23:49 +00:00
..
2007-07-18 02:13:42 -07:00
2007-07-21 18:37:10 -07:00
2007-07-21 17:49:16 -07:00
2007-07-23 17:23:49 +00:00
2007-07-21 18:37:12 -07:00
2007-07-16 09:05:40 -07:00
2007-07-16 09:05:42 -07:00
2007-07-12 16:34:30 -07:00
2007-07-20 08:24:49 -07:00
2007-07-21 18:37:12 -07:00
2007-07-21 17:49:17 -07:00
2007-07-22 11:13:59 -07:00
2007-07-21 17:49:15 -07:00
2007-07-21 17:49:14 -07:00
2007-07-22 02:28:06 -04:00
2007-07-20 14:25:51 +10:00
2007-07-21 17:49:17 -07:00
2007-07-18 08:38:22 -07:00
2007-07-18 15:57:16 -07:00
2007-07-20 13:39:59 +10:00