npcm750-pwm-fan.rst 789 B

1234567891011121314151617181920212223242526
  1. Kernel driver npcm750-pwm-fan
  2. =============================
  3. Supported chips:
  4. NUVOTON NPCM750/730/715/705
  5. Authors:
  6. <tomer.maimon@nuvoton.com>
  7. Description:
  8. ------------
  9. This driver implements support for NUVOTON NPCM7XX PWM and Fan Tacho
  10. controller. The PWM controller supports up to 8 PWM outputs. The Fan tacho
  11. controller supports up to 16 tachometer inputs.
  12. The driver provides the following sensor accesses in sysfs:
  13. =============== ======= =====================================================
  14. fanX_input ro provide current fan rotation value in RPM as reported
  15. by the fan to the device.
  16. pwmX rw get or set PWM fan control value. This is an integer
  17. value between 0(off) and 255(full speed).
  18. =============== ======= =====================================================