Re: [PATCH v4 0/2] ARM: mediatek: Add watchdog driver

2015-01-12 Thread Eddie Huang
Hi Matthias, On Mon, 2015-01-12 at 16:34 +0100, Matthias Brugger wrote: > Mediatek SoCs have a watchdog driver. This patch set adds driver and DTS > binding. The driver also implements a restart handler to reboot the SoC. > > Changes for v4: > - fix indentation errors > - delete unused include >

[PATCH v4 0/2] ARM: mediatek: Add watchdog driver

2015-01-12 Thread Matthias Brugger
Mediatek SoCs have a watchdog driver. This patch set adds driver and DTS binding. The driver also implements a restart handler to reboot the SoC. Changes for v4: - fix indentation errors - delete unused include - reorganize while loop to eliminate code duplication - eliminate indirection to

[PATCH v4 0/2] ARM: mediatek: Add watchdog driver

2015-01-12 Thread Matthias Brugger
Mediatek SoCs have a watchdog driver. This patch set adds driver and DTS binding. The driver also implements a restart handler to reboot the SoC. Changes for v4: - fix indentation errors - delete unused include - reorganize while loop to eliminate code duplication - eliminate indirection to

Re: [PATCH v4 0/2] ARM: mediatek: Add watchdog driver

2015-01-12 Thread Eddie Huang
Hi Matthias, On Mon, 2015-01-12 at 16:34 +0100, Matthias Brugger wrote: Mediatek SoCs have a watchdog driver. This patch set adds driver and DTS binding. The driver also implements a restart handler to reboot the SoC. Changes for v4: - fix indentation errors - delete unused include -