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

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

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ 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.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /Documentation/hwmon/tmp464.rst (Architecture alpha) and /Documentation/hwmon/tmp464.rst (Architecture mips)


  1 .. SPDX-License-Identifier: GPL-2.0                 1 .. SPDX-License-Identifier: GPL-2.0
  2                                                     2 
  3 Kernel driver tmp464                                3 Kernel driver tmp464
  4 ====================                                4 ====================
  5                                                     5 
  6 Supported chips:                                    6 Supported chips:
  7                                                     7 
  8   * Texas Instruments TMP464                        8   * Texas Instruments TMP464
  9                                                     9 
 10     Prefix: 'tmp464'                               10     Prefix: 'tmp464'
 11                                                    11 
 12     Addresses scanned: I2C 0x48, 0x49, 0x4a an     12     Addresses scanned: I2C 0x48, 0x49, 0x4a and 0x4b
 13                                                    13 
 14     Datasheet: http://focus.ti.com/docs/prod/f     14     Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp464.html
 15                                                    15 
 16   * Texas Instruments TMP468                       16   * Texas Instruments TMP468
 17                                                    17 
 18     Prefix: 'tmp468'                               18     Prefix: 'tmp468'
 19                                                    19 
 20     Addresses scanned: I2C 0x48, 0x49, 0x4a an     20     Addresses scanned: I2C 0x48, 0x49, 0x4a and 0x4b
 21                                                    21 
 22     Datasheet: http://focus.ti.com/docs/prod/f     22     Datasheet: http://focus.ti.com/docs/prod/folders/print/tmp468.html
 23                                                    23 
 24 Authors:                                           24 Authors:
 25                                                    25 
 26         Agathe Porte <agathe.porte@nokia.com>       26         Agathe Porte <agathe.porte@nokia.com>
 27         Guenter Roeck <linux@roeck-us.net>          27         Guenter Roeck <linux@roeck-us.net>
 28                                                    28 
 29 Description                                        29 Description
 30 -----------                                        30 -----------
 31                                                    31 
 32 This driver implements support for Texas Instr     32 This driver implements support for Texas Instruments TMP464 and TMP468
 33 temperature sensor chips. TMP464 provides one      33 temperature sensor chips. TMP464 provides one local and four remote
 34 sensors. TMP468 provides one local and eight r     34 sensors. TMP468 provides one local and eight remote sensors.
 35 Temperature is measured in degrees Celsius. Th     35 Temperature is measured in degrees Celsius. The chips are wired over
 36 I2C/SMBus and specified over a temperature ran     36 I2C/SMBus and specified over a temperature range of -40 to +125 degrees
 37 Celsius. Resolution for both the local and rem     37 Celsius. Resolution for both the local and remote channels is 0.0625
 38 degree C.                                          38 degree C.
 39                                                    39 
 40 The chips support only temperature measurement     40 The chips support only temperature measurements. The driver exports
 41 temperature values, limits, and alarms via the     41 temperature values, limits, and alarms via the following sysfs files:
 42                                                    42 
 43 **temp[1-9]_input**                                43 **temp[1-9]_input**
 44                                                    44 
 45 **temp[1-9]_max**                                  45 **temp[1-9]_max**
 46                                                    46 
 47 **temp[1-9]_max_hyst**                             47 **temp[1-9]_max_hyst**
 48                                                    48 
 49 **temp[1-9]_max_alarm**                            49 **temp[1-9]_max_alarm**
 50                                                    50 
 51 **temp[1-9]_crit**                                 51 **temp[1-9]_crit**
 52                                                    52 
 53 **temp[1-9]_crit_alarm**                           53 **temp[1-9]_crit_alarm**
 54                                                    54 
 55 **temp[1-9]_crit_hyst**                            55 **temp[1-9]_crit_hyst**
 56                                                    56 
 57 **temp[2-9]_offset**                               57 **temp[2-9]_offset**
 58                                                    58 
 59 **temp[2-9]_fault**                                59 **temp[2-9]_fault**
 60                                                    60 
 61 Each sensor can be individually disabled via D     61 Each sensor can be individually disabled via Devicetree or from sysfs
 62 via:                                               62 via:
 63                                                    63 
 64 **temp[1-9]_enable**                               64 **temp[1-9]_enable**
 65                                                    65 
 66 If labels were specified in Devicetree, additi     66 If labels were specified in Devicetree, additional sysfs files will
 67 be present:                                        67 be present:
 68                                                    68 
 69 **temp[1-9]_label**                                69 **temp[1-9]_label**
 70                                                    70 
 71 The update interval is configurable with the f     71 The update interval is configurable with the following sysfs attribute.
 72                                                    72 
 73 **update_interval**                                73 **update_interval**
                                                      

~ [ 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