index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
/
watchdog_dev.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-11
watchdog: Drop pointer to watchdog device from struct watchdog_device
Guenter Roeck
1
-5
/
+4
2016-01-11
watchdog: Add support for creating driver specific sysfs attributes
Guenter Roeck
1
-2
/
+3
2015-12-29
watchdog: Separate and maintain variables based on variable lifetime
Guenter Roeck
1
-180
/
+203
2015-12-29
watchdog: Create watchdog device in watchdog_dev.c
Guenter Roeck
1
-13
/
+60
2015-12-27
watchdog: Read device status through sysfs attributes
Pratyush Anand
1
-0
/
+114
2015-12-27
watchdog: Use static struct class watchdog_class in stead of pointer
Pratyush Anand
1
-4
/
+22
2015-11-03
watchdog: core: propagate ping error code to the user space
Alexander Usyskin
1
-4
/
+8
2015-11-03
watchdog: watchdog_dev: Use single variable name for struct watchdog_device
Guenter Roeck
1
-76
/
+75
2013-07-11
watchdog: core: don't try to stop device if not running
Hector Palacios
1
-2
/
+4
2013-05-09
watchdog: Fix race condition in registration code
Guenter Roeck
1
-1
/
+2
2013-03-01
watchdog: core: dt: add support for the timeout-sec dt property
Fabio Porcedda
1
-2
/
+1
2012-06-28
watchdog: core: fix WDIOC_GETSTATUS return value
Wim Van Sebroeck
1
-1
/
+1
2012-05-30
watchdog: Add support for dynamically allocated watchdog_device structs
Hans de Goede
1
-1
/
+54
2012-05-30
watchdog: Add Locking support
Hans de Goede
1
-0
/
+21
2012-05-30
watchdog: watchdog_dev: Rewrite wrapper code
Hans de Goede
1
-40
/
+130
2012-05-30
watchdog: use dev_ functions
Alan Cox
1
-3
/
+2
2012-05-30
watchdog: create all the proper device files
Alan Cox
1
-0
/
+1
2012-05-30
watchdog: Add multiple device support
Alan Cox
1
-45
/
+82
2012-05-30
watchdog: correct the name of the watchdog_core inlude file
Wim Van Sebroeck
1
-1
/
+1
2012-05-30
watchdog: Add watchdog_active() routine
Viresh Kumar
1
-3
/
+3
2012-05-30
watchdog: watchdog_dev: include private header to pickup global symbol protot...
H Hartley Sweeten
1
-0
/
+2
2012-03-27
watchdog: Add support for WDIOC_GETTIMELEFT IOCTL in watchdog core
Viresh Kumar
1
-0
/
+5
2012-03-27
watchdog: watchdog_dev: Let the driver update the timeout field on set_timeou...
Hans de Goede
1
-1
/
+0
2012-03-27
watchdog: Use pr_<fmt> and pr_<level>
Joe Perches
1
-5
/
+5
2011-09-20
watchdog: WatchDog Timer Driver Core - use passed watchdog_device
H Hartley Sweeten
1
-7
/
+7
2011-07-28
watchdog: WatchDog Timer Driver Core - Add minimum and max timeout
Wim Van Sebroeck
1
-0
/
+3
2011-07-28
watchdog: WatchDog Timer Driver Core - Add ioctl call
Wim Van Sebroeck
1
-0
/
+6
2011-07-28
watchdog: WatchDog Timer Driver Core - Add nowayout feature
Wim Van Sebroeck
1
-5
/
+13
2011-07-28
watchdog: WatchDog Timer Driver Core - Add Magic Close feature
Wim Van Sebroeck
1
-3
/
+24
2011-07-28
watchdog: WatchDog Timer Driver Core - Add WDIOC_SETTIMEOUT and WDIOC_GETTIME...
Wim Van Sebroeck
1
-0
/
+20
2011-07-28
watchdog: WatchDog Timer Driver Core - Add WDIOC_SETOPTIONS ioctl
Wim Van Sebroeck
1
-7
/
+72
2011-07-28
watchdog: WatchDog Timer Driver Core - Add WDIOC_KEEPALIVE ioctl
Wim Van Sebroeck
1
-0
/
+5
2011-07-28
watchdog: WatchDog Timer Driver Core - Add basic ioctl functionality
Wim Van Sebroeck
1
-0
/
+32
2011-07-28
watchdog: WatchDog Timer Driver Core - Add basic framework
Wim Van Sebroeck
1
-0
/
+235