mbox series

[v2,0/3] Add suspend and resume functions

Message ID 20180929214407.27208-1-nicoleotsuka@gmail.com (mailing list archive)
Headers show
Series Add suspend and resume functions | expand

Message

Nicolin Chen Sept. 29, 2018, 9:44 p.m. UTC
This series of patches add system suspend and resume functiosn for
ina3221 hwmon driver. To do so, it also needs two small fixes.

Changelog
v1->v2:
 * Added PATCH-2 to fix macros
 * Added power-down setting during suspend in PATCH-3

Nicolin Chen (3):
  hwmon: ina3221: Add INA3221_CONFIG to volatile_table
  hwmon: ina3221: Fix INA3221_CONFIG_MODE macros
  hwmon: ina3221: Add suspend and resume functions

 drivers/hwmon/ina3221.c | 71 ++++++++++++++++++++++++++++++++++++++---
 1 file changed, 67 insertions(+), 4 deletions(-)