[WATCHDOG] sbc_fitpc2_wdt: fix I/O space access technique.
authorDenis Turischev <denis@compulab.co.il>
Thu, 21 Jan 2010 14:10:07 +0000 (16:10 +0200)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 25 Jan 2010 19:48:49 +0000 (19:48 +0000)
commitef39a1bf3c4fbdea085c618be424cc88b803f248
tree44be93747836260b3fb2778cfe5830c2c467abe1
parente605d554ec17be55741b066387ae9f341777f52c
[WATCHDOG] sbc_fitpc2_wdt: fix I/O space access technique.

The mdelay function was used between I/O access commands, that causes peak
in CPU usage. Fix it by substitution mdelay to msleep.

Expand usage on fitPC2 compatible boards according to DMI identification.

Signed-off-by: Denis Turischev <denis@compulab.co.il>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig
drivers/watchdog/sbc_fitpc2_wdt.c