summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2015-12-27watchdog: dw_wdt: fix signedness bug in dw_wdt_top_in_seconds()Jisheng Zhang1-1/+1
2015-12-27watchdog: refuse to unload softdog module when its timer is runningLi RongQing1-2/+6
2015-12-27watchdog: stmp3xxx: Stop the watchdog on system haltHarald Geyer1-0/+28
2015-12-27sp5100_tco: fix the device check for SB800 and later chipsetsHuang Rui1-12/+16
2015-12-27sp5100_tco: Add AMD Carrizo platform supportHuang Rui1-0/+2
2015-12-27sp5100_tco: Add AMD Mullins platform supportDenis Turischev1-0/+2
2015-12-27watchdog: Read device status through sysfs attributesPratyush Anand3-1/+122
2015-12-27watchdog: Use static struct class watchdog_class in stead of pointerPratyush Anand3-18/+25
2015-12-13watchdog: w83627hf_wdt: use core reboot notifierDamien Riegel1-30/+2
2015-12-13watchdog: softdog: use core reboot notifierDamien Riegel1-28/+2
2015-12-13watchdog: gpio_wdt: use core reboot notifierDamien Riegel1-33/+2
2015-12-13watchdog: cadence_wdt: use core reboot notifierDamien Riegel1-35/+1
2015-12-13watchdog: bcm47xx_wdt: use core reboot notifierDamien Riegel1-22/+2
2015-12-13watchdog: core: add reboot notifier supportDamien Riegel1-0/+37
2015-12-13watchdog: sunxi_wdt: use core restart handlerDamien Riegel1-18/+5
2015-12-13watchdog: s3c2410_wdt: use core restart handlerDamien Riegel1-35/+25
2015-12-13watchdog: qcom-wdt: use core restart handlerDamien Riegel1-30/+19
2015-12-13watchdog: mtk_wdt: use core restart handlerDamien Riegel1-17/+5
2015-12-13watchdog: moxart_wdt: use core restart handlerDamien Riegel1-17/+6
2015-12-13watchdog: meson_wdt: use core restart handlerDamien Riegel1-18/+5
2015-12-13watchdog: lpc18xx_wdt: use core restart handlerDamien Riegel1-31/+21
2015-12-13watchdog: imx2_wdt: use core restart handlerDamien Riegel1-17/+6
2015-12-13watchdog: imgpdc_wdt: use core restart handlerDamien Riegel1-22/+12
2015-12-13watchdog: digicolor_wdt: use core restart handlerDamien Riegel1-13/+5
2015-12-13watchdog: da9063_wdt: use core restart handlerDamien Riegel1-17/+6
2015-12-13watchdog: bcm47xx_wdt: use core restart handlerDamien Riegel1-20/+13
2015-12-13watchdog: core: add restart handler supportDamien Riegel1-0/+48
2015-11-23watchdog: mtk_wdt: Use MODE_KEY when stopping the watchdogNicolas Boichat1-0/+1
2015-11-23watchdog: Add support for Freescale Layerscape platformsShaohui Xie1-1/+1
2015-11-23watchdog: tegra: Stop watchdog first if restartingAndrew Chew1-1/+3
2015-11-23watchdog: w83977f_wdt: underflow in wdt_set_timeout()Dan Carpenter1-1/+1
2015-11-23watchdog: pnx4008: make global wdt_clk staticVladimir Zapolskiy1-1/+1
2015-11-23watchdog: pnx4008: fix warnings caused by enabling unprepared clockVladimir Zapolskiy1-3/+3
2015-11-23watchdog: omap_wdt: fix null pointer dereferencePeter Robinson1-1/+1
2015-11-10Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds7-86/+346
2015-11-03watchdog: core: propagate ping error code to the user spaceAlexander Usyskin1-4/+8
2015-11-03watchdog: watchdog_dev: Use single variable name for struct watchdog_deviceGuenter Roeck1-76/+75
2015-10-29watchdog: intel-mid: add Magic Closure flagDavid Cohen1-1/+1
2015-10-29watchdog: imx2_wdt: Use register definition in regmap_write()Fabio Estevam1-3/+3
2015-10-27watchdog: watchdog_dev: Use device tree alias for naming watchdogsJustin Chen1-2/+13
2015-10-27watchdog: Watchdog driver for Broadcom Set-Top BoxJustin Chen3-0/+246
2015-10-14s390/diag: add a statistic for diagnose callsMartin Schwidefsky1-0/+4
2015-09-28watchdog: iTCO: Fix dependencies on I2CGuenter Roeck1-1/+2
2015-09-28watchdog: bcm2835: Fix poweroff behaviourNoralf Trønnes1-2/+8
2015-09-28watchdog: Fix module autoload for OF platform driverLuis de Bethencourt3-0/+3
2015-09-12Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds49-130/+844
2015-09-09Watchdog: Fix parent of watchdog_devicesPratyush Anand36-0/+36
2015-09-09watchdog: at91rm9200: Correct check for syscon_node_to_regmap() errorsBjorn Andersson1-1/+1
2015-09-09watchdog: at91sam9: get and use slow clockAlexandre Belloni1-2/+20
2015-09-09watchdog: add a driver to support SAMA5D4 watchdog timerWenyou Yang4-0/+292