summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorLines
2023-01-30watchdog: diag288_wdt: fix __diag288() inline assemblyAlexander Egorenkov-1/+1
2023-01-30watchdog: diag288_wdt: do not use stack buffers for hardware dataAlexander Egorenkov-2/+11
2022-12-17Merge tag 'linux-watchdog-6.2-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds-64/+349
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li-3/+1
2022-11-19watchdog: aspeed: Enable pre-timeout interruptEddie James-16/+88
2022-11-19watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already runningMika Westerberg-7/+14
2022-11-19watchdog: rn5t618: add support for read out bootstatusMarcus Folkesson-0/+12
2022-11-19watchdog: kempld: Remove #ifdef guards for PM related functionsPaul Cercueil-9/+2
2022-11-19watchdog: omap: Remove #ifdef guards for PM related functionsPaul Cercueil-9/+2
2022-11-19watchdog: twl4030: Remove #ifdef guards for PM related functionsPaul Cercueil-7/+2
2022-11-19watchdog: at91rm9200: Remove #ifdef guards for PM related functionsPaul Cercueil-16/+4
2022-11-19watchdog: Add Advantech EC watchdog driverThomas Kastner-0/+213
2022-11-19watchdog: mediatek: mt8188: add wdt supportRunyang Chen-0/+6
2022-11-19watchdog: mtk_wdt: Add support for MT6795 Helio X10 watchdog and toprguAngeloGioacchino Del Regno-0/+6
2022-11-01Merge tag 'linux-watchdog-6.1-rc4' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds-2/+4
2022-10-21Merge tag 'linux-watchdog-6.1-rc2' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds-2/+14
2022-10-19drivers: watchdog: exar_wdt.c fix use after freeManank Patel-1/+3
2022-10-19watchdog: sp805_wdt: fix spelling typo in commentJiangshan Yi-1/+1
2022-10-13Merge tag 'linux-watchdog-6.1-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds-105/+808
2022-10-12watchdog: Add tracing events for the most usual watchdog eventsUwe Kleine-König-2/+14
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-8/+8
2022-10-07watchdog: twl4030_wdt: add missing mod_devicetable.h includeDmitry Torokhov-0/+1
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2022-10-02watchdog: sp5100_tco: Add "action" module parameterVladimir Panteleev-2/+11
2022-10-02watchdog: imx93: add watchdog timer on imx93Alice Guo-5/+28
2022-10-02watchdog: imx7ulp_wdt: init wdog when it was activeJason Liu-10/+3
2022-10-02watchdog: imx7ulp_wdt: Handle wdog reconfigure failureYe Li-34/+129
2022-10-02watchdog: imx7ulp_wdt: Fix RCS timeout issueYe Li-3/+5
2022-10-02watchdog: imx7ulp_wdt: Check CMD32EN in wdog initYe Li-5/+10
2022-10-02watchdog: imx7ulp: Add explict memory barrier for unlock sequenceJacky Bai-0/+4
2022-10-02watchdog: imx7ulp: Move suspend/resume to noirq phaseAnson Huang-4/+6
2022-10-02watchdog: rti-wdt:using the pm_runtime_resume_and_get to simplify the codeye xingchen-2/+1
2022-10-02watchdog: s3c2410_wdt: support exynosautov9 watchdogChanho Park-4/+37
2022-10-02watchdog: npcm: Enable clock if providedJonathan Neuschäfer-0/+16
2022-10-02watchdog: meson: keep running if already activePhilippe Boos-5/+19
2022-10-02watchdog: armada_37xx_wdt: Fix .set_timeout callbackPali Rohár-0/+2
2022-10-02watchdog: sa1100: make variable sa1100dog_driver staticsunliming-1/+1
2022-10-02watchdog: w83977f_wdt: Fix comment typoJason Wang-1/+1
2022-10-02watchdog: eurotechwdt: Remove redundant word in commentsshaomin Deng-1/+1
2022-10-02watchdog: Check dev_set_name() return valueBo Liu-1/+5
2022-10-02watchdog: rzg2l_wdt: Add rzv2m supportPhil Edworthy-6/+33
2022-10-02watchdog: ftwdt010_wdt: fix test for platform_get_irq() failureDan Carpenter-1/+1
2022-10-02watchdog: Exar/MaxLinear XR28V38x driverDavid Müller-0/+439
2022-10-02watchdog: ftwdt010_wdt: implement _restart() functionSergei Antonov-4/+19
2022-10-02watchdog: w83627hf_wdt: add bootstatus supportHenning Schild-2/+10
2022-10-02watchdog: aspeed_wdt: Reorder output signal register configurationChin-Ting Kuo-6/+6
2022-10-02watchdog/hpwdt: Enable HP_WATCHDOG for ARM64 systems.Jerry Hoemann-2/+2
2022-10-02watchdog/hpwdt: Include nmi.h only if CONFIG_HPWDT_NMI_DECODINGJerry Hoemann-0/+2
2022-10-02watchdog: wdat_wdt: Set the min and max timeout values properlyJean Delvare-3/+2
2022-10-02watchdog: bd9576_wdt: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov-20/+31