aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-01Merge tag 'lkdtm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into char-misc-testingGreg Kroah-Hartman3-0/+203
2016-03-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-0/+203
2016-02-14Merge 4.5-rc4 into char-misc-nextGreg Kroah-Hartman4-7/+9
2016-02-07watchdog: mei_wdt: re-register device on eventTomas Winkler1-2/+26
2016-02-07watchdog: mei_wdt: add activation debugfs entryTomas Winkler1-0/+27
2016-02-07watchdog: mei_wdt: register wd device only if requiredTomas Winkler1-9/+191
2016-02-06watchdog: mei_wdt: add status debugfs entryTomas Winkler1-0/+87
2016-02-06watchdog: mei_wdt: implement MEI iAMT watchdog driverTomas Winkler3-0/+420
2016-01-31Add sun4v_wdt watchdog driverwim.coekaerts@oracle.com3-0/+203
2016-01-31watchdog: Fix dependencies for !HAS_IOMEM archsRichard Weinberger1-0/+3
2016-01-31watchdog: imgdpc: select WATCHDOG_COREArnd Bergmann1-0/+1
2016-01-31watchdog: tango: rename ARCH_TANGOX to ARCH_TANGOMarc Gonzalez1-1/+1
2016-01-31watchdog: pcwd_usb: fix compilation warningTomas Winkler1-2/+1
2016-01-31watchdog: sp805: ping fails to abort wdt resetSandeep Tripathy1-3/+2
2016-01-31watchdog: max63xx: make module's license marker match the headerUwe Kleine-König1-1/+1
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