Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | blackfin: Fix warning about undefined function | Vasili Galka | 2014-07-07 | -0/+1 |
| | | | | | | | get_sclk() was not defined in bfin_wdt.c, include the corresponding header. Cc: Sonic Zhang <sonic.adi@gmail.com> Signed-off-by: Vasili Galka <vvv444@gmail.com> | |||
* | blackfin: Move blackfin watchdog driver out of the blackfin arch folder. | Sonic Zhang | 2013-05-13 | -0/+26 |
- Enable hw_watchdog_init() in watchdog.h if CONFIG_HW_WATCHDOG is defined. - Move blackfin hw watchdog driver to the generic driver folder. - Call hw_watchdog_init() from blackfin board init code. - Reuse macro CONFIG_WATCHDOG_TIMEOUT_MSECS - Update README.watchdog accordingly Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> |