mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
Documentation: hwmon: correct spelling
Correct spelling problems for Documentation/hwmon/ as reported by codespell. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Jonathan Corbet <corbet@lwn.net> Cc: linux-doc@vger.kernel.org Cc: Jean Delvare <jdelvare@suse.com> Cc: Guenter Roeck <linux@roeck-us.net> Cc: linux-hwmon@vger.kernel.org Link: https://lore.kernel.org/r/20230129231053.20863-4-rdunlap@infradead.org Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
a6f7c5d0e7
commit
12087a365f
@ -38,7 +38,7 @@ Sysfs entries
|
||||
-------------
|
||||
|
||||
=============== ============================================
|
||||
temp1_input Measured temperature in millidegrees Celcius
|
||||
temp1_input Measured temperature in millidegrees Celsius
|
||||
humidity1_input Measured humidity in %H
|
||||
update_interval The minimum interval for polling the sensor,
|
||||
in milliseconds. Writable. Must be at
|
||||
|
@ -10,7 +10,7 @@ Authors:
|
||||
Description:
|
||||
------------
|
||||
This driver implements support for ASPEED AST2400/2500 PWM and Fan Tacho
|
||||
controller. The PWM controller supports upto 8 PWM outputs. The Fan tacho
|
||||
controller. The PWM controller supports up to 8 PWM outputs. The Fan tacho
|
||||
controller supports up to 16 tachometer inputs.
|
||||
|
||||
The driver provides the following sensor accesses in sysfs:
|
||||
|
@ -40,7 +40,7 @@ This driver implements the sysfs interface for the Corsair PSUs with a HID proto
|
||||
interface of the HXi and RMi series.
|
||||
These power supplies provide access to a micro-controller with 2 attached
|
||||
temperature sensors, 1 fan rpm sensor, 4 sensors for volt levels, 4 sensors for
|
||||
power usage and 4 sensors for current levels and addtional non-sensor information
|
||||
power usage and 4 sensors for current levels and additional non-sensor information
|
||||
like uptimes.
|
||||
|
||||
Sysfs entries
|
||||
|
@ -31,7 +31,7 @@ Temperature Monitoring
|
||||
|
||||
Temperatures are measured with 12-bit or 10-bit resolution and are scaled
|
||||
either internally or by the driver depending on the GSC version and firmware.
|
||||
The values returned by the driver reflect millidegree Celcius:
|
||||
The values returned by the driver reflect millidegree Celsius:
|
||||
|
||||
tempX_input Measured temperature.
|
||||
tempX_label Name of temperature input.
|
||||
@ -41,8 +41,8 @@ PWM Output Control
|
||||
------------------
|
||||
|
||||
The GSC features 1 PWM output that operates in automatic mode where the
|
||||
PWM value will be scalled depending on 6 temperature boundaries.
|
||||
The tempeature boundaries are read-write and in millidegree Celcius and the
|
||||
PWM value will be scaled depending on 6 temperature boundaries.
|
||||
The tempeature boundaries are read-write and in millidegree Celsius and the
|
||||
read-only PWM values range from 0 (off) to 255 (full speed).
|
||||
Fan speed will be set to minimum (off) when the temperature sensor reads
|
||||
less than pwm1_auto_point1_temp and maximum when the temperature sensor
|
||||
|
@ -57,7 +57,7 @@ register/unregister functions::
|
||||
hwmon_device_register_with_groups registers a hardware monitoring device.
|
||||
The first parameter of this function is a pointer to the parent device.
|
||||
The name parameter is a pointer to the hwmon device name. The registration
|
||||
function wil create a name sysfs attribute pointing to this name.
|
||||
function will create a name sysfs attribute pointing to this name.
|
||||
The drvdata parameter is the pointer to the local driver data.
|
||||
hwmon_device_register_with_groups will attach this pointer to the newly
|
||||
allocated hwmon device. The pointer can be retrieved by the driver using
|
||||
@ -360,7 +360,7 @@ functions is used.
|
||||
The header file linux/hwmon-sysfs.h provides a number of useful macros to
|
||||
declare and use hardware monitoring sysfs attributes.
|
||||
|
||||
In many cases, you can use the exsting define DEVICE_ATTR or its variants
|
||||
In many cases, you can use the existing define DEVICE_ATTR or its variants
|
||||
DEVICE_ATTR_{RW,RO,WO} to declare such attributes. This is feasible if an
|
||||
attribute has no additional context. However, in many cases there will be
|
||||
additional information such as a sensor index which will need to be passed
|
||||
|
@ -333,7 +333,7 @@ temp[N]_input Measured temperature.
|
||||
- On LTC3883, temp1 reports an external temperature,
|
||||
and temp2 reports the chip temperature.
|
||||
|
||||
temp[N]_min Mimimum temperature.
|
||||
temp[N]_min Minimum temperature.
|
||||
|
||||
LTC2972, LTC2974, LCT2977, LTM2980, LTC2978,
|
||||
LTC2979, and LTM2987 only.
|
||||
|
@ -73,7 +73,7 @@ Description
|
||||
This driver implements support for several MAX6697 compatible temperature sensor
|
||||
chips. The chips support one local temperature sensor plus four, six, or seven
|
||||
remote temperature sensors. Remote temperature sensors are diode-connected
|
||||
thermal transitors, except for MAX6698 which supports three diode-connected
|
||||
thermal transistors, except for MAX6698 which supports three diode-connected
|
||||
thermal transistors plus three thermistors in addition to the local temperature
|
||||
sensor.
|
||||
|
||||
|
@ -7,7 +7,7 @@ Supported chips:
|
||||
|
||||
Prefix: 'menf21bmc_hwmon'
|
||||
|
||||
Adresses scanned: -
|
||||
Addresses scanned: -
|
||||
|
||||
Author: Andreas Werner <andreas.werner@men.de>
|
||||
|
||||
|
@ -174,7 +174,7 @@ Read byte from page <page>, register <reg>.
|
||||
int (*read_word_data)(struct i2c_client *client, int page, int phase,
|
||||
int reg);
|
||||
|
||||
Read word from page <page>, phase <pase>, register <reg>. If the chip does not
|
||||
Read word from page <page>, phase <phase>, register <reg>. If the chip does not
|
||||
support multiple phases, the phase parameter can be ignored. If the chip
|
||||
supports multiple phases, a phase value of 0xff indicates all phases.
|
||||
|
||||
|
@ -37,7 +37,7 @@ Sysfs entries
|
||||
-------------
|
||||
|
||||
=============== ============================================
|
||||
temp1_input Measured temperature in millidegrees Celcius
|
||||
temp1_input Measured temperature in millidegrees Celsius
|
||||
humidity1_input Measured humidity in %H
|
||||
update_interval The minimum interval for polling the sensor,
|
||||
in milliseconds. Writable. Must be at least
|
||||
|
@ -180,7 +180,7 @@ in9_crit_alarm AIN1 critical alarm
|
||||
in10_crit_alarm AIN2 critical alarm
|
||||
|
||||
temp1_input Chip temperature
|
||||
temp1_min Mimimum chip temperature
|
||||
temp1_min Minimum chip temperature
|
||||
temp1_max Maximum chip temperature
|
||||
temp1_crit Critical chip temperature
|
||||
temp1_crit_alarm Temperature critical alarm
|
||||
|
@ -39,7 +39,7 @@ output voltage as a positive or negative offset in the interval 50mV to 400mV
|
||||
in 50mV steps. This means that the absolute values of the limits will change
|
||||
when the commanded output voltage changes. Also, care should be taken when
|
||||
writing to those limits since in the worst case the commanded output voltage
|
||||
could change at the same time as the limit is written to, wich will lead to
|
||||
could change at the same time as the limit is written to, which will lead to
|
||||
unpredictable results.
|
||||
|
||||
|
||||
|
@ -27,7 +27,7 @@ Versatile Express platform (http://www.arm.com/versatileexpress/) is a
|
||||
reference & prototyping system for ARM Ltd. processors. It can be set up
|
||||
from a wide range of boards, each of them containing (apart of the main
|
||||
chip/FPGA) a number of microcontrollers responsible for platform
|
||||
configuration and control. Theses microcontrollers can also monitor the
|
||||
configuration and control. These microcontrollers can also monitor the
|
||||
board and its environment by a number of internal and external sensors,
|
||||
providing information about power lines voltages and currents, board
|
||||
temperature and power usage. Some of them also calculate consumed energy
|
||||
|
@ -58,7 +58,7 @@ representable value is around 2600 RPM.
|
||||
|
||||
Voltage sensors (also known as IN sensors) report their values in volts.
|
||||
An alarm is triggered if the voltage has crossed a programmable minimum
|
||||
or maximum limit. Voltages are internally scalled, so each voltage channel
|
||||
or maximum limit. Voltages are internally scaled, so each voltage channel
|
||||
has a different resolution and range.
|
||||
|
||||
If an alarm triggers, it will remain triggered until the hardware register
|
||||
|
Loading…
Reference in New Issue
Block a user