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

TOMOYO Linux Cross Reference
Linux/Documentation/hwmon/adt7410.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 Kernel driver adt7410
  2 =====================
  3 
  4 Supported chips:
  5 
  6   * Analog Devices ADT7410
  7 
  8     Prefix: 'adt7410'
  9 
 10     Addresses scanned: None
 11 
 12     Datasheet: Publicly available at the Analog Devices website
 13 
 14                https://www.analog.com/static/imported-files/data_sheets/ADT7410.pdf
 15   * Analog Devices ADT7420
 16 
 17     Prefix: 'adt7420'
 18 
 19     Addresses scanned: None
 20 
 21     Datasheet: Publicly available at the Analog Devices website
 22 
 23                https://www.analog.com/static/imported-files/data_sheets/ADT7420.pdf
 24 
 25   * Analog Devices ADT7310
 26 
 27     Prefix: 'adt7310'
 28 
 29     Addresses scanned: None
 30 
 31     Datasheet: Publicly available at the Analog Devices website
 32 
 33                https://www.analog.com/static/imported-files/data_sheets/ADT7310.pdf
 34 
 35   * Analog Devices ADT7320
 36 
 37     Prefix: 'adt7320'
 38 
 39     Addresses scanned: None
 40 
 41     Datasheet: Publicly available at the Analog Devices website
 42 
 43                https://www.analog.com/static/imported-files/data_sheets/ADT7320.pdf
 44 
 45 Author: Hartmut Knaack <knaack.h@gmx.de>
 46 
 47 Description
 48 -----------
 49 
 50 The ADT7310/ADT7410 is a temperature sensor with rated temperature range of
 51 -55°C to +150°C. It has a high accuracy of +/-0.5°C and can be operated at a
 52 resolution of 13 bits (0.0625°C) or 16 bits (0.0078°C). The sensor provides an
 53 INT pin to indicate that a minimum or maximum temperature set point has been
 54 exceeded, as well as a critical temperature (CT) pin to indicate that the
 55 critical temperature set point has been exceeded. Both pins can be set up with a
 56 common hysteresis of 0°C - 15°C and a fault queue, ranging from 1 to 4 events.
 57 Both pins can individually set to be active-low or active-high, while the whole
 58 device can either run in comparator mode or interrupt mode. The ADT7410 supports
 59 continuous temperature sampling, as well as sampling one temperature value per
 60 second or even just get one sample on demand for power saving. Besides, it can
 61 completely power down its ADC, if power management is required.
 62 
 63 The ADT7320/ADT7420 is register compatible, the only differences being the
 64 package, a slightly narrower operating temperature range (-40°C to +150°C), and
 65 a better accuracy (0.25°C instead of 0.50°C.)
 66 
 67 The difference between the ADT7310/ADT7320 and ADT7410/ADT7420 is the control
 68 interface, the ADT7310 and ADT7320 use SPI while the ADT7410 and ADT7420 use
 69 I2C.
 70 
 71 Configuration Notes
 72 -------------------
 73 
 74 Since the device uses one hysteresis value, which is an offset to minimum,
 75 maximum and critical temperature, it can only be set for temp#_max_hyst.
 76 However, temp#_min_hyst and temp#_crit_hyst show their corresponding
 77 hysteresis.
 78 The device is set to 16 bit resolution and comparator mode.
 79 
 80 sysfs-Interface
 81 ---------------
 82 
 83 ======================== ====================================================
 84 temp#_input              temperature input
 85 temp#_min                temperature minimum setpoint
 86 temp#_max                temperature maximum setpoint
 87 temp#_crit               critical temperature setpoint
 88 temp#_min_hyst           hysteresis for temperature minimum (read-only)
 89 temp#_max_hyst           hysteresis for temperature maximum (read/write)
 90 temp#_crit_hyst          hysteresis for critical temperature (read-only)
 91 temp#_min_alarm          temperature minimum alarm flag
 92 temp#_max_alarm          temperature maximum alarm flag
 93 temp#_crit_alarm         critical temperature alarm flag
 94 ======================== ====================================================

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