commit | cde8cef81b93decfcc42f662315dff392cf16d32 | [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 | a17e7a775eb7721c4cd7a51682877f305f7d8656 [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>