mbox series

[0/5] hwmon: (ina3221) Implement PM runtime to save power

Message ID 20181017012426.26958-1-nicoleotsuka@gmail.com (mailing list archive)
Headers show
Series hwmon: (ina3221) Implement PM runtime to save power | expand

Message

Nicolin Chen Oct. 17, 2018, 1:24 a.m. UTC
This series patches implement PM runtime feature in the ina3221 hwmon
driver (PATCH-5). However, PATCH-[1:4] are required to make sure that
the PM runtime feature would be functional and safe.

Nicolin Chen (5):
  hwmon: (core) Inherit power properties to hdev
  hwmon: (ina3221) Return -ENODATA for two alarms attributes
  hwmon: (ina3221) Serialize sysfs ABI accesses
  hwmon: (ina3221) Make sure data is ready after channel enabling
  hwmon: (ina3221) Add PM runtime support

 drivers/hwmon/hwmon.c   |   3 +
 drivers/hwmon/ina3221.c | 185 ++++++++++++++++++++++++++++++++++------
 2 files changed, 162 insertions(+), 26 deletions(-)