commit | e9a389a18477c1c57a0b30e9ea8f4d38c6e26e63 | [log] [tgz] |
---|---|---|
author | Sonic Zhang <sonic.zhang@analog.com> | Sun Apr 07 18:02:37 2013 +0800 |
committer | Sonic Zhang <sonic.zhang@analog.com> | Mon May 13 16:30:26 2013 +0800 |
tree | 4e0c9e5c15d316a8e16c10c428e44e41bf58e1b5 | |
parent | 13262d4cdab79b6ee8d9c6089f84132a4c9372a4 [diff] |
blackfin: Move blackfin watchdog driver out of the blackfin arch folder. - 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>