Guenter Roeck
|
d1ed3ba4e3
watchdog: Ensure that wdd is not dereferenced if NULL
|
9 years ago |
Guenter Roeck
|
15013ad813
watchdog: Add support for minimum time between heartbeats
|
9 years ago |
Guenter Roeck
|
d0684c8a93
watchdog: Make stop function optional
|
9 years ago |
Guenter Roeck
|
ee142889e3
watchdog: Introduce WDOG_HW_RUNNING flag
|
9 years ago |
Guenter Roeck
|
664a39236e
watchdog: Introduce hardware maximum heartbeat in watchdog core
|
9 years ago |
Guenter Roeck
|
fb32e9b9de
watchdog: Make set_timeout function optional
|
9 years ago |
Guenter Roeck
|
0254e95353
watchdog: Drop pointer to watchdog device from struct watchdog_device
|
9 years ago |
Guenter Roeck
|
faa584757b
watchdog: Add support for creating driver specific sysfs attributes
|
9 years ago |
Guenter Roeck
|
b4ffb19098
watchdog: Separate and maintain variables based on variable lifetime
|
9 years ago |
Guenter Roeck
|
32ecc63926
watchdog: Create watchdog device in watchdog_dev.c
|
9 years ago |
Pratyush Anand
|
33b711269a
watchdog: Read device status through sysfs attributes
|
9 years ago |
Pratyush Anand
|
906d7a5cfe
watchdog: Use static struct class watchdog_class in stead of pointer
|
9 years ago |
Alexander Usyskin
|
5ef796639c
watchdog: core: propagate ping error code to the user space
|
9 years ago |
Guenter Roeck
|
bc794ac3b5
watchdog: watchdog_dev: Use single variable name for struct watchdog_device
|
10 years ago |
Hector Palacios
|
fcf95670fd
watchdog: core: don't try to stop device if not running
|
12 years ago |
Guenter Roeck
|
60403f7a4d
watchdog: Fix race condition in registration code
|
12 years ago |
Fabio Porcedda
|
3048253ed9
watchdog: core: dt: add support for the timeout-sec dt property
|
12 years ago |
Wim Van Sebroeck
|
8b9468d496
watchdog: core: fix WDIOC_GETSTATUS return value
|
13 years ago |
Hans de Goede
|
e907df3272
watchdog: Add support for dynamically allocated watchdog_device structs
|
13 years ago |
Hans de Goede
|
f4e9c82f64
watchdog: Add Locking support
|
13 years ago |
Hans de Goede
|
7a87982420
watchdog: watchdog_dev: Rewrite wrapper code
|
13 years ago |
Alan Cox
|
3dfd6218da
watchdog: use dev_ functions
|
13 years ago |
Alan Cox
|
d6b469d915
watchdog: create all the proper device files
|
13 years ago |
Alan Cox
|
45f5fed30a
watchdog: Add multiple device support
|
13 years ago |
Wim Van Sebroeck
|
6cfb5aa836
watchdog: correct the name of the watchdog_core inlude file
|
13 years ago |
Viresh Kumar
|
257f8c4aae
watchdog: Add watchdog_active() routine
|
13 years ago |
H Hartley Sweeten
|
09a46e7397
watchdog: watchdog_dev: include private header to pickup global symbol prototypes
|
13 years ago |
Viresh Kumar
|
fd7b673c92
watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog core
|
13 years ago |
Hans de Goede
|
b10f7c12e0
watchdog: watchdog_dev: Let the driver update the timeout field on set_timeout success
|
14 years ago |
Joe Perches
|
27c766aaac
watchdog: Use pr_<fmt> and pr_<level>
|
13 years ago |