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)
commitef0c1a6b1b05f85f0a1cf6ef283512fd25d86ad4
tree876b5b09759b08010de2529387c0c7c3f6f4bd9f
parentac461103c57ac46cd6778f1fd0352ff0e4a2d38e
watchdog: w83627hf: Use helper functions to access superio registers

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>
drivers/watchdog/w83627hf_wdt.c