aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-27watchdog: gpio_wdt: Fix missing platform_set_drvdata() in gpio_wdt_probe()Wei Yongjun1-0/+2
2016-07-25watchdog: core: Clear WDOG_HW_RUNNING before calling the stop functionGuenter Roeck1-2/+4
2016-07-25watchdog: core: Fix error handling of watchdog_dev_init()Wei Yongjun1-3/+8
2016-07-25watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe()Wei Yongjun1-2/+2
2016-07-25watchdog: pic32-dmt: Remove .owner field for driverWei Yongjun1-1/+0
2016-07-25watchdog: pic32-wdt: Remove .owner field for driverWei Yongjun1-1/+0
2016-07-19watchdog: sbsa: Drop status functionGuenter Roeck1-10/+0
2016-07-19watchdog: Implement status function in watchdog coreGuenter Roeck1-7/+27
2016-07-18watchdog: tangox: Set max_hw_heartbeat_ms instead of max_timeoutGuenter Roeck1-1/+1
2016-07-17watchdog: change watchdog_need_worker logicRasmus Villemoes1-3/+7
2016-07-17watchdog: add support for MCP78S chipset in nv_tcoAlexey Kunitskiy1-0/+2
2016-07-17watchdog: bcm2835_wdt: remove redundant ->set_timeout callbackRasmus Villemoes1-7/+0
2016-07-17watchdog: bcm2835_wdt: constify _ops and _info structuresRasmus Villemoes1-2/+2
2016-07-17watchdog: Add Meson GXBB Watchdog DriverNeil Armstrong3-0/+281
2016-07-17watchdog: qcom: configure BARK time in addition to BITE timeMatthew McClintock1-0/+5
2016-07-17watchdog: qcom: add option for standalone watchdog not in timer blockMatthew McClintock1-16/+48
2016-07-17watchdog: da9063_wdt: don't trigger watchdog too fastStefan Christ1-0/+2
2016-07-17watchdog: iTCO-wdt: handle 5th variation for Apollo LakeYong, Jonathan1-0/+2
2016-07-17watchdog: pic32-dmt: Fix return value check in pic32_dmt_probe()Wei Yongjun1-2/+2
2016-07-17watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe()Wei Yongjun1-2/+2
2016-07-17watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading.Enric Balletbo i Serra1-1/+1
2016-07-17watchdog: drop redundant 'default n' option for WATCHDOG_SYSFSVladimir Zapolskiy1-1/+0
2016-07-17watchdog: max77620: Add support for watchdog timerLaxman Dewangan3-0/+237
2016-07-17watchdog: f71808e_wdt: Add F81866 supportJi-Ze Hong (Peter Hong)1-2/+26
2016-07-17watchdog: sirf: fix __iomem * warningsBen Dooks1-5/+10
2016-07-17watchdog: tangox: Mark running watchdog correctlyGuenter Roeck1-1/+1
2016-07-17watchdog: sbsa: Set WDOG_HW_RUNNING, when watchdog is already running.Pratyush Anand1-0/+2
2016-07-17watchdog: sbsa: Use max_hw_heartbeat_ms instead of max_timeoutPratyush Anand1-2/+2
2016-07-17watchdog: skip min and max timeout validity check when max_hw_heartbeat_ms is definedPratyush Anand1-1/+1
2016-07-17watchdog: pcwd: Utilize the module_isa_driver macroWilliam Breathitt Gray1-13/+1
2016-07-17watchdog: Add Aspeed watchdog driverJoel Stanley3-0/+226
2016-07-17watchdog: softdog: improve coding styleWolfram Sang1-3/+3
2016-07-17watchdog: softdog: drop superfluous set_timeout callbackWolfram Sang1-7/+0
2016-07-17watchdog: softdog: sort includes to avoid duplicatesWolfram Sang1-5/+5
2016-07-17watchdog: softdog: remove forward declarationWolfram Sang1-5/+3
2016-07-17watchdog: softdog: consistently use softdog_ prefixWolfram Sang1-11/+10
2016-07-17watchdog: softdog: use watchdog core to init timeout valueWolfram Sang1-12/+5
2016-07-17watchdog: softdog: remove obsolete commentsWolfram Sang1-33/+0
2016-07-17watchdog: Add a device managed API for watchdog_register_device()Neil Armstrong1-0/+37
2016-06-17watchdog: ebc-c384_wdt: Allow build for X86_64William Breathitt Gray1-1/+1
2016-05-25Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds13-26/+284
2016-05-20Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-34/+11
2016-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds4-0/+548
2016-05-14watchdog: shwdt: Use setup_timer()Muhammad Falak R Wani1-3/+1
2016-05-14watchdog: cpwd: Use setup_timer()Muhammad Falak R Wani1-3/+1
2016-05-14watchdog: renesas-wdt: add driverWolfram Sang3-0/+222
2016-05-14watchdog: remove error message when unable to allocate watchdog deviceColin Ian King1-3/+1
2016-05-14watchdog: f71808e_wdt: Fix WDTMOUT_STS register readKnud Poulsen1-2/+2
2016-05-14watchdog: f71808e_wdt: Fix typoKnud Poulsen1-1/+1
2016-05-14watchdog: f71808e_wdt: Add F81865 supportKnud Poulsen1-3/+21