blob: c67af08b6773a19772ebf96b92d4db65654da503 [file] [log] [blame]
Tomer Maimonf1fd4a42018-07-04 02:23:26 +03001Kernel driver npcm750-pwm-fan
2=============================
3
4Supported chips:
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03005
Tomer Maimonf1fd4a42018-07-04 02:23:26 +03006 NUVOTON NPCM750/730/715/705
7
8Authors:
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -03009
Tomer Maimonf1fd4a42018-07-04 02:23:26 +030010 <tomer.maimon@nuvoton.com>
11
12Description:
13------------
14This driver implements support for NUVOTON NPCM7XX PWM and Fan Tacho
15controller. The PWM controller supports up to 8 PWM outputs. The Fan tacho
16controller supports up to 16 tachometer inputs.
17
18The driver provides the following sensor accesses in sysfs:
19
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030020=============== ======= =====================================================
Tomer Maimonf1fd4a42018-07-04 02:23:26 +030021fanX_input ro provide current fan rotation value in RPM as reported
22 by the fan to the device.
23
24pwmX rw get or set PWM fan control value. This is an integer
25 value between 0(off) and 255(full speed).
Mauro Carvalho Chehabb04f2f72019-04-17 06:46:28 -030026=============== ======= =====================================================