commit | e65365fed87f5385c04124b6e7ab8967ca600b26 | [log] [tgz] |
---|---|---|
author | Guenter Roeck <linux@roeck-us.net> | Sun Jun 19 17:49:19 2016 -0700 |
committer | Guenter Roeck <linux@roeck-us.net> | Sat Jul 09 08:33:47 2016 -0700 |
tree | 356442ff26bf557e9ed464e432517666783be019 | |
parent | 5f7e5e29ab60967a009d307dc4fdecce57efaa9c [diff] |
hwmon: (lm75) Convert to use regmap Convert to use regmap. Leave caching to regmap and drop the register update function. While this can result in additional read operations if the temperature register is read continuously, it avoids re-reading the limit registers and thus overall reduces complexity. Signed-off-by: Guenter Roeck <linux@roeck-us.net>