summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-04-051-1/+2
|\
| * Merge tag 'v4.16-rc5' into develLinus Walleij2018-03-184-494/+17
| |\
| * | watchdog: Change ISA_BUS_API dependency to selectionWilliam Breathitt Gray2018-02-221-1/+2
* | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-023-505/+1
|\ \ \
| * | | watchdog: remove bfin_wdt driverArnd Bergmann2018-03-263-492/+0
| * | | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-262-12/+0
| * | | Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2018-03-071-1/+1
| |\ \ \
| | * | | watchdog: imgpdc: Drop METAG dependencyJames Hogan2018-03-051-1/+1
| | |/ /
* | | / ACPI / watchdog: Fix off-by-one error at resource assignmentTakashi Iwai2018-03-191-1/+1
| |_|/ |/| |
* | | watchdog: hpwdt: Remove legacy NMI sourcing.Jerry Hoemann2018-03-031-492/+9
* | | watchdog: sbsa: use 32-bit read for WCVJayachandran C2018-03-031-1/+2
* | | watchdog: f71808e_wdt: Fix magic close handlingIgor Pylypiv2018-03-031-1/+2
|/ /
* | watchdog: sp5100_tco.c: fix potential build failureWim Van Sebroeck2018-02-191-0/+1
* | watchdog: xen_wdt: fix potential build failureRadu Rendec2018-02-191-0/+1
* | watchdog: i6300esb: fix build failureMatteo Croce2018-02-191-0/+1
* | watchdog: rave-sp: add NVMEM dependencyArnd Bergmann2018-02-191-0/+1
|/
* Merge tag 'linux-watchdog-4.16-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2018-02-0735-1753/+1661
|\
| * watchdog: remove at32ap700x_wdtCorentin Labbe2018-01-213-445/+0
| * watchdog: sp5100_tco: Add support for recent FCH versionsGuenter Roeck2018-01-212-57/+133
| * watchdog: sp5100-tco: Abort if watchdog is disabled by hardwareGuenter Roeck2018-01-212-1/+8
| * watchdog: sp5100_tco: Use bit operationsGuenter Roeck2018-01-211-13/+14
| * watchdog: sp5100_tco: Convert to use watchdog subsystemGuenter Roeck2018-01-211-256/+102
| * watchdog: sp5100_tco: Clean up function and variable namesGuenter Roeck2018-01-212-18/+12
| * watchdog: sp5100_tco: Use dev_ print functions where possibleGuenter Roeck2018-01-211-19/+21
| * watchdog: sp5100_tco: Match PCI device earlyGuenter Roeck2018-01-211-35/+31
| * watchdog: sp5100_tco: Clean up sp5100_tco_setupdeviceGuenter Roeck2018-01-211-33/+29
| * watchdog: sp5100_tco: Use standard error codesGuenter Roeck2018-01-211-8/+11
| * watchdog: sp5100_tco: Use request_muxed_region where possibleGuenter Roeck2018-01-211-4/+3
| * watchdog: sp5100_tco: Fix watchdog disable bitGuenter Roeck2018-01-211-1/+1
| * watchdog: sp5100_tco: Always use SP5100_IO_PM_{INDEX_REG,DATA_REG}Guenter Roeck2018-01-212-50/+51
| * watchdog: core: make sure the watchdog_worker is not deferredChristophe Leroy2018-01-211-34/+52
| * watchdog: mt7621: switch to using managed devm_watchdog_register_device()André Draszik2018-01-211-12/+1
| * watchdog: mt7621: set WDOG_HW_RUNNING bit when appropriateAndré Draszik2018-01-211-0/+19
| * watchdog: imx2_wdt: restore previous timeout after suspend+resumeMartin Kaiser2018-01-211-5/+15
| * watchdog: core: make sure the watchdog worker always worksChristophe Leroy2017-12-281-21/+27
| * watchdog: davinci_wdt: add restart functionDavid Lechner2017-12-281-0/+38
| * watchdog: document watchdog_init_timeout() wdd parameterCorentin Labbe2017-12-281-0/+1
| * watchdog: hpwdt: fix unused variable warningArnd Bergmann2017-12-281-1/+1
| * watchdog: ib700wdt: mark expected switch fall-throughGustavo A. R. Silva2017-12-281-1/+1
| * watchdog: eurotechwdt: mark expected switch fall-throughGustavo A. R. Silva2017-12-281-1/+1
| * watchdog: stm32: Fix copyrightBenjamin Gaignard2017-12-281-3/+3
| * watchdog: pcwd_usb: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman2017-12-281-2/+1
| * watchdog: xen_wdt: remove info message and version numberRadu Rendec2017-12-281-4/+0
| * watchdog: xen_wdt: use the watchdog subsystemRadu Rendec2017-12-281-194/+51
| * watchdog: Add Spreadtrum watchdog driverEric Long2017-12-283-0/+408
| * watchdog: mpc8xxx: use the core worker functionChristophe Leroy2017-12-281-45/+38
| * watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stopRasmus Villemoes2017-12-281-1/+2
| * watchdog: wdt_pci: mark expected switch fall-throughGustavo A. R. Silva2017-12-281-1/+1
| * watchdog: watchdog_dev: mark expected switch fall-throughGustavo A. R. Silva2017-12-281-1/+1
| * watchdog: pcwd_pci: mark expected switch fall-throughGustavo A. R. Silva2017-12-281-1/+1