Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-12 | ftwdt010_wdt: move header to include/faraday and enhance | Macpaul Lin | |
1. Move header to include/faraday 2. Fix include path in ftwdt010_wdt.c 3. Fix function prototype and declaration to - ftwdt010_wdt_settimeout - ftwdt010_wdt_reset - ftwdt010_wdt_disable 4. Add "#if definde (CONFIG_HW_WATCHDOG)" let user have flexibilty to choose which better to his product. Signed-off-by: Macpaul Lin <macpaul@andestech.com> | |||
2011-04-11 | ftwdt010_wdt: support faraday ftwdt010 watchdog | Macpaul Lin | |
Faraday ftwdt010 watchdog is an architecture independant watchdog. It is usually used in SoC chip design. Signed-off-by: Macpaul Lin <macpaul@andestech.com> Signed-off-by: Wolfgang Denk <wd@denx.de> |