aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-11watchdog: asm9260: remove __init and __exit annotationsArnd Bergmann1-4/+4
2016-01-11watchdog: Drop pointer to watchdog device from struct watchdog_deviceGuenter Roeck2-9/+8
2016-01-11watchdog: ziirave: Use watchdog infrastructure to create sysfs attributesGuenter Roeck1-17/+3
2016-01-11watchdog: Add support for creating driver specific sysfs attributesGuenter Roeck1-2/+3
2016-01-11watchdog: stmp3xxx: Remove unused variablesFabio Estevam1-3/+0
2016-01-09watchdog: add MT7621 watchdog supportJohn Crispin3-0/+194
2015-12-29watchdog: da9055_wdt: Drop reference countingGuenter Roeck1-24/+0
2015-12-29watchdog: da9052_wdt: Drop reference countingGuenter Roeck1-24/+0
2015-12-29watchdog: Separate and maintain variables based on variable lifetimeGuenter Roeck2-182/+203
2015-12-29watchdog: diag288: Stop re-using watchdog core internal flagsGuenter Roeck1-10/+16
2015-12-29watchdog: Create watchdog device in watchdog_dev.cGuenter Roeck3-41/+69
2015-12-28watchdog: qcom-wdt: Do not set 'dev' in struct watchdog_deviceGuenter Roeck1-1/+0
2015-12-28watchdog: mena21: Do not use device pointer from struct watchdog_deviceGuenter Roeck1-2/+2
2015-12-28watchdog: gpio: Do not use device pointer from struct watchdog_deviceGuenter Roeck1-1/+2
2015-12-28watchdog: tangox: Print info message using pointer to platform deviceGuenter Roeck1-1/+1
2015-12-28watchdog: bcm2835_wdt: Drop log message if watchdog is stoppedGuenter Roeck1-1/+0
2015-12-28watchdog: add support for Sigma Designs SMP86xx/SMP87xxMans Rullgard3-0/+236
2015-12-28watchdog: Zodiac Aerospace RAVE Switch Watchdog Processor DriverMartyn Welch3-0/+393
2015-12-28watchdog: add Alphascale asm9260-wdt driverOleksij Rempel3-0/+414
2015-12-28watchdog: ts4800: add driver for TS-4800 watchdogDamien Riegel3-0/+226
2015-12-28watchdog: atlas7: add watchdog driver of CSRatlas7Guo Zeng3-0/+253
2015-12-28watchdog: meson: Add meson8b SoC specific dataCarlo Caione1-0/+7
2015-12-28watchdog: meson: Enable meson SoC specific dataCarlo Caione1-17/+41
2015-12-28watchdog: hpwdt: HP rebrandingMingarelli, Thomas1-6/+6
2015-12-27watchdog: cadence_wdt: use to_platform_device()Geliang Tang1-4/+2
2015-12-27watchdog: omap: don't disable the timer when it should be enabled earlyUwe Kleine-König1-1/+2
2015-12-27watchdog: omap: don't disable runtime pm before starting deviceUwe Kleine-König1-2/+2
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