diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-17 06:46:18 -0300 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2019-04-17 09:50:33 -0700 |
commit | 9e929c6745da58ab64d2d462ba46b661c03d2060 (patch) | |
tree | b08b9997888622932d23acc86cfd616ec10fd575 /Documentation/hwmon | |
parent | 270efaa46c2e354a13d03ce08a5e29596ce50a86 (diff) | |
download | linux-stable-9e929c6745da58ab64d2d462ba46b661c03d2060.tar.gz linux-stable-9e929c6745da58ab64d2d462ba46b661c03d2060.tar.bz2 linux-stable-9e929c6745da58ab64d2d462ba46b661c03d2060.zip |
docs: hwmon: aspeed-pwm-tacho: convert to ReST format
Convert aspeed-pwm-tacho to ReST format, in order to allow it to
be parsed by Sphinx.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/aspeed-pwm-tacho | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/hwmon/aspeed-pwm-tacho b/Documentation/hwmon/aspeed-pwm-tacho index 7cfb34977460..6dcec845fbc7 100644 --- a/Documentation/hwmon/aspeed-pwm-tacho +++ b/Documentation/hwmon/aspeed-pwm-tacho @@ -15,8 +15,10 @@ controller supports up to 16 tachometer inputs. The driver provides the following sensor accesses in sysfs: +=============== ======= ===================================================== fanX_input ro provide current fan rotation value in RPM as reported by the fan to the device. pwmX rw get or set PWM fan control value. This is an integer value between 0(off) and 255(full speed). +=============== ======= ===================================================== |