Displaying 4 results from an estimated 4 matches for "pwm1_auto_point2_pwm".
Did you mean:
  pwm1_auto_point1_pwm
  
2014 Jul 17
2
[lm-sensors] hwmon: question about the sysfs interface
...s 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_point2_temp	high temperature
> 
> After all, there is no requirement that pwm must exactly match the configured
> value; the above only means that the chip uses those values to calculate
> the necessary fan speed. In addition to that, you could st...
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
...,
>> 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_point2_temp	high temperature
>>
>> After all, there is no requirement that pwm must exactly match the configured
>> value; the above only means that the chip uses those values to calculate
>> the necessary fan speed. In addition to...
2014 Jul 14
0
[lm-sensors] hwmon: question about the sysfs interface
...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_point2_temp	high temperature
After all, there is no requirement that pwm must exactly match the configured
value; the above only means that the chip uses those values to calculate
the necessary fan speed. In addition to that, you could still have some
of the othe...