summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
Commit message (Expand)AuthorAgeFilesLines
* watchdog: Add Nuvoton NPCM watchdog driverJoel Stanley2018-03-243-0/+266
* watchdog: renesas_wdt: Add restart handlerFabrizio Castro2018-03-101-0/+12
* watchdog: renesas_wdt: Add R-Car Gen2 supportFabrizio Castro2018-03-101-5/+44
* watchdog: renesas_wdt: Add suspend/resume supportFabrizio Castro2018-03-101-0/+26
* watchdog: hpwdt: Update driver version.Jerry Hoemann2018-03-031-1/+1
* watchdog: hpwdt: Add dynamic debugJerry Hoemann2018-03-031-0/+11
* watchdog: hpwdt: Programable Pretimeout NMIJerry Hoemann2018-03-031-4/+49
* watchdog: hpwdt: remove allow_kdump module parameter.Jerry Hoemann2018-03-031-13/+3
* watchdog: hpwdt: condition early return of NMI handler on iLO5Jerry Hoemann2018-03-031-1/+5
* watchdog: hpwdt: Modify to use watchdog core.Jerry Hoemann2018-03-032-169/+48
* watchdog: hpwdt: Update nmi_panic message.Jerry Hoemann2018-03-031-8/+12
* watchdog: hpwdt: Update Module info and copyright.Jerry Hoemann2018-03-031-2/+2
* watchdog: asm9260_wdt: fix error handling in asm9260_wdt_probe()Alexey Khoroshilov2018-03-031-4/+4
* watchdog: coh901327: make license text and module licence matchMarcus Folkesson2018-03-031-2/+2
* watchdog: lpc18xx: remove assignment of unused ret-valueMarcus Folkesson2018-03-031-1/+1
* watchdog: gpio: change order for setting default timeoutMarcus Folkesson2018-03-031-2/+2
* watchdog: omap_wdt: change order for setting default timeoutMarcus Folkesson2018-03-031-2/+2
* watchdog: uniphier: change order for setting default timeoutMarcus Folkesson2018-03-031-3/+2
* watchdog: coh901327: make use of timeout-secs provided in devicetreeMarcus Folkesson2018-03-031-6/+8
* watchdog: meson: allow setting timeout in devicetreeMarcus Folkesson2018-03-031-1/+1
* watchdog: mtk: allow setting timeout in devicetreeMarcus Folkesson2018-03-031-1/+1
* watchdog: pnx4008: make use of timeout-secs provided in devicetreeMarcus Folkesson2018-03-031-1/+1
* watchdog: sirfsoc: allow setting timeout in devicetreeMarcus Folkesson2018-03-031-1/+1
* watchdog: sunxi: allow setting timeout in devicetreeMarcus Folkesson2018-03-031-1/+1
* watchdog: sama5d4: make use of timeout-secs provided in devicetreeMarcus Folkesson2018-03-031-3/+3
* watchdog: imx2_wdt: allow setting timeout in devicetreeMarcus Folkesson2018-03-031-6/+2
* 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