aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-01Merge tag 'linux-watchdog-5.5-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds14-166/+206
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds55-0/+55
2019-11-18watchdog: jz4740: Drop dependency on MACH_JZ47xxPaul Cercueil1-1/+1
2019-11-18watchdog: jz4740: Use regmap provided by TCU driverPaul Cercueil2-15/+21
2019-11-18watchdog: jz4740: Use WDT clock provided by TCU driverPaul Cercueil2-45/+31
2019-11-18watchdog: sama5d4_wdt: cleanup the bit definitionsEugen Hristev1-15/+19
2019-11-18watchdog: sprd: Fix the incorrect pointer getting from driver dataShuiqing Li1-4/+2
2019-11-18watchdog: aspeed: Fix clock behaviour for ast2600Joel Stanley1-6/+10
2019-11-18watchdog: imx7ulp: Fix reboot hangFabio Estevam1-0/+16
2019-11-18watchdog: make nowayout sysfs file writableRasmus Villemoes1-1/+20
2019-11-18watchdog: prevent deferral of watchdogd wakeup on RTJulia Cartwright1-4/+6
2019-11-18watchdog: imx7ulp: Use definitions instead of magic valuesFabio Estevam1-1/+4
2019-11-18watchdog: imx7ulp: Remove inline annotationsFabio Estevam1-3/+3
2019-11-18watchdog: imx7ulp: Remove unused structure memberFabio Estevam1-1/+0
2019-11-18watchdog: imx7ulp: Pass the wdog instance inimx7ulp_wdt_enable()Fabio Estevam1-10/+9
2019-11-18watchdog: wdat_wdt: Spelling s/configrable/configurable/Geert Uytterhoeven1-1/+1
2019-11-18watchdog: bd70528: Trivial function documentation fixMatti Vaittinen1-2/+2
2019-11-18watchdog: cadence: Do not show error in case of deferred probeMichal Simek1-2/+4
2019-11-18watchdog: Fix the race between the release of watchdog_core_data and cdevKevin Hao1-38/+32
2019-11-18watchdog: sbc7240_wdt: Fix yet another -Wimplicit-fallthrough warningBorislav Petkov1-2/+1
2019-11-18watchdog: intel-mid_wdt: Add WATCHDOG_NOWAYOUT supportAndy Shevchenko1-0/+1
2019-11-18watchdog: imx2_wdt: Use 'dev' instead of dereferencing it repeatedlyAnson Huang1-11/+12
2019-11-18watchdog: imx2_wdt: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang1-4/+2
2019-11-18watchdog: imx2_wdt: Remove unnecessary blank lineAnson Huang1-1/+0
2019-11-18watchdog: w83627hf_wdt: Support NCT6116DSrikanth Krishnakar2-1/+11
2019-11-11Merge 5.4-rc7 into char-misc-nextGreg Kroah-Hartman5-8/+28
2019-11-05watchdog: bd70528: Add MODULE_ALIAS to allow module auto loadingMatti Vaittinen1-0/+1
2019-11-05watchdog: imx_sc_wdt: Pretimeout should follow SCU firmware formatAnson Huang1-1/+7
2019-11-05watchdog: meson: Fix the wrong value of left timeXingyu Chen1-2/+2
2019-11-05watchdog: pm8916_wdt: fix pretimeout registration flowJorge Ramirez-Ortiz1-4/+11
2019-11-05watchdog: cpwd: fix build regressionArnd Bergmann1-1/+7
2019-11-03drivers: mcb: use symbol namespacesJohannes Thumshirn1-0/+1
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann55-0/+55
2019-09-27Merge tag 'linux-watchdog-5.4-rc1' of git://www.linux-watchdog.org/linux-watchdogLinus Torvalds17-889/+648
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-2/+24
2019-09-17watchdog: f71808e_wdt: Add F81803 supportJaret Cantu2-3/+18
2019-09-17watchdog: qcom: remove unnecessary variable from private storageJorge Ramirez-Ortiz1-8/+7
2019-09-17watchdog: qcom: support pre-timeout when the bark irq is availableJorge Ramirez-Ortiz1-5/+64
2019-09-17watchdog: imx_sc: this patch just fixes whitespacesOliver Graute1-2/+2
2019-09-17watchdog: aspeed: add support for dual bootIvan Mikhaylov1-1/+64
2019-09-17watchdog: orion_wdt: use timer1 as a pretimeoutChris Packham1-13/+53
2019-09-17watchdog: Add i.MX7ULP watchdog supportAnson Huang3-0/+257
2019-09-17watchdog: aspeed: Add support for AST2600Ryan Chen1-1/+3
2019-09-17watchdog: ziirave_wdt: Update checked I2C functionality maskAndrey Smirnov1-1/+4
2019-09-17watchdog: ziirave_wdt: Drop ziirave_firm_write_block_data()Andrey Smirnov1-22/+9
2019-09-17watchdog: ziirave_wdt: Fix DOWNLOAD_START payloadAndrey Smirnov1-8/+7
2019-09-17watchdog: ziirave_wdt: Drop status polling codeAndrey Smirnov1-21/+7
2019-09-17watchdog: ziirave_wdt: Fix RESET_PROCESSOR payloadAndrey Smirnov1-2/+4
2019-09-17watchdog: ziirave_wdt: Fix DOWNLOAD_END payloadAndrey Smirnov1-1/+1
2019-09-17watchdog: ziirave_wdt: Fix JUMP_TO_BOOTLOADER payloadAndrey Smirnov1-2/+5