watchdog: w83627hf: Use helper functions to access superio registers
authorGuenter Roeck <linux@roeck-us.net>
Sat, 17 Aug 2013 20:58:42 +0000 (13:58 -0700)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 18 Nov 2013 20:34:19 +0000 (21:34 +0100)
Use helper functions named similar to other drivers to access
superio registers.

Request memory region only when needed, and use request_muxed_region().
This lets other devices (hwmon, gpio) use the same region.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>

No differences found