aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-05Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+2
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-505/+1
2018-03-26watchdog: remove bfin_wdt driverArnd Bergmann3-492/+0
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2-12/+0
2018-03-19ACPI / watchdog: Fix off-by-one error at resource assignmentTakashi Iwai1-1/+1
2018-03-18Merge tag 'v4.16-rc5' into develLinus Walleij4-494/+17
2018-03-07Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jhogan/metag into asm-genericArnd Bergmann1-1/+1
2018-03-05watchdog: imgpdc: Drop METAG dependencyJames Hogan1-1/+1
2018-03-03watchdog: hpwdt: Remove legacy NMI sourcing.Jerry Hoemann1-492/+9
2018-03-03watchdog: sbsa: use 32-bit read for WCVJayachandran C1-1/+2
2018-03-03watchdog: f71808e_wdt: Fix magic close handlingIgor Pylypiv1-1/+2
2018-02-22watchdog: Change ISA_BUS_API dependency to selectionWilliam Breathitt Gray1-1/+2
2018-02-19watchdog: sp5100_tco.c: fix potential build failureWim Van Sebroeck1-0/+1
2018-02-19watchdog: xen_wdt: fix potential build failureRadu Rendec1-0/+1
2018-02-19watchdog: i6300esb: fix build failureMatteo Croce1-0/+1
2018-02-19watchdog: rave-sp: add NVMEM dependencyArnd Bergmann1-0/+1
2018-02-07Merge tag 'linux-watchdog-4.16-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds35-1753/+1661
2018-01-21watchdog: remove at32ap700x_wdtCorentin Labbe3-445/+0
2018-01-21watchdog: sp5100_tco: Add support for recent FCH versionsGuenter Roeck2-57/+133
2018-01-21watchdog: sp5100-tco: Abort if watchdog is disabled by hardwareGuenter Roeck2-1/+8
2018-01-21watchdog: sp5100_tco: Use bit operationsGuenter Roeck1-13/+14
2018-01-21watchdog: sp5100_tco: Convert to use watchdog subsystemGuenter Roeck1-256/+102
2018-01-21watchdog: sp5100_tco: Clean up function and variable namesGuenter Roeck2-18/+12
2018-01-21watchdog: sp5100_tco: Use dev_ print functions where possibleGuenter Roeck1-19/+21
2018-01-21watchdog: sp5100_tco: Match PCI device earlyGuenter Roeck1-35/+31
2018-01-21watchdog: sp5100_tco: Clean up sp5100_tco_setupdeviceGuenter Roeck1-33/+29
2018-01-21watchdog: sp5100_tco: Use standard error codesGuenter Roeck1-8/+11
2018-01-21watchdog: sp5100_tco: Use request_muxed_region where possibleGuenter Roeck1-4/+3
2018-01-21watchdog: sp5100_tco: Fix watchdog disable bitGuenter Roeck1-1/+1
2018-01-21watchdog: sp5100_tco: Always use SP5100_IO_PM_{INDEX_REG,DATA_REG}Guenter Roeck2-50/+51
2018-01-21watchdog: core: make sure the watchdog_worker is not deferredChristophe Leroy1-34/+52
2018-01-21watchdog: mt7621: switch to using managed devm_watchdog_register_device()André Draszik1-12/+1
2018-01-21watchdog: mt7621: set WDOG_HW_RUNNING bit when appropriateAndré Draszik1-0/+19
2018-01-21watchdog: imx2_wdt: restore previous timeout after suspend+resumeMartin Kaiser1-5/+15
2018-01-08watchdog: Add RAVE SP watchdog driverAndrey Smirnov3-0/+345
2017-12-28watchdog: core: make sure the watchdog worker always worksChristophe Leroy1-21/+27
2017-12-28watchdog: davinci_wdt: add restart functionDavid Lechner1-0/+38
2017-12-28watchdog: document watchdog_init_timeout() wdd parameterCorentin Labbe1-0/+1
2017-12-28watchdog: hpwdt: fix unused variable warningArnd Bergmann1-1/+1
2017-12-28watchdog: ib700wdt: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-12-28watchdog: eurotechwdt: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-12-28watchdog: stm32: Fix copyrightBenjamin Gaignard1-3/+3
2017-12-28watchdog: pcwd_usb: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman1-2/+1
2017-12-28watchdog: xen_wdt: remove info message and version numberRadu Rendec1-4/+0
2017-12-28watchdog: xen_wdt: use the watchdog subsystemRadu Rendec1-194/+51
2017-12-28watchdog: Add Spreadtrum watchdog driverEric Long3-0/+408
2017-12-28watchdog: mpc8xxx: use the core worker functionChristophe Leroy1-45/+38
2017-12-28watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stopRasmus Villemoes1-1/+2
2017-12-28watchdog: wdt_pci: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2017-12-28watchdog: watchdog_dev: mark expected switch fall-throughGustavo A. R. Silva1-1/+1