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

2015-01-13 Thread Guenter Roeck
On 01/12/2015 07:34 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 Assuming you fix the missing newline, as pointed out by Joe:

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

2015-01-13 Thread Guenter Roeck
On 01/12/2015 07:34 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 matthias@gmail.com Assuming you fix the missing newline, as

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

2015-01-12 Thread Joe Perches
On Mon, 2015-01-12 at 16:34 +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. trivia: > diff --git a/drivers/watchdog/mtk_wdt.c b/drivers/watchdog/mtk_wdt.c [] >

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

2015-01-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 | 252

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

2015-01-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 matthias@gmail.com --- drivers/watchdog/Kconfig | 10 ++ drivers/watchdog/Makefile | 1 +

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

2015-01-12 Thread Joe Perches
On Mon, 2015-01-12 at 16:34 +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. trivia: diff --git a/drivers/watchdog/mtk_wdt.c b/drivers/watchdog/mtk_wdt.c [] +static