aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/mv64x60_wdt.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-18mv watchdog tree under driversWim Van Sebroeck1-326/+0
2007-07-24[WATCHDOG] mv64x60_wdt: Rework the timeout register manipulationDale Farnsworth1-36/+54
2007-07-24[WATCHDOG] mv64x60_wdt: disable watchdog timer when driver is probedDale Farnsworth1-0/+2
2007-07-24[WATCHDOG] mv64x60_wdt: Support the WDIOF_MAGICCLOSE featureDale Farnsworth1-4/+24
2007-07-24[WATCHDOG] mv64x60_wdt: Add a module parameter to change nowayout settingDale Farnsworth1-3/+9
2007-07-24[WATCHDOG] mv64x60_wdt: Add WDIOC_SETOPTIONS ioctl supportDale Farnsworth1-1/+10
2007-07-24[WATCHDOG] mv64x60_wdt: Support for WDIOC_SETTIMEOUT ioctlDale Farnsworth1-7/+31
2007-07-24[WATCHDOG] mv64x60_wdt: Fix WDIOC_GETTIMEOUT return valueDale Farnsworth1-3/+1
2007-07-24[WATCHDOG] mv64x60_wdt: Check return value of nonseekable_openDale Farnsworth1-3/+1
2007-07-24[WATCHDOG] mv64x60_wdt: Add arch/powerpc platform supportDale Farnsworth1-1/+1
2007-07-24[WATCHDOG] mv64x60_wdt: Get register address from platform dataDale Farnsworth1-5/+16
2007-07-24[WATCHDOG] mv64x60_wdt: set up platform_device in platform codeDale Farnsworth1-25/+1
2006-10-02[WATCHDOG] use ENOTTY instead of ENOIOCTLCMD in ioctl()Samuel Tardieu1-1/+1
2006-07-03[PATCH] make more file_operation structs staticArjan van de Ven1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-03-22[PATCH] mv64x600_wdt: convert to the new platform device interfaceDmitry Torokhov1-5/+15
2005-11-09[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-10/+10
2005-11-01[WATCHDOG] adds device_driver .owner fieldWim Van Sebroeck1-0/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+2
2005-09-29[PATCH] mv64x60_wdt __user annotations and cleanupsAl Viro1-7/+7
2005-09-10[WATCHDOG] mv64x60_wdt.patchJames Chapman1-0/+252