commit | 00a0c905ab4b2b47372be8da6a8442dcd3681903 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgunthorpe@obsidianresearch.com> | Wed Oct 26 10:56:59 2016 -0600 |
committer | Guenter Roeck <linux@roeck-us.net> | Fri Dec 02 13:28:08 2016 -0800 |
tree | 662aa396eab9adc838d2d3cf7c1d3ce2229c112e | |
parent | 2b3d0c19537c1bd0d493e302b7949460901ef489 [diff] |
hwmon: (lm87) Use hwmon to create the sysfs groups This is the expected thing for a hwmon driver to do, this changes the sysfs paths from, say: /sys/bus/i2c/devices/0-002c/temp1_input to: /sys/bus/i2c/devices/0-002c/hwmon/hwmon0/temp1_input Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> Signed-off-by: Guenter Roeck <linux@roeck-us.net>