Age | Commit message (Expand) | Author |
---|---|---|
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-04-15 | watchdog: honour hw_margin_ms DT property | Rasmus Villemoes |
2020-04-15 | watchdog: move initr_watchdog() to wdt-uclass.c | Rasmus Villemoes |
2020-03-16 | watchdog: Handle timer wrap around | Chris Packham |
2020-01-17 | common: Move hang() to the same header as panic() | Simon Glass |
2019-04-26 | watchdog: Implement generic watchdog_reset() version | Stefan Roese |
2018-07-19 | watchdog: dm: Support manual relocation for watchdogs | Michal Simek |
2018-07-19 | watchdog: dm: Change uclass name to watchdog and enable DM_UC_FLAG_SEQ_ALIAS | Michal Simek |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini |
2017-08-13 | wdt: Update uclass to make clear that the timeout is in ms | Andy Shevchenko |
2017-07-07 | wdt: Fix spelling Resettting -> Resetting | Andy Shevchenko |
2017-05-08 | dm: Simple Watchdog uclass | maxims@google.com |