summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-watchdog-6.6-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2023-09-0637-100/+513
|\
| * watchdog: Add support for Amlogic-T7 SoCsHuqiang Qin2023-08-251-0/+5
| * watchdog: Add a new struct for Amlogic-GXBB driverHuqiang Qin2023-08-251-3/+13
| * watchdog: imx2_wdt: Improve dev_crit() messageFabio Estevam2023-08-251-1/+1
| * watchdog: stm32: Drop unnecessary of_match_ptr()Rob Herring2023-08-251-1/+1
| * watchdog: sama5d4: readout initial stateMathieu Othacehe2023-08-191-0/+7
| * watchdog: intel-mid_wdt: add MODULE_ALIAS() to allow auto-loadRaag Jadav2023-08-191-0/+1
| * watchdog: core: stop watchdog when executing poweroff commandMeng Li2023-08-191-1/+1
| * watchdog: pm8916_wdt: Remove redundant of_match_ptr()Ruan Jinjie2023-08-191-1/+1
| * watchdog: xilinx_wwdt: Use div_u64() in xilinx_wwdt_start()Nathan Chancellor2023-08-191-1/+2
| * watchdog: starfive: Remove #ifdef guards for PM related functionsPaul Cercueil2023-08-191-7/+3
| * watchdog: s3c2410: Fix potential deadlock on &wdt->lockChengfeng Ye2023-08-191-6/+9
| * watchdog:rit_wdt: Add support for WDIOF_CARDRESETLi Hua Qian2023-08-191-0/+48
| * watchdog: Enable COMPILE_TEST for more driversRob Herring2023-08-132-40/+41
| * watchdog: advantech_ec_wdt: fix Kconfig dependenciesFlorent CARLI2023-08-131-0/+2
| * watchdog: Explicitly include correct DT includesRob Herring2023-08-1327-38/+24
| * Watchdog: Add marvell GTI watchdog driverBharat Bhushan2023-08-133-0/+354
| * watchdog: menz069_wdt: Remove redundant initialization owner in men_z069_driverLi Zetao2023-08-131-1/+0
* | watchdog: simatic: Use idiomatic selection of P2SBAndy Shevchenko2023-08-231-1/+1
* | watchdog: simatic: add PCI dependencyArnd Bergmann2023-08-141-1/+1
* | watchdog: make Siemens Simatic watchdog driver default on platformHenning Schild2023-07-311-0/+1
* | watchdog: simatic-ipc-wdt: make IO region access of one model muxedHenning Schild2023-07-141-3/+6
|/
* watchdog: sp5100_tco: support Hygon FCH/SCH (Server Controller Hub)Yuechao Zhao2023-06-261-1/+3
* watchdog: xilinx_wwdt: Add Versal window watchdog supportSrinivas Neeli2023-06-263-0/+220
* watchdog: ziirave_wdt: Switch i2c driver back to use .probe()Uwe Kleine-König2023-06-261-1/+1
* watchdog: ibmasr: Replace GPL license notice with SPDX identifierBagas Sanjaya2023-06-261-2/+1
* watchdog: Convert GPL 2.0 notice to SPDX identifierBagas Sanjaya2023-06-2610-31/+10
* watchdog: loongson1_wdt: Add DT supportKeguang Zhang2023-06-261-1/+12
* Merge tag 'linux-watchdog-6.4-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2023-05-0447-355/+827
|\
| * watchdog: dw_wdt: Simplify clk managementChristophe JAILLET2023-04-291-33/+11
| * watchdog: dw_wdt: Fix the error handling path of dw_wdt_drv_probe()Christophe JAILLET2023-04-291-2/+5
| * watchdog: starfive: Fix the warning of starfive_wdt_matchXingyu Wu2023-04-291-1/+1
| * watchdog: starfive: Fix the probe return error if PM and early_enable are bot...Xingyu Wu2023-04-291-1/+1
| * watchdog: menz069_wdt: fix timeout settingJohannes Thumshirn2023-04-221-1/+1
| * watchdog: menz069_wdt: fix watchdog initialisationJohannes Thumshirn2023-04-221-10/+6
| * watchdog: loongson1_wdt: Implement restart handlerKeguang Zhang2023-04-221-1/+18
| * drivers: watchdog: Add StarFive Watchdog driverXingyu Wu2023-04-223-0/+620
| * watchdog: avoid usage of iterator after loopJakob Koschel2023-04-221-2/+1
| * watchdog: s3c2410: remove unused freq_to_wdt and s3c2410wdt_is_running functionsTom Rix2023-04-221-10/+0
| * watchdog: aspeed: Drop of_match_ptr for ID tableKrzysztof Kozlowski2023-04-221-1/+1
| * watchdog: sp5100_tco: Immediately trigger upon starting.Gregory Oakes2023-04-221-0/+4
| * watchdog: rt2880-wdt: prefer unsigned int over unsignedSergio Paracuellos2023-04-221-2/+2
| * watchdog: rt2880-wdt: avoid static global declarationsSergio Paracuellos2023-04-221-39/+50
| * watchdog: loongson1: Use devm_clk_get_enabled() helperChristophe JAILLET2023-04-221-16/+1
| * watchdog: ixp4xx: Use devm_clk_get_enabled() helperChristophe JAILLET2023-04-221-15/+3
| * watchdog: s3c2410_wdt: Simplify using dev_err_probe()Uwe Kleine-König2023-04-221-19/+11
| * watchdog: s3c2410: Make s3c2410_get_wdt_drv_data() return an intUwe Kleine-König2023-04-221-10/+12
| * watchdog: wm8350: Simplify using devm_watchdog_register_device()Uwe Kleine-König2023-04-221-8/+1
| * watchdog: rn5t618: Simplify using devm_watchdog_register_device()Uwe Kleine-König2023-04-221-11/+1
| * watchdog: bcm47xx: Simplify using devm_watchdog_register_device()Uwe Kleine-König2023-04-221-11/+1