Thermal driver with safeguards

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

given a pair of a temperature sensor and a fan, I want to implement a driver. that allows userspace to directly control the fan if it wants to. But have a minimum fan speed when certain high temperatures are reached to avoid crashes or hardware damage.

e.g.

- temperature of target die is 80°C -> fan speed must be at least 30%

- temperature of target die is 90°C -> fan speed must be at least 40%

- temperature of target die is 105°C -> fan speed must be 100%

- temperature of target die is 110°C -> device shuts off to protect the hardware

Would the thermal subsystem be the right place for this to implement this protection in driver?

It already has functions around periodic temperature polling and trip points.

Kind regards,

Werner Sembach





[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux