~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/hwmon/chipcap2.rst

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 .. SPDX-License-Identifier: GPL-2.0-or-later
  2 
  3 Kernel driver ChipCap2
  4 ======================
  5 
  6 Supported chips:
  7 
  8   * Amphenol CC2D23, CC2D23S, CC2D25, CC2D25S, CC2D33, CC2D33S, CC2D35, CC2D35S
  9 
 10     Prefix: 'chipcap2'
 11 
 12     Addresses scanned: -
 13 
 14     Datasheet: https://www.amphenol-sensors.com/en/telaire/humidity/527-humidity-sensors/3095-chipcap-2
 15 
 16 Author:
 17 
 18   - Javier Carrasco <javier.carrasco.cruz@gmail.com>
 19 
 20 Description
 21 -----------
 22 
 23 This driver implements support for the Amphenol ChipCap 2, a humidity and
 24 temperature chip family. Temperature is measured in milli degrees celsius,
 25 relative humidity is expressed as a per cent mille. The measurement ranges
 26 are the following:
 27 
 28   - Relative humidity: 0 to 100000 pcm (14-bit resolution)
 29   - Temperature: -40000 to +125000 m°C (14-bit resolution)
 30 
 31 The device communicates with the I2C protocol and uses the I2C address 0x28
 32 by default.
 33 
 34 Depending on the hardware configuration, up to two humidity alarms to control
 35 minimum and maximum values are provided. Their thresholds and hystersis can be
 36 configured via sysfs.
 37 
 38 Thresholds and hysteris must be provided as a per cent mille. These values
 39 might be truncated to match the 14-bit device resolution (6.1 pcm/LSB)
 40 
 41 Known Issues
 42 ------------
 43 
 44 The driver does not support I2C address and command window length modification.
 45 
 46 sysfs-Interface
 47 ---------------
 48 
 49 The following list includes the sysfs attributes that the driver always provides,
 50 their permissions and a short description:
 51 
 52 =============================== ======= ========================================
 53 Name                            Perm    Description
 54 =============================== ======= ========================================
 55 temp1_input:                    RO      temperature input
 56 humidity1_input:                RO      humidity input
 57 =============================== ======= ========================================
 58 
 59 The following list includes the sysfs attributes that the driver may provide
 60 depending on the hardware configuration:
 61 
 62 =============================== ======= ========================================
 63 Name                            Perm    Description
 64 =============================== ======= ========================================
 65 humidity1_min:                  RW      humidity low limit. Measurements under
 66                                         this limit trigger a humidity low alarm
 67 humidity1_max:                  RW      humidity high limit. Measurements above
 68                                         this limit trigger a humidity high alarm
 69 humidity1_min_hyst:             RW      humidity low hystersis
 70 humidity1_max_hyst:             RW      humidity high hystersis
 71 humidity1_min_alarm:            RO      humidity low alarm indicator
 72 humidity1_max_alarm:            RO      humidity high alarm indicator
 73 =============================== ======= ========================================

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php