commit | 59d608e152e582604e384beebbd607686e4265cf | [log] [tgz] |
---|---|---|
author | Nicolin Chen <nicoleotsuka@gmail.com> | Sat Sep 29 14:44:07 2018 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Wed Oct 10 20:37:13 2018 -0700 |
tree | c4d1af4f41dacaebecc4142cf7a906e87063be2e | |
parent | 791ebc9d34e9d212fc03742c31654b017d385926 [diff] |
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>