]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4812c797680675cde7cc1792703fa5bf2e6f9c0e
tree876b5b09759b08010de2529387c0c7c3f6f4bd9f
parentf788405434a9f2f312b68fcbd6201db771bb5ea2
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