RE: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c

2012-07-10 Thread Xie Shaohui-B21989
: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c Currently, BOOKE watchdog code for checking wdt and wdt_period is in setup_32.c, it cannot be used in 64-bit, so move it to a common place prom.c, which will be shared by 32-bit and 64-bit. Also, replace

Re: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c

2012-07-10 Thread Kumar Gala
On May 8, 2012, at 10:46 PM, Bhushan Bharat-R65777 wrote: .org] On Behalf Of Shaohui Xie Sent: Tuesday, May 08, 2012 11:37 AM To: linux-watch...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org Cc: Xie Shaohui-B21989 Subject: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related

[PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c

2012-05-08 Thread Shaohui Xie
Currently, BOOKE watchdog code for checking wdt and wdt_period is in setup_32.c, it cannot be used in 64-bit, so move it to a common place prom.c, which will be shared by 32-bit and 64-bit. Also, replace the simple_strtoul with kstrtol. Signed-off-by: Shaohui Xie shaohui@freescale.com ---

RE: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c

2012-05-08 Thread Bhushan Bharat-R65777
@lists.ozlabs.org Cc: Xie Shaohui-B21989 Subject: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c Currently, BOOKE watchdog code for checking wdt and wdt_period is in setup_32.c, it cannot be used in 64-bit, so move it to a common place prom.c, which

RE: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c

2012-05-08 Thread Xie Shaohui-B21989
@lists.ozlabs.org Cc: Xie Shaohui-B21989 Subject: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c Currently, BOOKE watchdog code for checking wdt and wdt_period is in setup_32.c, it cannot be used in 64-bit, so move it to a common place prom.c, which will be shared

RE: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c

2012-05-08 Thread Bhushan Bharat-R65777
-Original Message- From: Xie Shaohui-B21989 Sent: Wednesday, May 09, 2012 8:50 AM To: Bhushan Bharat-R65777; linux-watch...@vger.kernel.org; linuxppc- d...@lists.ozlabs.org Subject: RE: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c

RE: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c

2012-05-08 Thread Xie Shaohui-B21989
-Original Message- From: Xie Shaohui-B21989 Sent: Wednesday, May 09, 2012 8:50 AM To: Bhushan Bharat-R65777; linux-watch...@vger.kernel.org; linuxppc- d...@lists.ozlabs.org Subject: RE: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c -Original

RE: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c

2012-05-08 Thread Bhushan Bharat-R65777
.org] On Behalf Of Shaohui Xie Sent: Tuesday, May 08, 2012 11:37 AM To: linux-watch...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org Cc: Xie Shaohui-B21989 Subject: [PATCH 1/2] powerpc/watchdog: move booke watchdog param related code to prom.c Currently, BOOKE watchdog