summaryrefslogtreecommitdiff
path: root/Documentation/hwmon/shtc1
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-04-17 12:46:29 +0300
committerGuenter Roeck <linux@roeck-us.net>2019-04-17 20:37:23 +0300
commit7ebd8b66dd9e5a0b65e5ee5e2b8e7ca382ec97b7 (patch)
tree9db30159bd32bec125c7d49e80a79bb7c4da0c8e /Documentation/hwmon/shtc1
parentb04f2f7d387b3160883c2a1f5e2285483a791e82 (diff)
downloadlinux-7ebd8b66dd9e5a0b65e5ee5e2b8e7ca382ec97b7.tar.xz
docs: hwmon: Add an index file and rename docs to *.rst
Now that all files were converted to ReST format, rename them and add an index. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon/shtc1')
-rw-r--r--Documentation/hwmon/shtc158
1 files changed, 0 insertions, 58 deletions
diff --git a/Documentation/hwmon/shtc1 b/Documentation/hwmon/shtc1
deleted file mode 100644
index aa116332ba26..000000000000
--- a/Documentation/hwmon/shtc1
+++ /dev/null
@@ -1,58 +0,0 @@
-Kernel driver shtc1
-===================
-
-Supported chips:
-
- * Sensirion SHTC1
-
- Prefix: 'shtc1'
-
- Addresses scanned: none
-
- Datasheet: http://www.sensirion.com/file/datasheet_shtc1
-
-
-
- * Sensirion SHTW1
-
- Prefix: 'shtw1'
-
- Addresses scanned: none
-
- Datasheet: Not publicly available
-
-
-
-Author:
-
- Johannes Winkelmann <johannes.winkelmann@sensirion.com>
-
-Description
------------
-
-This driver implements support for the Sensirion SHTC1 chip, a humidity and
-temperature sensor. Temperature is measured in degrees celsius, relative
-humidity is expressed as a percentage. Driver can be used as well for SHTW1
-chip, which has the same electrical interface.
-
-The device communicates with the I2C protocol. All sensors are set to I2C
-address 0x70. See Documentation/i2c/instantiating-devices for methods to
-instantiate the device.
-
-There are two options configurable by means of shtc1_platform_data:
-
-1. blocking (pull the I2C clock line down while performing the measurement) or
- non-blocking mode. Blocking mode will guarantee the fastest result but
- the I2C bus will be busy during that time. By default, non-blocking mode
- is used. Make sure clock-stretching works properly on your device if you
- want to use blocking mode.
-2. high or low accuracy. High accuracy is used by default and using it is
- strongly recommended.
-
-sysfs-Interface
----------------
-
-temp1_input
- - temperature input
-humidity1_input
- - humidity input