]> git.baikalelectronics.ru Git - kernel.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)
commitc09bb1bca10998bacad14bd4d6820791abb75d1c
tree608c9d7e57401f6782f84f3d068b8388cc7374e9
parent1ffdb08400a4aec943b8b0cbb701c717bc676078
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