index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
watchdog
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
watchdog: iTCO_wdt: Replace shutdown function with call to watchdog_stop_on_r...
Guenter Roeck
2017-02-24
1
-8
/
+1
*
watchdog: intel-mid_wdt: Convert to use device managed functions
Guenter Roeck
2017-02-24
1
-10
/
+1
*
watchdog: meson_wdt: Convert to use device managed functions and other improv...
Guenter Roeck
2017-02-24
1
-21
/
+2
*
watchdog: sunxi_wdt: Convert to use device managed functions and other improv...
Guenter Roeck
2017-02-24
1
-22
/
+2
*
watchdog: aspeed_wdt: Convert to use device managed functions
Guenter Roeck
2017-02-24
1
-13
/
+1
*
watchdog: coh901327_wdt: Use dev variable instead of pdev->dev
Guenter Roeck
2017-02-24
1
-19
/
+15
*
watchdog: coh901327_wdt: Use devm_ioremap_resource to map resources
Guenter Roeck
2017-02-24
1
-26
/
+5
*
watchdog: coh901327_wdt: Keep clock enabled after loading driver
Guenter Roeck
2017-02-24
1
-20
/
+1
*
watchdog: coh901327_wdt: Simplify error handling in probe function
Guenter Roeck
2017-02-24
1
-4
/
+2
*
watchdog: tangox: Use watchdog core to install restart handler
Guenter Roeck
2017-02-24
1
-21
/
+13
*
watchdog: dw_wdt: Use watchdog core to install restart handler
Guenter Roeck
2017-02-24
1
-16
/
+7
*
watchdog: bcm2835_wdt: Use watchdog core to install restart handler
Guenter Roeck
2017-02-24
1
-27
/
+30
*
watchdog: asm9260_wdt: Use watchdog core to install restart handler
Guenter Roeck
2017-02-24
1
-15
/
+7
*
watchdog: bcm47xx_wdt: Don't validate platform data on remove
Guenter Roeck
2017-02-24
1
-3
/
+0
*
watchdog: iTCO_wdt: Simplify module init function
Guenter Roeck
2017-02-24
1
-7
/
+1
*
watchdog: iTCO_wdt: Use pdev for platform device and pci_dev for pci device
Guenter Roeck
2017-02-24
1
-27
/
+26
*
watchdog: iTCO_wdt: Use device managed resources
Guenter Roeck
2017-02-24
1
-63
/
+17
*
watchdog: iTCO_wdt: Use allocated data structures
Guenter Roeck
2017-02-24
1
-197
/
+205
*
watchdog: orion: fix spelling mistake: "harcoded" -> "hardcoded"
Colin Ian King
2017-02-24
1
-1
/
+1
*
watchdog: Enable COMPILE_TEST where possible
Guenter Roeck
2017-02-24
1
-59
/
+59
*
watchdog: pnx833x_wdt: Mark as broken
Guenter Roeck
2017-02-24
1
-0
/
+1
*
watchdog: nic7018_wdt: Add NIC7018 watchdog driver
Hui Chun Ong
2017-02-24
3
-0
/
+276
*
watchdog: constify watchdog_info structures
Bhumika Goyal
2017-02-24
12
-12
/
+12
*
watchdog: pika_wdt: add __ro_after_init to ident
Bhumika Goyal
2017-02-24
1
-1
/
+1
*
watchdog: booke_wdt: add __ro_after_init to booke_wdt_info
Bhumika Goyal
2017-02-24
1
-1
/
+1
*
watchdog: sa11x0/pxa: fix error path of driver initialization
Vladimir Zapolskiy
2017-02-24
1
-3
/
+5
*
watchdog: update my email address
John Crispin
2017-02-24
3
-5
/
+5
*
Merge tag 'watchdog-for-linus-v4.10' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-12-24
17
-57
/
+261
|
\
|
*
watchdog: it87_wdt: add IT8620E ID
Maciej S. Szmigiero
2016-12-16
2
-3
/
+5
|
*
watchdog: mpc8xxx: Remove unneeded linux/miscdevice.h include
Corentin Labbe
2016-12-16
1
-1
/
+0
|
*
watchdog: octeon: Remove unneeded linux/miscdevice.h include
Corentin Labbe
2016-12-16
1
-1
/
+0
|
*
watchdog: bcm2835_wdt: set WDOG_HW_RUNNING bit when appropriate
Rasmus Villemoes
2016-12-16
1
-0
/
+20
|
*
watchdog: loongson1: Add Loongson1 SoC watchdog driver
Yang Ling
2016-12-16
3
-0
/
+178
|
*
watchdog: cpwd: remove memory allocate failure message
Amit Kushwaha
2016-12-16
1
-16
/
+7
|
*
watchdog: da9062/61: watchdog driver
Steve Twiss
2016-12-16
2
-4
/
+12
|
*
intel-mid_wdt: Error code is just an integer
Andy Shevchenko
2016-12-16
1
-11
/
+8
|
*
intel-mid_wdt: make sure watchdog is not running at startup
Andy Shevchenko
2016-12-16
1
-0
/
+3
|
*
watchdog: mei_wdt: request stop on reboot to prevent false positive event
Alexander Usyskin
2016-12-16
1
-0
/
+2
|
*
watchdog: jz4740: Fix modular build
Stephen Boyd
2016-12-16
1
-1
/
+1
|
*
watchdog: qcom: fix kernel panic due to external abort on non-linefetch
Christian Lamparter
2016-12-16
1
-1
/
+1
|
*
watchdog: davinci: add support for deferred probing
Tero Kristo
2016-12-16
1
-1
/
+5
|
*
watchdog: meson: Remove unneeded platform MODULE_ALIAS
Javier Martinez Canillas
2016-12-16
1
-1
/
+0
|
*
watchdog: Standardize leading tabs and spaces in Kconfig file
Robert P. J. Day
2016-12-16
1
-17
/
+17
|
*
watchdog: max77620_wdt: fix module autoload
Javier Martinez Canillas
2016-12-16
1
-0
/
+1
|
*
watchdog: bcm7038_wdt: fix module autoload
Javier Martinez Canillas
2016-12-16
1
-0
/
+1
*
|
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...
Linus Torvalds
2016-12-16
1
-1
/
+23
|
\
\
|
*
\
Merge tag 'pxa-for-4.10' of https://github.com/rjarzmik/linux into next/soc
Olof Johansson
2016-11-18
1
-1
/
+23
|
|
\
\
|
|
*
|
watchdog: sa11x0/pxa: get rid of get_clock_tick_rate
Robert Jarzmik
2016-10-18
1
-1
/
+23
*
|
|
|
Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2016-12-13
1
-46
/
+12
|
\
\
\
\
|
*
|
|
|
mei: bus: split RX and async notification callbacks
Alexander Usyskin
2016-11-17
1
-25
/
+11
[prev]
[next]