Re: [PATCH v6 2/2] watchdog: Add Spreadtrum watchdog driver

2017-11-14 Thread Eric Long
Hi, Thanks for Guenter's review and detail comments. Please help to apply this patch if there is no any other comments. Best regards, Eric Long On Fri, Nov 10, 2017 at 01:00:32PM -0800, Guenter Roeck wrote: > On Mon, Nov 06, 2017 at 10:46:28AM +0800, Eric Long wrote: > > This patch adds the watc

Re: [PATCH v6 2/2] watchdog: Add Spreadtrum watchdog driver

2017-11-10 Thread Guenter Roeck
On Mon, Nov 06, 2017 at 10:46:28AM +0800, Eric Long wrote: > This patch adds the watchdog driver for Spreadtrum SC9860 platform. > > Signed-off-by: Eric Long Reviewed-by: Guenter Roeck > --- > Changes since v5: > - Modify the "irq" type as int type. > - Delete unused api sprd_wdt_is_running(

[PATCH v6 2/2] watchdog: Add Spreadtrum watchdog driver

2017-11-05 Thread Eric Long
This patch adds the watchdog driver for Spreadtrum SC9860 platform. Signed-off-by: Eric Long --- Changes since v5: - Modify the "irq" type as int type. - Delete unused api sprd_wdt_is_running(). Changes since v4: - Remove sprd_wdt_remove(). - Add devm_add_action() for sprd_wdt_disable(). Ch