summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
AgeCommit message (Expand)AuthorFilesLines
2022-12-17Merge tag 'linux-watchdog-6.2-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds12-64/+349
2022-11-23ACPI: make remove callback of ACPI driver voidDawei Li1-3/+1
2022-11-19watchdog: aspeed: Enable pre-timeout interruptEddie James1-16/+88
2022-11-19watchdog: iTCO_wdt: Set NO_REBOOT if the watchdog is not already runningMika Westerberg1-7/+14
2022-11-19watchdog: rn5t618: add support for read out bootstatusMarcus Folkesson1-0/+12
2022-11-19watchdog: kempld: Remove #ifdef guards for PM related functionsPaul Cercueil1-9/+2
2022-11-19watchdog: omap: Remove #ifdef guards for PM related functionsPaul Cercueil1-9/+2
2022-11-19watchdog: twl4030: Remove #ifdef guards for PM related functionsPaul Cercueil1-7/+2
2022-11-19watchdog: at91rm9200: Remove #ifdef guards for PM related functionsPaul Cercueil2-16/+4
2022-11-19watchdog: Add Advantech EC watchdog driverThomas Kastner3-0/+213
2022-11-19watchdog: mediatek: mt8188: add wdt supportRunyang Chen1-0/+6
2022-11-19watchdog: mtk_wdt: Add support for MT6795 Helio X10 watchdog and toprguAngeloGioacchino Del Regno1-0/+6
2022-11-01Merge tag 'linux-watchdog-6.1-rc4' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2-2/+4
2022-10-21Merge tag 'linux-watchdog-6.1-rc2' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2-2/+14
2022-10-19drivers: watchdog: exar_wdt.c fix use after freeManank Patel1-1/+3
2022-10-19watchdog: sp805_wdt: fix spelling typo in commentJiangshan Yi1-1/+1
2022-10-13Merge tag 'linux-watchdog-6.1-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds22-105/+808
2022-10-12watchdog: Add tracing events for the most usual watchdog eventsUwe Kleine-König2-2/+14
2022-10-09Merge tag 'powerpc-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-8/+8
2022-10-07watchdog: twl4030_wdt: add missing mod_devicetable.h includeDmitry Torokhov1-0/+1
2022-10-06Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-10-02watchdog: sp5100_tco: Add "action" module parameterVladimir Panteleev1-2/+11
2022-10-02watchdog: imx93: add watchdog timer on imx93Alice Guo1-5/+28
2022-10-02watchdog: imx7ulp_wdt: init wdog when it was activeJason Liu1-10/+3
2022-10-02watchdog: imx7ulp_wdt: Handle wdog reconfigure failureYe Li1-34/+129
2022-10-02watchdog: imx7ulp_wdt: Fix RCS timeout issueYe Li1-3/+5
2022-10-02watchdog: imx7ulp_wdt: Check CMD32EN in wdog initYe Li1-5/+10
2022-10-02watchdog: imx7ulp: Add explict memory barrier for unlock sequenceJacky Bai1-0/+4
2022-10-02watchdog: imx7ulp: Move suspend/resume to noirq phaseAnson Huang1-4/+6
2022-10-02watchdog: rti-wdt:using the pm_runtime_resume_and_get to simplify the codeye xingchen1-2/+1
2022-10-02watchdog: s3c2410_wdt: support exynosautov9 watchdogChanho Park1-4/+37
2022-10-02watchdog: npcm: Enable clock if providedJonathan Neuschäfer1-0/+16
2022-10-02watchdog: meson: keep running if already activePhilippe Boos1-5/+19
2022-10-02watchdog: armada_37xx_wdt: Fix .set_timeout callbackPali Rohár1-0/+2
2022-10-02watchdog: sa1100: make variable sa1100dog_driver staticsunliming1-1/+1
2022-10-02watchdog: w83977f_wdt: Fix comment typoJason Wang1-1/+1
2022-10-02watchdog: eurotechwdt: Remove redundant word in commentsshaomin Deng1-1/+1
2022-10-02watchdog: Check dev_set_name() return valueBo Liu1-1/+5
2022-10-02watchdog: rzg2l_wdt: Add rzv2m supportPhil Edworthy1-6/+33
2022-10-02watchdog: ftwdt010_wdt: fix test for platform_get_irq() failureDan Carpenter1-1/+1
2022-10-02watchdog: Exar/MaxLinear XR28V38x driverDavid Müller3-0/+439
2022-10-02watchdog: ftwdt010_wdt: implement _restart() functionSergei Antonov1-4/+19
2022-10-02watchdog: w83627hf_wdt: add bootstatus supportHenning Schild1-2/+10
2022-10-02watchdog: aspeed_wdt: Reorder output signal register configurationChin-Ting Kuo1-6/+6
2022-10-02watchdog/hpwdt: Enable HP_WATCHDOG for ARM64 systems.Jerry Hoemann1-2/+2
2022-10-02watchdog/hpwdt: Include nmi.h only if CONFIG_HPWDT_NMI_DECODINGJerry Hoemann1-0/+2
2022-10-02watchdog: wdat_wdt: Set the min and max timeout values properlyJean Delvare1-3/+2
2022-10-02watchdog: bd9576_wdt: switch to using devm_fwnode_gpiod_get()Dmitry Torokhov1-20/+31
2022-09-26watchdog: booke_wdt: Replace PPC_FSL_BOOK3E by PPC_E500Christophe Leroy2-8/+8
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1