aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2022-08-08Merge tag 'linux-watchdog-5.20-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds17-57/+78
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-0/+248
2022-08-04Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-7/+9
2022-07-23watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada...William Dean1-0/+2
2022-07-23watchdog: dw_wdt: Fix comment typoJason Wang1-1/+1
2022-07-23watchdog: Fix comment typoJason Wang1-1/+1
2022-07-23watchdog:Fix typo in commentLuo Xueqin1-1/+1
2022-07-23watchdog: pm8916_wdt: Handle watchdog enabled by bootloaderStephan Gerhold1-0/+10
2022-07-23watchdog: pm8916_wdt: Report reboot reasonStephan Gerhold1-1/+25
2022-07-23watchdog: pm8916_wdt: Avoid read of write-only PET registerStephan Gerhold1-3/+2
2022-07-23watchdog: wdat_wdt: Remove #ifdef guards for PM related functionsPaul Cercueil1-5/+2
2022-07-23watchdog: tegra_wdt: Remove #ifdef guards for PM related functionsPaul Cercueil1-9/+5
2022-07-23watchdog: st_lpc_wdt: Remove #ifdef guards for PM related functionsPaul Cercueil1-6/+3
2022-07-23watchdog: sama5d4_wdt: Remove #ifdef guards for PM related functionsPaul Cercueil1-5/+3
2022-07-23watchdog: s3c2410_wdt: Remove #ifdef guards for PM related functionsPaul Cercueil1-6/+3
2022-07-23watchdog: mtk_wdt: Remove #ifdef guards for PM related functionsPaul Cercueil1-7/+3
2022-07-23watchdog: dw_wdt: Remove #ifdef guards for PM related functionsPaul Cercueil1-4/+2
2022-07-23watchdog: bcm7038_wdt: Remove #ifdef guards for PM related functionsPaul Cercueil1-5/+3
2022-07-23watchdog: realtek-otto: add RTL9310 supportSander Vanheule1-0/+1
2022-07-23watchdog: sp805_wdt: add arm cmsdk apb wdt supportBing Fan1-0/+5
2022-07-23watchdog: sp5100_tco: Fix a memory leak of EFCH MMIO resourceJean Delvare1-0/+1
2022-07-23watchdog: max77620: update Luca Ceresoli's e-mail addressLuca Ceresoli1-2/+2
2022-07-23watchdog: f71808e_wdt: Add check for platform_driver_registerJiasheng Jiang1-1/+3
2022-07-20watchdog/pseries-wdt: initial support for H_WATCHDOG-based watchdog timersScott Cheloha3-0/+248
2022-07-14watchdog: simatic-ipc-wdt: convert to use P2SB accessorHenning Schild2-7/+9
2022-06-09watchdog: gxp: Add missing MODULE_LICENSEGuenter Roeck1-0/+1
2022-06-02Merge tag 'arm-late-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds3-0/+186
2022-06-02Merge tag 'arm-multiplatform-5.19-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+63
2022-05-21watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probeMiaoqian Lin1-1/+4
2022-05-21watchdog: Add Renesas RZ/N1 Watchdog driverPhil Edworthy3-0/+212
2022-05-21watchdog: wdat_wdt: Stop watchdog when uninstalling moduleLiu Xinpeng1-0/+1
2022-05-21watchdog: wdat_wdt: Stop watchdog when rebooting the systemLiu Xinpeng1-0/+1
2022-05-21watchdog: wdat_wdt: Using the existing function to check parameter timeoutLiu Xinpeng1-2/+2
2022-05-21watchdog: iTCO_wdt: Using existing macro define covers more scenariosLiu Xinpeng1-13/+7
2022-05-21watchdog: rti-wdt: Fix pm_runtime_get_sync() error checkingMiaoqian Lin1-1/+1
2022-05-21watchdog: rti_wdt: Fix calculation and evaluation of preset heartbeatJan Kiszka1-3/+5
2022-05-21watchdog: sp805: disable watchdog on removeEliav Farber1-0/+1
2022-05-21watchdog: da9063: optionally disable watchdog during suspendPrimoz Fiser1-0/+36
2022-05-18watchdog: hpe-wdt: Introduce HPE GXP WatchdogNick Hawkins3-0/+186
2022-05-08watchdog: Add watchdog driver for Sunplus SP7021Xiantao Hu3-0/+232
2022-05-08watchdog: rzg2l_wdt: Add set_timeout callbackBiju Das1-0/+20
2022-05-08watchdog: rzg2l_wdt: Use force reset for WDT resetBiju Das1-7/+7
2022-05-08watchdog: rzg2l_wdt: Add error check for reset_control_deassertBiju Das1-1/+4
2022-05-08watchdog: rzg2l_wdt: Fix reset control imbalanceBiju Das1-2/+1
2022-05-08watchdog: rzg2l_wdt: Fix 'BUG: Invalid wait context'Biju Das1-12/+13
2022-05-08watchdog: rzg2l_wdt: Fix Runtime PM usageBiju Das1-14/+2
2022-05-08watchdog: rzg2l_wdt: Fix 32bit overflow issueBiju Das1-1/+1
2022-05-08watchdog: mtk_wdt: mt7986: Add toprgu reset controller supportSam Shih1-0/+6
2022-05-08watchdog: bcm7038_wdt: Support BCM6345 compatible stringRafał Miłecki1-0/+1
2022-05-08watchdog: mediatek: mt8186: add wdt supportRunyang Chen1-0/+6
2022-04-19watchdog: sa1100: use platform device registrationArnd Bergmann1-24/+63
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann1-1/+0
2022-03-31Merge tag 'linux-watchdog-5.18-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds10-246/+404
2022-03-27Watchdog: sp5100_tco: Enable Family 17h+ CPUsTerry Bowman2-12/+5
2022-03-27Watchdog: sp5100_tco: Add initialization using EFCH MMIOTerry Bowman2-1/+104
2022-03-27Watchdog: sp5100_tco: Refactor MMIO base address initializationTerry Bowman2-74/+82
2022-03-27Watchdog: sp5100_tco: Move timer initialization into functionTerry Bowman1-29/+36
2022-03-27watchdog: ixp4xx: Implement restartLinus Walleij1-0/+14
2022-03-27watchdog: orion_wdt: support pretimeout on Armada-XPChris Packham1-4/+9
2022-03-27watchdog: allow building BCM7038_WDT for BCM4908Rafał Miłecki1-1/+1
2022-03-27watchdog: renesas_wdt: Add R-Car Gen4 supportThanh Quan1-0/+1
2022-03-27watchdog: Improve watchdog_dev function documentationDaniel Bristot de Oliveira1-119/+125
2022-03-27watchdog: aspeed: add nowayout supportEduardo Valentin1-0/+7
2022-03-27watchdog: rti-wdt: Add missing pm_runtime_disable() in probe functionMiaoqian Lin1-0/+1
2022-03-27watchdog: imx2_wdg: Alow ping on suspendAlistair Francis1-7/+20
2022-03-25Merge tag 'mfd-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2-17/+70
2022-03-07watchdog: max77620: Add comment to clarify set_timeout procedureLuca Ceresoli1-0/+5
2022-03-07watchdog: max77620: Add support for the max77714 variantLuca Ceresoli2-17/+65
2022-03-01MIPS: Remove TX39XX supportThomas Bogendoerfer1-1/+1
2022-01-17Merge tag 'linux-watchdog-5.17-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds14-448/+1228
2022-01-05watchdog: msc313e: Check if the WDT was running at bootDaniel Palmer1-0/+4
2022-01-05watchdog: Add Apple SoC watchdog driverSven Peter3-0/+239
2022-01-05watchdog: s3c2410: Fix getting the optional clockSam Protsenko1-10/+12
2022-01-05watchdog: s3c2410: Use platform_get_irq() to get the interruptLad Prabhakar1-8/+6
2022-01-05watchdog: mtk_wdt: use platform_get_irq_optionalTzung-Bi Shih1-1/+1
2022-01-05watchdog: Add Watchdog Timer driver for RZ/G2LBiju Das3-0/+272
2022-01-05watchdog: da9063: Add hard dependency on I2CAndrej Picej1-0/+1
2022-01-05watchdog: Add Realtek Otto watchdog timerSander Vanheule3-0/+398
2021-12-28watchdog: s3c2410: Add Exynos850 supportSam Protsenko1-1/+63
2021-12-28watchdog: da9063: use atomic safe i2c transfer in reset handlerYunus Bas1-3/+9
2021-12-28watchdog: davinci: Use div64_ul instead of do_divChangcheng Deng1-1/+1
2021-12-28watchdog: Remove BCM63XX_WDTFlorian Fainelli3-328/+0
2021-12-28watchdog: bcm7038_wdt: Add platform device id for bcm63xx-wdtFlorian Fainelli1-0/+7
2021-12-28watchdog: Allow building BCM7038_WDT for BCM63XXFlorian Fainelli1-3/+4
2021-12-28watchdog: bcm7038_wdt: Support platform data configurationFlorian Fainelli1-1/+7
2021-12-28watchdog: meson_gxbb_wdt: remove stop_on_rebootArtem Lapkin1-1/+0
2021-12-28watchdog: Kconfig: fix help text indentationLuca Ceresoli1-24/+24
2021-12-28watchdog: s3c2410: Remove superfluous err labelSam Protsenko1-9/+4
2021-12-28watchdog: s3c2410: Support separate source clockSam Protsenko1-15/+41
2021-12-28watchdog: s3c2410: Cleanup PMU related codeSam Protsenko1-25/+58
2021-12-28watchdog: s3c2410: Add support for WDT counter enable registerSam Protsenko1-1/+27
2021-12-28watchdog: s3c2410: Implement a way to invert mask reg valueSam Protsenko1-1/+4
2021-12-28watchdog: s3c2410: Extract disable and mask code into separate functionsSam Protsenko1-19/+35
2021-12-28watchdog: s3c2410: Make reset disable register optionalSam Protsenko1-9/+13
2021-12-28watchdog: s3c2410: Let kernel kick watchdogSam Protsenko1-11/+15
2021-12-28watchdog: s3c2410: Fail probe if can't find valid timeoutSam Protsenko1-11/+10
2021-12-28watchdog: f71808e_wdt: Add F81966 supportAaeonIot1-2/+8
2021-12-28watchdog: Kconfig: enable MTK watchdogKevin Hilman1-0/+1
2021-12-23watchdog: simatic-ipc-wdt: add new driver for Siemens Industrial PCsHenning Schild3-0/+240
2021-11-10Merge tag 'linux-watchdog-5.16-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds18-764/+334
2021-11-03Merge tag 'dt-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-3/+3
2021-11-01watchdog: db8500_wdt: Rename symbolsLinus Walleij1-38/+38
2021-11-01watchdog: db8500_wdt: Rename driverLinus Walleij3-5/+5
2021-11-01watchdog: ux500_wdt: Drop platform dataLinus Walleij1-11/+2
2021-10-27watchdog: bcm63xx_wdt: fix fallthrough warningRafał Miłecki1-0/+2
2021-10-26watchdog: iTCO_wdt: No need to stop the timer in probeMika Westerberg1-2/+11
2021-10-26watchdog: s3c2410: describe driver in KConfigKrzysztof Kozlowski1-3/+5
2021-10-26watchdog: sp5100_tco: Add support for get_timeleftThomas Weißschuh1-0/+9
2021-10-26watchdog: mtk: add disable_wdt_extrst supportFengquan Chen1-0/+7
2021-10-26watchdog: rza_wdt: Use semicolons instead of commasGeert Uytterhoeven1-2/+2
2021-10-26watchdog: mlx-wdt: Use regmap_write_bits()Philipp Zabel1-3/+2
2021-10-26watchdog: rti-wdt: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing1-3/+1
2021-10-26watchdog: iTCO_wdt: Make use of the helper function devm_platform_ioremap_res...Cai Huoqing1-5/+1
2021-10-26watchdog: ar7_wdt: Make use of the helper function devm_platform_ioremap_reso...Cai Huoqing1-5/+1
2021-10-26watchdog: sunxi_wdt: Add support for D1Samuel Holland1-1/+19
2021-10-26ar7: fix kernel builds for compiler testJackie Liu1-1/+1
2021-10-26watchdog: meson_gxbb_wdt: add timeout parameterArtem Lapkin1-0/+6
2021-10-26watchdog: meson_gxbb_wdt: add nowayout parameterArtem Lapkin1-0/+6
2021-10-26watchdog: da9062: da9063: prevent pings ahead of machine resetPrimoz Fiser2-0/+14
2021-10-26watchdog: f71808e_wdt: dynamically allocate watchdog driver dataAhmad Fatoum1-87/+111
2021-10-26watchdog: f71808e_wdt: refactor to platform device/driver pairAhmad Fatoum1-7/+42
2021-10-26watchdog: f71808e_wdt: migrate to new kernel watchdog APIAhmad Fatoum2-331/+57
2021-10-26watchdog: f71808e_wdt: rename variant-independent identifiers appropriatelyAhmad Fatoum1-33/+33
2021-10-26watchdog: f71808e_wdt: constify static arrayAhmad Fatoum1-1/+1
2021-10-26watchdog: f71808e_wdt: remove superfluous globalAhmad Fatoum1-3/+2
2021-10-26watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUTAhmad Fatoum1-1/+3
2021-10-26watchdog: stm32_iwdg: drop superfluous error messageTang Bin1-3/+1
2021-10-26watchdog: remove dead iop watchdog timer driverLukas Bulwahn3-267/+0
2021-10-26watchdog: Fix OMAP watchdog early handlingWalter Stoll1-1/+5
2021-10-26watchdog: ixp4xx_wdt: Fix address space warningGuenter Roeck1-1/+1
2021-10-26watchdog: sbsa: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
2021-10-26watchdog: sbsa: only use 32-bit accessorsJamie Iles1-2/+2
2021-10-26Revert "watchdog: iTCO_wdt: Account for rebooting on second timeout"Guenter Roeck1-9/+3
2021-10-08arm64: dts: mediatek: Move reset controller constants into common locationEnric Balletbo i Serra1-3/+3
2021-09-27watchdog/sb_watchdog: fix compilation problem due to COMPILE_TESTJackie Liu1-1/+1
2021-08-22watchdog: ixp4xx: Rewrite driver to use coreLinus Walleij2-165/+119
2021-08-22watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriateJan Kiszka1-1/+4
2021-08-22watchdog: max63xx_wdt: Add device tree probingLinus Walleij1-4/+20
2021-08-22watchdog: mediatek: mt8195: add wdt supportChristine Zhu1-0/+6
2021-08-22watchdog: tqmx86: Constify static struct watchdog_opsRikard Falkeborn1-1/+1
2021-08-22watchdog: mpc8xxx_wdt: Constify static struct watchdog_opsRikard Falkeborn1-1/+1
2021-08-22watchdog: sl28cpld_wdt: Constify static struct watchdog_opsRikard Falkeborn1-1/+1
2021-08-22watchdog: iTCO_wdt: Fix detection of SMI-off caseJan Kiszka1-1/+1
2021-08-22watchdog: bcm2835_wdt: consider system-power-controller propertyStefan Wahren1-3/+7
2021-08-22watchdog: imx2_wdg: notify wdog core to stop ping worker on suspendGrzegorz Jaszczyk1-0/+1
2021-08-22watchdog: introduce watchdog_dev_suspend/resumeGrzegorz Jaszczyk2-0/+84
2021-08-22watchdog: Fix NULL pointer dereference when releasing cdevCurtis Klein1-1/+2
2021-08-22watchdog: only run driver set_pretimeout op if device supports itCurtis Klein1-1/+1
2021-08-22watchdog: bd70528 drop bd70528 supportMatti Vaittinen3-304/+0
2021-07-07Merge tag 'linux-watchdog-5.14-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds42-543/+649
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2021-06-29Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2021-06-22mei: fix kdoc in the driverTamar Mashiah1-2/+2
2021-06-21watchdog: iTCO_wdt: use dev_err() instead of pr_err()Enrico Weigelt, metux IT consult1-2/+2
2021-06-21watchdog: Add Mstar MSC313e WDT driverDaniel Palmer3-0/+179
2021-06-21watchdog: iTCO_wdt: Account for rebooting on second timeoutJan Kiszka1-3/+9
2021-06-21watchdog: sama5d4_wdt: add support for sama7g5-wdtEugen Hristev1-2/+8
2021-06-21watchdog: ziirave_wdt: Remove VERSION_FMT defines and add sysfs newlinesJuerg Haefliger1-9/+6
2021-06-21watchdog: imx_sc_wdt: fix pretimeoutStefan Eichenberger1-7/+4
2021-06-21watchdog: diag288_wdt: Remove redundant assignmentJunlin Yang1-4/+0
2021-06-21watchdog: Add hrtimer-based pretimeout featureCurtis Klein6-32/+121
2021-06-21watchdog: qcom: Move suspend/resume to suspend_late/resume_earlySai Prakash Ranjan1-1/+3
2021-06-21watchdog: Fix a typo in the file orion_wdt.cBhaskar Chowdhury1-1/+1
2021-06-21watchdog: jz4740: Fix return value check in jz4740_wdt_probe()Wei Yongjun1-2/+2
2021-06-21watchdog: Remove MV64x60 watchdog driverChristophe Leroy3-329/+0
2021-06-21watchdog: mtk: support pre-timeout when the bark irq is availableWang Qing1-5/+72
2021-06-21watchdog: fix syntactic kernel-doc issuesLukas Bulwahn7-15/+17
2021-06-21watchdog: wdat_wdg: fix typoFlavio Suligoi1-2/+2
2021-06-21watchdog: bcm7038_wdt: add big endian supportÁlvaro Fernández Rojas1-6/+25
2021-06-21watchdog: sl28cpld_wdt: Fix a typoBhaskar Chowdhury1-1/+1
2021-06-21watchdog: of_xilinx_wdt: Skip printing pointer valueSrinivas Neeli1-2/+2
2021-06-21watchdog: of_xilinx_wdt: Remove passing null pointerSrinivas Neeli1-10/+9
2021-06-21watchdog: of_xilinx_wdt: Used dev_dbg()Srinivas Goud1-1/+3
2021-06-21watchdog: of_xilinx_wdt: Used BIT macroSrinivas Goud1-4/+5
2021-06-21watchdog: of_xilinx_wdt: Add comment to spinlockSrinivas Goud1-1/+1
2021-06-21watchdog: meson_wdt: Use device_get_match_data() helperTian Tao1-7/+1
2021-06-21watchdog: Fix a typo in KconfigWong Vee Khee1-1/+1
2021-06-21watchdog: it87_wdt: remove useless functionJiapeng Chong1-8/+0
2021-06-21watchdog: aspeed: fix hardware timeout calculationTao Ren1-1/+1
2021-06-21watchdog: clean up the Kconfig fileRandy Dunlap1-23/+28
2021-06-21watchdog: Use sysfs_emit() and sysfs_emit_at() in "show" functionsJuerg Haefliger4-18/+21
2021-06-21watchdog: Fix possible use-after-free by calling del_timer_sync()Zou Wei2-2/+2
2021-06-21watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff()Zou Wei1-1/+1
2021-06-21watchdog: Add {min,max}_timeout sysfs nodesJuerg Haefliger1-0/+20
2021-06-21watchdog: sp805: Fix kernel doc descriptionAndy Shevchenko1-1/+2
2021-06-21watchdog: sp805: Use devm_clk_get_optional()Andy Shevchenko1-21/+19
2021-06-21watchdog/hpwdt: New PCI IDsJerry Hoemann1-0/+1
2021-06-21watchdog: dw_wdt: Fix duplicate included linux/kernel.hJiapeng Chong1-5/+4
2021-06-21watchdog: Fix possible use-after-free in wdt_startup()Zou Wei1-1/+1
2021-06-21watchdog: imx2_wdt: avoid to ping before resume backRobin Gong1-0/+10
2021-06-21watchdog: mtx-1: drop au1000.h header fileRandy Dunlap1-2/+0
2021-06-21watchdog: sbsa: Support architecture version 1Shaokun Zhang1-6/+48
2021-06-21watchdog: keembay: Typo corrections and other blank operationsShruthi Sanil1-4/+7
2021-06-21watchdog: keembay: WDT SMC handler MACRO name updateShruthi Sanil1-3/+3
2021-06-21watchdog: keembay: Removed timeout update in the TO ISRShruthi Sanil1-1/+0
2021-06-21watchdog: keembay: MACRO for WDT enable and disable valuesShruthi Sanil1-2/+4
2021-06-21watchdog: keembay: Remove timeout update in the WDT start functionShruthi Sanil1-1/+0
2021-06-21watchdog: keembay: Clear either the TO or TH interrupt bitShruthi Sanil1-3/+4
2021-06-21watchdog: keembay: Update pretimeout to zero in the TH ISRShruthi Sanil1-0/+2
2021-06-21watchdog: keembay: Upadate WDT pretimeout for every update in timeoutShruthi Sanil1-0/+1