Re: [PATCHv4 14/48] thermal: core: move trips attributes to tz->device.groups

2016-06-17 Thread Zhang Rui
On δΈ€, 2016-05-30 at 23:18 -0700, Eduardo Valentin wrote: > Finally, move the last thermal zone sysfs attributes to > tz->device.groups: trips attributes. This requires adding a > attribute_group to thermal_zone_device, creating it dynamically, and > then setting all trips attributes in it. The trip

[PATCHv4 14/48] thermal: core: move trips attributes to tz->device.groups

2016-05-30 Thread Eduardo Valentin
Finally, move the last thermal zone sysfs attributes to tz->device.groups: trips attributes. This requires adding a attribute_group to thermal_zone_device, creating it dynamically, and then setting all trips attributes in it. The trips attribute is then added to the tz->device.groups. As the remov