commit | 64d4062a3813e4816f31e2f49fd42129411975f8 | [log] [tgz] |
---|---|---|
author | Florian Fainelli <florian@openwrt.org> | Tue Jul 21 12:11:32 2009 +0200 |
committer | Wim Van Sebroeck <wim@iguana.be> | Fri Sep 18 08:37:58 2009 +0000 |
tree | f386e40d83ca8ab21f1355d9cec4aff08161cdfe | |
parent | dcfb748422d01245b6e89c94d85fcdb3c71a56a0 [diff] |
[WATCHDOG] ar7_wdt: convert to become a platform driver This patch converts the ar7_wdt driver to become a platform driver. The AR7 SoC specific identification and base register calculation is performed by the board code, therefore we no longer need to have access to ar7_chip_id. We also remove the reboot notifier code to use the platform shutdown method as Wim suggested. Signed-off-by: Florian Fainelli <florian@openwrt.org> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>