Age | Commit message (Expand) | Author | Files | Lines |
2019-12-01 | Merge tag 'linux-watchdog-5.5-rc1' of git://www.linux-watchdog.org/linux-watc... | Linus Torvalds | 14 | -166/+206 |
2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 55 | -0/+55 |
2019-11-18 | watchdog: jz4740: Drop dependency on MACH_JZ47xx | Paul Cercueil | 1 | -1/+1 |
2019-11-18 | watchdog: jz4740: Use regmap provided by TCU driver | Paul Cercueil | 2 | -15/+21 |
2019-11-18 | watchdog: jz4740: Use WDT clock provided by TCU driver | Paul Cercueil | 2 | -45/+31 |
2019-11-18 | watchdog: sama5d4_wdt: cleanup the bit definitions | Eugen Hristev | 1 | -15/+19 |
2019-11-18 | watchdog: sprd: Fix the incorrect pointer getting from driver data | Shuiqing Li | 1 | -4/+2 |
2019-11-18 | watchdog: aspeed: Fix clock behaviour for ast2600 | Joel Stanley | 1 | -6/+10 |
2019-11-18 | watchdog: imx7ulp: Fix reboot hang | Fabio Estevam | 1 | -0/+16 |
2019-11-18 | watchdog: make nowayout sysfs file writable | Rasmus Villemoes | 1 | -1/+20 |
2019-11-18 | watchdog: prevent deferral of watchdogd wakeup on RT | Julia Cartwright | 1 | -4/+6 |
2019-11-18 | watchdog: imx7ulp: Use definitions instead of magic values | Fabio Estevam | 1 | -1/+4 |
2019-11-18 | watchdog: imx7ulp: Remove inline annotations | Fabio Estevam | 1 | -3/+3 |
2019-11-18 | watchdog: imx7ulp: Remove unused structure member | Fabio Estevam | 1 | -1/+0 |
2019-11-18 | watchdog: imx7ulp: Pass the wdog instance inimx7ulp_wdt_enable() | Fabio Estevam | 1 | -10/+9 |
2019-11-18 | watchdog: wdat_wdt: Spelling s/configrable/configurable/ | Geert Uytterhoeven | 1 | -1/+1 |
2019-11-18 | watchdog: bd70528: Trivial function documentation fix | Matti Vaittinen | 1 | -2/+2 |
2019-11-18 | watchdog: cadence: Do not show error in case of deferred probe | Michal Simek | 1 | -2/+4 |
2019-11-18 | watchdog: Fix the race between the release of watchdog_core_data and cdev | Kevin Hao | 1 | -38/+32 |
2019-11-18 | watchdog: sbc7240_wdt: Fix yet another -Wimplicit-fallthrough warning | Borislav Petkov | 1 | -2/+1 |
2019-11-18 | watchdog: intel-mid_wdt: Add WATCHDOG_NOWAYOUT support | Andy Shevchenko | 1 | -0/+1 |
2019-11-18 | watchdog: imx2_wdt: Use 'dev' instead of dereferencing it repeatedly | Anson Huang | 1 | -11/+12 |
2019-11-18 | watchdog: imx2_wdt: Use __maybe_unused instead of #if CONFIG_PM_SLEEP | Anson Huang | 1 | -4/+2 |
2019-11-18 | watchdog: imx2_wdt: Remove unnecessary blank line | Anson Huang | 1 | -1/+0 |
2019-11-18 | watchdog: w83627hf_wdt: Support NCT6116D | Srikanth Krishnakar | 2 | -1/+11 |
2019-11-11 | Merge 5.4-rc7 into char-misc-next | Greg Kroah-Hartman | 5 | -8/+28 |
2019-11-05 | watchdog: bd70528: Add MODULE_ALIAS to allow module auto loading | Matti Vaittinen | 1 | -0/+1 |
2019-11-05 | watchdog: imx_sc_wdt: Pretimeout should follow SCU firmware format | Anson Huang | 1 | -1/+7 |
2019-11-05 | watchdog: meson: Fix the wrong value of left time | Xingyu Chen | 1 | -2/+2 |
2019-11-05 | watchdog: pm8916_wdt: fix pretimeout registration flow | Jorge Ramirez-Ortiz | 1 | -4/+11 |
2019-11-05 | watchdog: cpwd: fix build regression | Arnd Bergmann | 1 | -1/+7 |
2019-11-03 | drivers: mcb: use symbol namespaces | Johannes Thumshirn | 1 | -0/+1 |
2019-10-23 | compat_ioctl: move WDIOC handling into wdt drivers | Arnd Bergmann | 55 | -0/+55 |
2019-09-27 | Merge tag 'linux-watchdog-5.4-rc1' of git://www.linux-watchdog.org/linux-watc... | Linus Torvalds | 17 | -889/+648 |
2019-09-24 | Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 1 | -2/+24 |
2019-09-17 | watchdog: f71808e_wdt: Add F81803 support | Jaret Cantu | 2 | -3/+18 |
2019-09-17 | watchdog: qcom: remove unnecessary variable from private storage | Jorge Ramirez-Ortiz | 1 | -8/+7 |
2019-09-17 | watchdog: qcom: support pre-timeout when the bark irq is available | Jorge Ramirez-Ortiz | 1 | -5/+64 |
2019-09-17 | watchdog: imx_sc: this patch just fixes whitespaces | Oliver Graute | 1 | -2/+2 |
2019-09-17 | watchdog: aspeed: add support for dual boot | Ivan Mikhaylov | 1 | -1/+64 |
2019-09-17 | watchdog: orion_wdt: use timer1 as a pretimeout | Chris Packham | 1 | -13/+53 |
2019-09-17 | watchdog: Add i.MX7ULP watchdog support | Anson Huang | 3 | -0/+257 |
2019-09-17 | watchdog: aspeed: Add support for AST2600 | Ryan Chen | 1 | -1/+3 |
2019-09-17 | watchdog: ziirave_wdt: Update checked I2C functionality mask | Andrey Smirnov | 1 | -1/+4 |
2019-09-17 | watchdog: ziirave_wdt: Drop ziirave_firm_write_block_data() | Andrey Smirnov | 1 | -22/+9 |
2019-09-17 | watchdog: ziirave_wdt: Fix DOWNLOAD_START payload | Andrey Smirnov | 1 | -8/+7 |
2019-09-17 | watchdog: ziirave_wdt: Drop status polling code | Andrey Smirnov | 1 | -21/+7 |
2019-09-17 | watchdog: ziirave_wdt: Fix RESET_PROCESSOR payload | Andrey Smirnov | 1 | -2/+4 |
2019-09-17 | watchdog: ziirave_wdt: Fix DOWNLOAD_END payload | Andrey Smirnov | 1 | -1/+1 |
2019-09-17 | watchdog: ziirave_wdt: Fix JUMP_TO_BOOTLOADER payload | Andrey Smirnov | 1 | -2/+5 |