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

2017-11-02 Thread Eric Long
On Wed, Nov 01, 2017 at 01:46:36PM +, Guenter Roeck wrote: > On 10/31/2017 01:16 AM, Eric Long wrote: > > This patch adds the watchdog driver for Spreadtrum SC9860 platform. > > > > Signed-off-by: Eric Long > > --- > > Changes since v3: > > - Update Kconfig

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

2017-11-02 Thread Eric Long
On Wed, Nov 01, 2017 at 01:46:36PM +, Guenter Roeck wrote: > On 10/31/2017 01:16 AM, Eric Long wrote: > > This patch adds the watchdog driver for Spreadtrum SC9860 platform. > > > > Signed-off-by: Eric Long > > --- > > Changes since v3: > > - Update Kconfig SPRD_WATCHDOG help messages. > >

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

2017-11-01 Thread Guenter Roeck
On 10/31/2017 01:16 AM, Eric Long wrote: This patch adds the watchdog driver for Spreadtrum SC9860 platform. Signed-off-by: Eric Long --- Changes since v3: - Update Kconfig SPRD_WATCHDOG help messages. - Correct the wrong spell words. - Rename

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

2017-11-01 Thread Guenter Roeck
On 10/31/2017 01:16 AM, Eric Long wrote: This patch adds the watchdog driver for Spreadtrum SC9860 platform. Signed-off-by: Eric Long --- Changes since v3: - Update Kconfig SPRD_WATCHDOG help messages. - Correct the wrong spell words. - Rename SPRD_WDT_CNT_HIGH_VALUE as

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

2017-10-31 Thread Eric Long
This patch adds the watchdog driver for Spreadtrum SC9860 platform. Signed-off-by: Eric Long --- Changes since v3: - Update Kconfig SPRD_WATCHDOG help messages. - Correct the wrong spell words. - Rename SPRD_WDT_CNT_HIGH_VALUE as SPRD_WDT_CNT_HIGH_SHIFT. - Remove

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

2017-10-31 Thread Eric Long
This patch adds the watchdog driver for Spreadtrum SC9860 platform. Signed-off-by: Eric Long --- Changes since v3: - Update Kconfig SPRD_WATCHDOG help messages. - Correct the wrong spell words. - Rename SPRD_WDT_CNT_HIGH_VALUE as SPRD_WDT_CNT_HIGH_SHIFT. - Remove unused macor. - Update