summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson2020-09-131-8/+2
| |\
| | * ARM: samsung: remove HAVE_S3C2410_WATCHDOG and use direct dependenciesKrzysztof Kozlowski2020-08-191-8/+2
* | | Merge tag 'linux-watchdog-5.10-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds2020-10-2114-48/+320
|\ \ \
| * | | watchdog: Add Toshiba Visconti watchdog driverNobuhiro Iwamatsu2020-10-143-0/+204
| * | | watchdog: it87_wdt: add IT8784 IDHanspeter Portner2020-10-141-1/+3
| * | | watchdog: sp5100_tco: Enable watchdog on Family 17h devices if disabledGuenter Roeck2020-10-141-0/+18
| * | | watchdog: sp5100: Fix definition of EFCH_PM_DECODEEN3Guenter Roeck2020-10-141-1/+1
| * | | watchdog: renesas_wdt: support handover from bootloaderWolfram Sang2020-10-141-2/+10
| * | | watchdog: imx7ulp: Watchdog should continue running for wait/stop modeAnson Huang2020-10-141-1/+4
| * | | watchdog: rti: Simplify with dev_err_probe()Krzysztof Kozlowski2020-10-141-10/+4
| * | | watchdog: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski2020-10-141-6/+3
| * | | watchdog: cadence: Simplify with dev_err_probe()Krzysztof Kozlowski2020-10-141-6/+3
| * | | watchdog: remove unneeded inclusion of <uapi/linux/sched/types.h>Zhen Lei2020-10-141-2/+0
| * | | watchdog: Use put_device on errorDinghao Liu2020-10-141-1/+1
| * | | watchdog: Fix memleak in watchdog_cdev_registerDinghao Liu2020-10-141-1/+3
| * | | watchdog: imx7ulp: Strictly follow the sequence for wdog operationsAnson Huang2020-10-141-13/+61
| * | | watchdog: it87_wdt: add IT8772 IDHanspeter Portner2020-10-141-1/+3
| * | | watchdog: pcwd_usb: Avoid GFP_ATOMIC where it is not neededChristophe JAILLET2020-10-141-1/+1
| * | | drivers: watchdog: rdc321x_wdt: Fix race condition bugsMadhuparna Bhowmik2020-10-141-3/+2
| |/ /
* | | Merge tag 'mfd-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2020-10-143-0/+241
|\ \ \ | |/ / |/| |
| * | watchdog: add support for sl28cpld watchdogMichael Walle2020-09-173-0/+241
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
|/
* Merge tag 'linux-watchdog-5.9-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2020-08-1249-153/+755
|\
| * watchdog: rti-wdt: balance pm runtime enable callsTero Kristo2020-08-051-0/+2
| * watchdog: rti-wdt: attach to running watchdog during probeTero Kristo2020-08-051-10/+102
| * watchdog: add support for adjusting last known HW keepalive timeTero Kristo2020-08-051-0/+30
| * watchdog: use __watchdog_ping in startupTero Kristo2020-08-051-8/+11
| * watchdog: softdog: Add options 'soft_reboot_cmd' and 'soft_active_on_boot'Woody Lin2020-08-051-0/+57
| * watchdog: pcwd_usb: remove needless check before usb_free_coherent()Xu Wang2020-08-051-3/+2
| * watchdog: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-055-5/+5
| * watchdog: initialize device before misc_registerKrzysztof Sobota2020-08-051-9/+9
| * watchdog: booke_wdt: Add common nowayout parameter driverTimothy Myers2020-08-051-1/+5
| * watchdog: scx200_wdt: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-051-1/+1
| * watchdog: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-0538-40/+39
| * watchdog: f71808e_wdt: do stricter parameter validationAhmad Fatoum2020-08-051-25/+12
| * watchdog: f71808e_wdt: clear watchdog timeout occurred flagAhmad Fatoum2020-08-051-0/+7
| * watchdog: f71808e_wdt: remove use of wrong watchdog_info optionAhmad Fatoum2020-08-051-2/+1
| * watchdog: f71808e_wdt: indicate WDIOF_CARDRESET support in watchdog_info.optionsAhmad Fatoum2020-08-051-1/+2
| * watchdog: dw_wdt: Add DebugFS filesSerge Semin2020-08-051-0/+68
| * watchdog: dw_wdt: Add pre-timeouts supportSerge Semin2020-08-051-8/+130
| * watchdog: dw_wdt: Support devices with asynch clocksSerge Semin2020-08-051-5/+43
| * watchdog: dw_wdt: Support devices with non-fixed TOP valuesSerge Semin2020-08-051-24/+167
| * watchdog: Use kobj_to_dev() APIWang Qing2020-08-051-1/+1
| * watchdog: bcm_kona_wdt: Use correct return value for bcm_kona_wdt_probe()Tiezhu Yang2020-08-051-1/+1
| * watchdog: sunxi_wdt: fix improper error exit codeMartin Wu2020-08-051-1/+1
| * watchdog: test_bit() => watchdog_active()Bumsik Kim2020-08-051-1/+1
| * watchdog: mlx-wdt: support new watchdog type with longer timeout periodMichael Shych2020-08-051-11/+62
* | sched,watchdog: Convert to sched_set_fifo()Peter Zijlstra2020-06-151-2/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-40/+40
* Merge tag 'linux-watchdog-5.8-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2020-06-0410-18/+248
|\