Re: [PATCH v2 1/2] watchdog: Add driver for Mediatek watchdog

2014-12-14 Thread Eddie Huang
Hi, On Fri, 2014-12-12 at 15:50 +0100, Matthias Brugger wrote: > This patch adds a driver for the Mediatek SoC integrated > watchdog. This driver supports watchdog and software reset > for mt65xx and mt81xx SoCs. > > Signed-off-by: Matthias Brugger > +static int mtk_reset_handler(struct notifie

Re: [PATCH v2 1/2] watchdog: Add driver for Mediatek watchdog

2014-12-13 Thread Guenter Roeck
On 12/12/2014 06:50 AM, Matthias Brugger wrote: This patch adds a driver for the Mediatek SoC integrated watchdog. This driver supports watchdog and software reset for mt65xx and mt81xx SoCs. Signed-off-by: Matthias Brugger --- drivers/watchdog/Kconfig | 10 ++ drivers/watchdog/Makefile

Re: [PATCH v2 1/2] watchdog: Add driver for Mediatek watchdog

2014-12-12 Thread Chen-Yu Tsai
Hi, On Fri, Dec 12, 2014 at 10:50 PM, Matthias Brugger wrote: > This patch adds a driver for the Mediatek SoC integrated > watchdog. This driver supports watchdog and software reset > for mt65xx and mt81xx SoCs. > > Signed-off-by: Matthias Brugger > --- > drivers/watchdog/Kconfig | 10 ++ >

[PATCH v2 1/2] watchdog: Add driver for Mediatek watchdog

2014-12-12 Thread Matthias Brugger
This patch adds a driver for the Mediatek SoC integrated watchdog. This driver supports watchdog and software reset for mt65xx and mt81xx SoCs. Signed-off-by: Matthias Brugger --- drivers/watchdog/Kconfig | 10 ++ drivers/watchdog/Makefile | 1 + drivers/watchdog/mtk_wdt.c | 257 ++