hwmon: (it87) Reapply probe path chip registers settings after resume
authorMaciej S. Szmigiero <mail@maciej.szmigiero.name>
Wed, 9 Aug 2017 15:15:46 +0000 (17:15 +0200)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 13 Aug 2017 15:24:38 +0000 (08:24 -0700)
commit384548e569c82dc1e018dcdfd7e19c4b9f87c6b5
treef9d9ff69d56442837281ad7b1e85a8e7b54d6048
parent557cbf49d20f371fb430335fa504f6a50a001705
hwmon: (it87) Reapply probe path chip registers settings after resume

After a suspend / resume cycle we possibly need to reapply chip registers
settings that we had set or fixed in a probe path, since they might have
been reset to default values or set incorrectly by a BIOS again.

Tested on a Gigabyte M720-US3 board, which requires routing internal VCCH5V
to in7 (and had it wrong again on resume from S3).

Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
[groeck: Return value from it87_resume_sio() is unused; make it void]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/it87.c