On 29/10/13 08:39, Wim Van Sebroeck wrote:
Hi John,
Add a driver for the watchdog timer found on Ralink SoC
Signed-off-by: John Crispin<blogic@xxxxxxxxxxx>
Cc: linux-watchdog@xxxxxxxxxxxxxxx
Cc: linux-mips@xxxxxxxxxxxxxx
---
drivers/watchdog/Kconfig | 7 ++
drivers/watchdog/Makefile | 1 +
drivers/watchdog/rt2880_wdt.c | 208 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 216 insertions(+)
create mode 100644 drivers/watchdog/rt2880_wdt.c
This patch (together with the DT binding part) has been added as 1 patch to linux-watchdog-next.
Kind regards,
Wim.
Hi Wim,
Thanks a lot for the review/merge
John