Age | Commit message (Expand) | Author |
2020-08-05 | watchdog: Replace HTTP links with HTTPS ones | Alexander A. Klimov |
2020-08-05 | watchdog: dw_wdt: Add DebugFS files | Serge Semin |
2020-08-05 | watchdog: dw_wdt: Add pre-timeouts support | Serge Semin |
2020-08-05 | watchdog: dw_wdt: Support devices with asynch clocks | Serge Semin |
2020-08-05 | watchdog: dw_wdt: Support devices with non-fixed TOP values | Serge Semin |
2020-01-27 | watchdog: dw_wdt: ping watchdog to reset countdown before start | Jack Mitchell |
2020-01-27 | watchdog: make DesignWare watchdog allow users to set bigger timeout value | Wang, Peng 1. (NSB - CN/Hangzhou) |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner |
2019-05-05 | watchdog: Convert to use devm_platform_ioremap_resource | Guenter Roeck |
2019-03-02 | watchdog: dw: remove useless pr_fmt | Jisheng Zhang |
2018-03-13 | watchdog: dw: save/restore control and timeout across suspend/resume | Brian Norris |
2018-03-13 | watchdog: dw: RMW the control register | Brian Norris |
2017-12-28 | watchdog: dw_wdt: add stop watchdog operation | Oleksij Rempel |
2017-07-03 | watchdog: dw_wdt: get reset lines from dt | Steffen Trumtrar |
2017-02-24 | watchdog: dw_wdt: Use watchdog core to install restart handler | Guenter Roeck |
2016-09-23 | watchdog: dw_wdt: Read clock rate only once and validate it | Guenter Roeck |
2016-03-16 | watchdog: dw_wdt: Convert to use watchdog infrastructure | Guenter Roeck |
2015-12-27 | watchdog: dw_wdt: fix signedness bug in dw_wdt_top_in_seconds() | Jisheng Zhang |
2015-06-22 | watchdog: dw_wdt: keepalive the watchdog at write time | Doug Anderson |
2015-06-22 | watchdog: dw_wdt: No need for a spinlock | Doug Anderson |
2015-02-17 | watchdog: dw_wdt: Try to get a 30 second watchdog by default | Doug Anderson |
2015-02-17 | watchdog: dw_wdt: pat the watchdog before enabling it | Doug Anderson |
2014-11-03 | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman |
2014-10-20 | watchdog: dw_wdt: add restart handler support | Jisheng Zhang |
2014-10-20 | watchdog: dw_wdt: initialise TOP_INIT in dw_wdt_set_top() | Jisheng Zhang |
2014-10-20 | watchdog: drop owner assignment from platform_drivers | Wolfram Sang |
2014-08-05 | watchdog: dw_wdt: Remove the un-necessary check after platform_get_resource() | George Cherian |
2014-01-28 | watchdog: dw_wdt: remove build dependencies | Baruch Siach |
2013-11-17 | watchdog: dw: Enable OF support for DW watchdog timer | Dinh Nguyen |
2013-11-17 | watchdog: Get rid of MODULE_ALIAS_MISCDEV statements | Jean Delvare |
2013-11-17 | watchdog: dw_wdt: Add __user annotation | Jingoo Han |
2013-11-17 | watchdog: dw_wdt: use clk_prepare_enable and clk_disable_unprepare | Heiko Stübner |
2013-11-17 | watchdog: dw_wdt: convert to SIMPLE_DEV_PM_OPS | Heiko Stübner |
2013-07-11 | watchdog: dw_wdt: Staticize local symbol | Sachin Kamat |
2013-07-11 | watchdog: dw_wdt: use devm_clk_get() | Jingoo Han |
2013-01-25 | watchdog: Convert to devm_ioremap_resource() | Thierry Reding |
2012-11-28 | watchdog: remove use of __devexit | Bill Pemberton |
2012-11-28 | watchdog: remove use of __devinit | Bill Pemberton |
2012-11-28 | watchdog: remove use of __devexit_p | Bill Pemberton |
2012-03-27 | watchdog: nowayout is bool | Wim Van Sebroeck |
2012-03-27 | watchdog: Use pr_<fmt> and pr_<level> | Joe Perches |
2012-01-27 | watchdog: dw_wdt.c: use devm_request_and_ioremap | Julia Lawall |
2012-01-06 | watchdog: convert drivers/watchdog/* to use module_platform_driver() | Axel Lin |
2011-07-22 | watchdog: add support for the Synopsys DesignWare WDT | Jamie Iles |