Age | Commit message (Expand) | Author | Files | Lines |
2019-07-08 | watchdog: renesas_wdt: Add a few cycles delay | Yoshihiro Shimoda | 1 | -0/+14 |
2019-07-08 | watchdog: renesas_wdt: Use 'dev' instead of dereferencing it repeatedly | Hoan Nguyen An | 1 | -10/+11 |
2019-05-05 | watchdog: renesas_wdt: drop warning after calling watchdog_init_timeout | Wolfram Sang | 1 | -3/+1 |
2019-05-05 | watchdog: renesas_wdt: drop superfluous glob pattern | Wolfram Sang | 1 | -1/+0 |
2019-05-05 | watchdog: Convert to use devm_platform_ioremap_resource | Guenter Roeck | 1 | -3/+1 |
2018-12-22 | watchdog: renesas_wdt: don't keep timer value during suspend/resume | Wolfram Sang | 1 | -7/+4 |
2018-12-09 | watchdog: renesas_wdt: don't set divider while watchdog is running | Wolfram Sang | 1 | -2/+7 |
2018-11-17 | watchdog: renesas_wdt: Fix typos | Fabrizio Castro | 1 | -2/+2 |
2018-10-02 | watchdog: renesas_wdt: stop when unregistering | Wolfram Sang | 1 | -0/+1 |
2018-10-02 | watchdog: renesas_wdt: use SPDX identifier for Renesas drivers | Wolfram Sang | 1 | -4/+1 |
2018-05-21 | watchdog: renesas-wdt: Remove R-Car M2-W ES2.x from blacklist | Geert Uytterhoeven | 1 | -1/+1 |
2018-04-16 | watchdog: renesas-wdt: Add support for WDIOF_CARDRESET | Veeraiyan Chidambaram | 1 | -2/+4 |
2018-03-10 | watchdog: renesas_wdt: Add restart handler | Fabrizio Castro | 1 | -0/+12 |
2018-03-10 | watchdog: renesas_wdt: Add R-Car Gen2 support | Fabrizio Castro | 1 | -5/+44 |
2018-03-10 | watchdog: renesas_wdt: Add suspend/resume support | Fabrizio Castro | 1 | -0/+26 |
2017-09-09 | watchdog: renesas_wdt: update copyright dates | Wolfram Sang | 1 | -2/+2 |
2017-09-09 | watchdog: renesas_wdt: make 'clk' a variable local to probe() | Wolfram Sang | 1 | -5/+5 |
2017-09-09 | watchdog: renesas_wdt: consistently use RuntimePM for clock management | Wolfram Sang | 1 | -14/+19 |
2017-09-09 | watchdog: renesas_wdt: add another divider option | Wolfram Sang | 1 | -3/+5 |
2017-09-09 | watchdog: renesas_wdt: apply better precision | Wolfram Sang | 1 | -9/+19 |
2017-09-09 | watchdog: renesas_wdt: don't round closest with get_timeleft | Wolfram Sang | 1 | -1/+1 |
2017-09-09 | watchdog: renesas_wdt: check rate also for upper limit | Wolfram Sang | 1 | -2/+2 |
2017-09-09 | watchdog: renesas_wdt: avoid (theoretical) type overflow | Wolfram Sang | 1 | -3/+2 |
2016-05-14 | watchdog: renesas-wdt: add driver | Wolfram Sang | 1 | -0/+213 |