summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'acpi-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-02-281-1/+24
|\
| * ACPI: watchdog: Set default timeout in probeMika Westerberg2020-02-131-0/+23
| * ACPI: watchdog: Fix gas->access_width usageMika Westerberg2020-02-131-1/+1
* | watchdog: da9062: Add dependency on I2CGuenter Roeck2020-02-171-0/+1
* | watchdog: da9062: fix power management opsMarco Felsch2020-02-171-0/+12
* | watchdog: da9062: do not ping the hw during stop()Marco Felsch2020-02-171-7/+0
* | watchdog: fix mtk_wdt.c RESET_CONTROLLER build errorRandy Dunlap2020-02-171-0/+1
|/
* Merge tag 'linux-watchdog-5.6-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2020-02-0711-70/+309
|\
| * watchdog: da9062: make restart handler atomic safeMarco Felsch2020-01-271-4/+6
| * watchdog: mtk_wdt: mt2712: Add reset controlleryong.liang2020-01-271-0/+6
| * watchdog: mtk_wdt: mt8183: Add reset controlleryong.liang2020-01-271-1/+98
| * watchdog: it87_wdt: add IT8786 IDVincent Prince2020-01-271-0/+2
| * watchdog: dw_wdt: ping watchdog to reset countdown before startJack Mitchell2020-01-271-0/+1
| * watchdog: fix UAF in reboot notifier handling in watchdog core codeVladis Dronov2020-01-272-35/+36
| * watchdog: cadence: Skip printing pointer valueSrinivas Neeli2020-01-271-3/+2
| * watchdog: qcom: Use platform_get_irq_optional() for bark irqSai Prakash Ranjan2020-01-271-1/+1
| * watchdog: da9062: add power management opsMarco Felsch2020-01-271-0/+25
| * watchdog: make DesignWare watchdog allow users to set bigger timeout valueWang, Peng 1. (NSB - CN/Hangzhou)2020-01-271-1/+9
| * drivers: watchdog: stm32_iwdg: set WDOG_HW_RUNNING at probeChristophe Roullier2020-01-271-0/+18
| * watchdog: sama5d4_wdt: addition of sam9x60 compatible watchdogEugen Hristev2020-01-272-25/+105
* | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2020-01-273-4/+4
|\ \ | |/ |/|
| * remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-063-4/+4
* | watchdog: orion: fix platform_get_irq() complaintsRussell King2019-12-301-2/+2
* | watchdog: rn5t618_wdt: fix module aliasesAndreas Kemnade2019-12-301-0/+1
* | watchdog: tqmx86_wdt: Fix build errorYueHaibing2019-12-301-0/+1
* | watchdog: max77620_wdt: fix potential build errorsDavid Engraf2019-12-301-0/+1
* | watchdog: imx7ulp: Fix missing conversion of imx7ulp_wdt_enable()Fabio Estevam2019-12-301-1/+1
* | watchdog: w83627hf_wdt: Fix support NCT6116DSrikanth Krishnakar2019-12-301-1/+1
|/
* Merge tag 'linux-watchdog-5.5-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2019-12-0114-166/+206
|\
| * watchdog: jz4740: Drop dependency on MACH_JZ47xxPaul Cercueil2019-11-181-1/+1
| * watchdog: jz4740: Use regmap provided by TCU driverPaul Cercueil2019-11-182-15/+21
| * watchdog: jz4740: Use WDT clock provided by TCU driverPaul Cercueil2019-11-182-45/+31
| * watchdog: sama5d4_wdt: cleanup the bit definitionsEugen Hristev2019-11-181-15/+19
| * watchdog: sprd: Fix the incorrect pointer getting from driver dataShuiqing Li2019-11-181-4/+2
| * watchdog: aspeed: Fix clock behaviour for ast2600Joel Stanley2019-11-181-6/+10
| * watchdog: imx7ulp: Fix reboot hangFabio Estevam2019-11-181-0/+16
| * watchdog: make nowayout sysfs file writableRasmus Villemoes2019-11-181-1/+20
| * watchdog: prevent deferral of watchdogd wakeup on RTJulia Cartwright2019-11-181-4/+6
| * watchdog: imx7ulp: Use definitions instead of magic valuesFabio Estevam2019-11-181-1/+4
| * watchdog: imx7ulp: Remove inline annotationsFabio Estevam2019-11-181-3/+3
| * watchdog: imx7ulp: Remove unused structure memberFabio Estevam2019-11-181-1/+0
| * watchdog: imx7ulp: Pass the wdog instance inimx7ulp_wdt_enable()Fabio Estevam2019-11-181-10/+9
| * watchdog: wdat_wdt: Spelling s/configrable/configurable/Geert Uytterhoeven2019-11-181-1/+1
| * watchdog: bd70528: Trivial function documentation fixMatti Vaittinen2019-11-181-2/+2
| * watchdog: cadence: Do not show error in case of deferred probeMichal Simek2019-11-181-2/+4
| * watchdog: Fix the race between the release of watchdog_core_data and cdevKevin Hao2019-11-181-38/+32
| * watchdog: sbc7240_wdt: Fix yet another -Wimplicit-fallthrough warningBorislav Petkov2019-11-181-2/+1
| * watchdog: intel-mid_wdt: Add WATCHDOG_NOWAYOUT supportAndy Shevchenko2019-11-181-0/+1
| * watchdog: imx2_wdt: Use 'dev' instead of dereferencing it repeatedlyAnson Huang2019-11-181-11/+12
| * watchdog: imx2_wdt: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang2019-11-181-4/+2