Re: [PATCH 1/1] booke/watchdog: refine and clean up the codes

2014-05-26 Thread Wim Van Sebroeck
Hi Tang, > From: Tang Yuantian > > Basically, this patch does the following: > 1. Move the codes of parsing boot parameters from setup-common.c >to driver. In this way, code reader can know directly that >there are boot parameters that can change the timeout. > 2. Make boot parameter 'bo

Re: [PATCH 1/1] booke/watchdog: refine and clean up the codes

2014-05-09 Thread Guenter Roeck
On Thu, May 08, 2014 at 10:04:26AM +0800, yuantian.t...@freescale.com wrote: > From: Tang Yuantian > > Basically, this patch does the following: > 1. Move the codes of parsing boot parameters from setup-common.c >to driver. In this way, code reader can know directly that >there are boot p

Re: [PATCH 1/1] booke/watchdog: refine and clean up the codes

2014-05-09 Thread Leo Li
On Thu, May 8, 2014 at 10:04 AM, wrote: > From: Tang Yuantian > > Basically, this patch does the following: > 1. Move the codes of parsing boot parameters from setup-common.c >to driver. In this way, code reader can know directly that >there are boot parameters that can change the timeou

[PATCH 1/1] booke/watchdog: refine and clean up the codes

2014-05-07 Thread Yuantian.Tang
From: Tang Yuantian Basically, this patch does the following: 1. Move the codes of parsing boot parameters from setup-common.c to driver. In this way, code reader can know directly that there are boot parameters that can change the timeout. 2. Make boot parameter 'booke_wdt_period' effectiv

Re: [PATCH 1/1] booke/watchdog: refine and clean up the codes

2014-05-07 Thread Scott Wood
On Wed, 2014-05-07 at 11:30 +0800, Tang Yuantian wrote: > From: Tang Yuantian > > Basically, this patch does the following: > 1. Move the codes of parsing boot parameters from setup-common.c >to driver. In this way, code reader can know directly that >there are boot parameters that can ch

[PATCH 1/1] booke/watchdog: refine and clean up the codes

2014-05-06 Thread Tang Yuantian
From: Tang Yuantian Basically, this patch does the following: 1. Move the codes of parsing boot parameters from setup-common.c to driver. In this way, code reader can know directly that there are boot parameters that can change the timeout. 2. Make boot parameter 'booke_wdt_period' effectiv