]> git.openfabrics.org - ~emulex/infiniband.git/commit
booke/watchdog: refine and clean up the codes
authorTang Yuantian <yuantian.tang@freescale.com>
Thu, 8 May 2014 02:04:26 +0000 (10:04 +0800)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 10 Jun 2014 19:47:26 +0000 (21:47 +0200)
commitd2deebabaeedccf7cee943c1f7f6fdb44afd4e3d
tree608c9d7e57401f6782f84f3d068b8388cc7374e9
parentec2e32ca661e7f2fe6c23efe202013f6ab5bf021
booke/watchdog: refine and clean up the codes

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' effective.
   currently, when driver is loaded, default timeout is always
   being used in stead of booke_wdt_period.
3. Wrap up the watchdog timeout in device struct and clean up
   unnecessary codes.

Signed-off-by: Tang Yuantian <yuantian.tang@freescale.com>
Acked-by: Scott Wood <scottwood@freescale.com>
Reviewed-by: Li Yang <leoli@freescale.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
arch/powerpc/kernel/setup-common.c
drivers/watchdog/booke_wdt.c