]> asedeno.scripts.mit.edu Git - linux.git/commit
hwmon: (ina3221) Add suspend and resume functions
authorNicolin Chen <nicoleotsuka@gmail.com>
Sat, 29 Sep 2018 21:44:07 +0000 (14:44 -0700)
committerGuenter Roeck <linux@roeck-us.net>
Thu, 11 Oct 2018 03:37:13 +0000 (20:37 -0700)
commit59d608e152e582604e384beebbd607686e4265cf
treec4d1af4f41dacaebecc4142cf7a906e87063be2e
parent791ebc9d34e9d212fc03742c31654b017d385926
hwmon: (ina3221) Add suspend and resume functions

Depending on the hardware design, an INA3221 chip might lose
its power during system suspend/resume. So this patch adds
a set of suspend and resume functions to cache the register
values including config register value and limit settings.

Signed-off-by: Nicolin Chen <nicoleotsuka@gmail.com>
[groeck: Moved call to dev_set_drvdata()]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/ina3221.c