summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | watchdog-asm9260: Delete owner assignmentMarkus Elfring2016-09-231-1/+0Star
| * | | | watchdog: ziirave_wdt: Add support to upload the firmware.Enric Balletbo i Serra2016-09-231-5/+404
| * | | | watchdog: xilinx: Add clock supportShubhrajyoti Datta2016-09-231-2/+23
| * | | | watchdog: pcwd_usb: don't print error when allocating urb failsWolfram Sang2016-09-231-3/+1Star
| * | | | watchdog: dw_wdt: Read clock rate only once and validate itGuenter Roeck2016-09-231-2/+9
| * | | | watchdog: core: Fix devres_alloc() allocation sizeGuenter Roeck2016-09-231-1/+1
| | |/ / | |/| |
* | | | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-121-0/+1
|\ \ \ \
| * | | | mips: separate extable.h, switch module.h to itAl Viro2016-10-061-0/+1
| |/ / /
* | | | Merge tag 'usb-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-10-041-3/+1Star
|\ \ \ \ | |_|/ / |/| | |
| * | | watchdog: pcwd_usb: don't print error when allocating urb failsWolfram Sang2016-08-301-3/+1Star
| |/ /
* | | watchdog: wdat_wdt: Fix warning for using 0 as NULLWei Yongjun2016-09-281-2/+2
* | | watchdog: wdat_wdt: fix return value check in wdat_wdt_probe()Wei Yongjun2016-09-281-3/+4
* | | ACPI / watchdog: Add support for WDAT hardware watchdogMika Westerberg2016-09-243-0/+539
|/ /
* | watchdog: gpio_wdt: Fix missing platform_set_drvdata() in gpio_wdt_probe()Wei Yongjun2016-07-271-0/+2
* | watchdog: core: Clear WDOG_HW_RUNNING before calling the stop functionGuenter Roeck2016-07-251-2/+4
* | watchdog: core: Fix error handling of watchdog_dev_init()Wei Yongjun2016-07-251-3/+8
* | watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe()Wei Yongjun2016-07-251-2/+2
* | watchdog: pic32-dmt: Remove .owner field for driverWei Yongjun2016-07-251-1/+0Star
* | watchdog: pic32-wdt: Remove .owner field for driverWei Yongjun2016-07-251-1/+0Star
* | watchdog: sbsa: Drop status functionGuenter Roeck2016-07-191-10/+0Star
* | watchdog: Implement status function in watchdog coreGuenter Roeck2016-07-191-7/+27
* | watchdog: tangox: Set max_hw_heartbeat_ms instead of max_timeoutGuenter Roeck2016-07-181-1/+1
* | watchdog: change watchdog_need_worker logicRasmus Villemoes2016-07-171-3/+7
* | watchdog: add support for MCP78S chipset in nv_tcoAlexey Kunitskiy2016-07-171-0/+2
* | watchdog: bcm2835_wdt: remove redundant ->set_timeout callbackRasmus Villemoes2016-07-171-7/+0Star
* | watchdog: bcm2835_wdt: constify _ops and _info structuresRasmus Villemoes2016-07-171-2/+2
* | watchdog: Add Meson GXBB Watchdog DriverNeil Armstrong2016-07-173-0/+281
* | watchdog: qcom: configure BARK time in addition to BITE timeMatthew McClintock2016-07-171-0/+5
* | watchdog: qcom: add option for standalone watchdog not in timer blockMatthew McClintock2016-07-171-16/+48
* | watchdog: da9063_wdt: don't trigger watchdog too fastStefan Christ2016-07-171-0/+2
* | watchdog: iTCO-wdt: handle 5th variation for Apollo LakeYong, Jonathan2016-07-171-0/+2
* | watchdog: pic32-dmt: Fix return value check in pic32_dmt_probe()Wei Yongjun2016-07-171-2/+2
* | watchdog: pic32-wdt: Fix return value check in pic32_wdt_drv_probe()Wei Yongjun2016-07-171-2/+2
* | watchdog: ziirave_wdt: Correct I2C device id to fix module autoloading.Enric Balletbo i Serra2016-07-171-1/+1
* | watchdog: drop redundant 'default n' option for WATCHDOG_SYSFSVladimir Zapolskiy2016-07-171-1/+0Star
* | watchdog: max77620: Add support for watchdog timerLaxman Dewangan2016-07-173-0/+237
* | watchdog: f71808e_wdt: Add F81866 supportJi-Ze Hong (Peter Hong)2016-07-171-2/+26
* | watchdog: sirf: fix __iomem * warningsBen Dooks2016-07-171-5/+10
* | watchdog: tangox: Mark running watchdog correctlyGuenter Roeck2016-07-171-1/+1
* | watchdog: sbsa: Set WDOG_HW_RUNNING, when watchdog is already running.Pratyush Anand2016-07-171-0/+2
* | watchdog: sbsa: Use max_hw_heartbeat_ms instead of max_timeoutPratyush Anand2016-07-171-2/+2
* | watchdog: skip min and max timeout validity check when max_hw_heartbeat_ms is...Pratyush Anand2016-07-171-1/+1
* | watchdog: pcwd: Utilize the module_isa_driver macroWilliam Breathitt Gray2016-07-171-13/+1Star
* | watchdog: Add Aspeed watchdog driverJoel Stanley2016-07-173-0/+226
* | watchdog: softdog: improve coding styleWolfram Sang2016-07-171-3/+3
* | watchdog: softdog: drop superfluous set_timeout callbackWolfram Sang2016-07-171-7/+0Star
* | watchdog: softdog: sort includes to avoid duplicatesWolfram Sang2016-07-171-5/+5
* | watchdog: softdog: remove forward declarationWolfram Sang2016-07-171-5/+3Star
* | watchdog: softdog: consistently use softdog_ prefixWolfram Sang2016-07-171-11/+10Star
* | watchdog: softdog: use watchdog core to init timeout valueWolfram Sang2016-07-171-12/+5Star