commit | 98e8201039afad5d2af87df9ac682f62f69c0c2f | [log] [tgz] |
---|---|---|
author | Divagar Mohandass <divagar.mohandass@intel.com> | Tue Oct 10 11:30:37 2017 +0530 |
committer | Wolfram Sang <wsa@the-dreams.de> | Tue Oct 17 23:33:03 2017 +0200 |
tree | d7f92370fa0528b7b29c7a00e05f3071c5400e39 | |
parent | dbc1ab9c12502912be1490ab5d54f39782183f5f [diff] |
eeprom: at24: enable runtime pm support Currently the device is kept in D0, there is an opportunity to save power by enabling runtime pm. Device can be daisy chained from PMIC and we can't rely on I2C core for auto resume/suspend. Driver will decide when to resume/suspend. Reviewed-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Divagar Mohandass <divagar.mohandass@intel.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>