summaryrefslogtreecommitdiff
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2020-02-05watchdog: rn5t618_wdt: fix module aliasesAndreas Kemnade1-0/+1
2019-09-06watchdog: bcm2835_wdt: Fix module autoloadStefan Wahren1-0/+1
2018-05-30watchdog: f71808e_wdt: Fix magic close handlingIgor Pylypiv1-1/+2
2018-05-30watchdog: sp5100_tco: Fix watchdog disable bitGuenter Roeck1-1/+1
2018-04-24watchdog: f71808e_wdt: Fix WD_EN register readIgor Pylypiv1-1/+1
2018-03-18watchdog: hpwdt: fix unused variable warningArnd Bergmann1-1/+1
2018-03-18watchdog: hpwdt: Check source of NMIJerry Hoemann1-0/+10
2018-03-18watchdog: hpwdt: SMBIOS checkJerry Hoemann1-1/+1
2018-02-16watchdog: imx2_wdt: restore previous timeout after suspend+resumeMartin Kaiser1-5/+15
2017-10-21watchdog: kempld: fix gcc-4.3 buildArnd Bergmann1-1/+8
2017-07-05watchdog: bcm281xx: Fix use of uninitialized spinlock.Eric Anholt1-1/+2
2017-05-25watchdog: pcwd_usb: fix NULL-deref at probeJohan Hovold1-0/+3
2016-04-12watchdog: rc32434_wdt: fix ioctl error handlingMichael S. Tsirkin1-1/+1
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
2015-09-09watchdog: mpc8xxx: allow to compile for MPC512xUwe Kleine-König1-1/+1
2015-09-09watchdog: mpc8xxx: use better error code when watchdog cannot be enabledUwe Kleine-König1-1/+1
2015-09-09watchdog: mpc8xxx: use dynamic memory for device specific dataUwe Kleine-König1-35/+53
2015-09-09watchdog: mpc8xxx: use devm_ioremap_resource to map memoryUwe Kleine-König1-12/+7
2015-09-09watchdog: mpc8xxx: make use of of_device_get_match_dataUwe Kleine-König1-4/+2
2015-09-09watchdog: mpc8xxx: simplify registrationUwe Kleine-König1-31/+7
2015-09-09watchdog: mpc8xxx: remove dead codeUwe Kleine-König1-13/+2
2015-09-09watchdog: lpc18xx_wdt_get_timeleft() can be staticFengguang Wu1-1/+1
2015-09-09watchdog: NXP LPC18xx Watchdog Timer DriverAriel D'Alessandro3-0/+352
2015-09-09watchdog: gpio-wdt: ping already at startup for always running devicesUwe Kleine-König1-30/+30
2015-09-09watchdog: gpio-wdt: be more strict about hw_algo matchingUwe Kleine-König1-2/+2
2015-09-09watchdog: booke_wdt: Use infrastructure to check timeout limitsGuenter Roeck1-3/+1
2015-09-09watchdog: (nv_tco) add support for MCP79Vivien Didelot1-0/+2
2015-09-09watchdog: sunxi: fix activation of system resetFrancesco Lavra1-1/+1