search for: pwm_auto_point

Displaying 4 results from an estimated 4 matches for "pwm_auto_point".

2014 Jul 17
2
[lm-sensors] hwmon: question about the sysfs interface
...ol pwm values further is that is possible with the > driver. Using pwm1_target_temp and pwm1_temp_tolerance seems a like nice idea, yes. Some of the other attributes are already used and I'm not certain how much I should change at this point. > An alternative would be to use two sets of pwm_auto_point attributes, > where the first set specifies the start pwm limit and the second > specifies the upper temperature and limit. So you would have something > like > > pwm1_auto_point1_pwm pwm at low temperature > pwm1_auto_point1_temp low temperature > > pwm1_auto_point2_pw...
2014 Jul 14
2
hwmon: question about the sysfs interface
Hello guys, For a patch to this nouveau bug [1] I'm trying to implement the sysfs interface for two properties (linear_min and linear_max) nouveau uses internally to decide when to raise the fan speed. The initial idea was to have them as custom sysfs attributes, but I was advised to try to fit them into the hwmon sysfs interface. And this is when I hit a little roadblock. If my
2014 Jul 17
0
[lm-sensors] hwmon: question about the sysfs interface
...n this. We prefer to retain at least some level of attribute name consistency, but the Nouveau hwmon driver pretty much bypasses hwmon review anyway, so from a practical perspective you can invent as many new attribute names as you like. Guenter >> An alternative would be to use two sets of pwm_auto_point attributes, >> where the first set specifies the start pwm limit and the second >> specifies the upper temperature and limit. So you would have something >> like >> >> pwm1_auto_point1_pwm pwm at low temperature >> pwm1_auto_point1_temp low temperature >>...
2014 Jul 14
0
[lm-sensors] hwmon: question about the sysfs interface
...d pwm1_temp_tolerance for the difference between upper and lower limit might do. Then there are other attributes such as pxm1_start, pwm1_floor, pwm1_step, and pwm1_max which you could use to control pwm values further is that is possible with the driver. An alternative would be to use two sets of pwm_auto_point attributes, where the first set specifies the start pwm limit and the second specifies the upper temperature and limit. So you would have something like pwm1_auto_point1_pwm pwm at low temperature pwm1_auto_point1_temp low temperature pwm1_auto_point2_pwm pwm at high temperature pwm1_auto_poi...