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

TOMOYO Linux Cross Reference
Linux/Documentation/hwmon/lm70.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 ] ~

Diff markup

Differences between /Documentation/hwmon/lm70.rst (Version linux-6.12-rc7) and /Documentation/hwmon/lm70.rst (Version linux-5.5.19)


  1 Kernel driver lm70                                  1 Kernel driver lm70
  2 ==================                                  2 ==================
  3                                                     3 
  4 Supported chips:                                    4 Supported chips:
  5                                                     5 
  6   * National Semiconductor LM70                     6   * National Semiconductor LM70
  7                                                     7 
  8     Datasheet: https://www.ti.com/product/LM70 !!   8     Datasheet: http://www.national.com/pf/LM/LM70.html
  9                                                     9 
 10   * Texas Instruments TMP121/TMP123                10   * Texas Instruments TMP121/TMP123
 11                                                    11 
 12     Information: http://focus.ti.com/docs/prod     12     Information: http://focus.ti.com/docs/prod/folders/print/tmp121.html
 13                                                    13 
 14   * Texas Instruments TMP122/TMP124                14   * Texas Instruments TMP122/TMP124
 15                                                    15 
 16     Information: https://www.ti.com/product/tm !!  16     Information: http://www.ti.com/product/tmp122
 17                                                << 
 18   * Texas Instruments TMP125                   << 
 19                                                << 
 20     Information: https://www.ti.com/product/tm << 
 21                                                    17 
 22   * National Semiconductor LM71                    18   * National Semiconductor LM71
 23                                                    19 
 24     Datasheet: https://www.ti.com/product/LM71 !!  20     Datasheet: http://www.ti.com/product/LM71
 25                                                    21 
 26   * National Semiconductor LM74                    22   * National Semiconductor LM74
 27                                                    23 
 28     Datasheet: https://www.ti.com/product/LM74 !!  24     Datasheet: http://www.ti.com/product/LM74
 29                                                    25 
 30                                                    26 
 31 Author:                                            27 Author:
 32         Kaiwan N Billimoria <kaiwan@designergra     28         Kaiwan N Billimoria <kaiwan@designergraphix.com>
 33                                                    29 
 34 Description                                        30 Description
 35 -----------                                        31 -----------
 36                                                    32 
 37 This driver implements support for the Nationa     33 This driver implements support for the National Semiconductor LM70
 38 temperature sensor.                                34 temperature sensor.
 39                                                    35 
 40 The LM70 temperature sensor chip supports a si     36 The LM70 temperature sensor chip supports a single temperature sensor.
 41 It communicates with a host processor (or micr     37 It communicates with a host processor (or microcontroller) via an
 42 SPI/Microwire Bus interface.                       38 SPI/Microwire Bus interface.
 43                                                    39 
 44 Communication with the LM70 is simple: when th     40 Communication with the LM70 is simple: when the temperature is to be sensed,
 45 the driver accesses the LM70 using SPI communi     41 the driver accesses the LM70 using SPI communication: 16 SCLK cycles
 46 comprise the MOSI/MISO loop. At the end of the     42 comprise the MOSI/MISO loop. At the end of the transfer, the 11-bit 2's
 47 complement digital temperature (sent via the S     43 complement digital temperature (sent via the SIO line), is available in the
 48 driver for interpretation. This driver makes u     44 driver for interpretation. This driver makes use of the kernel's in-core
 49 SPI support.                                       45 SPI support.
 50                                                    46 
 51 As a real (in-tree) example of this "SPI proto     47 As a real (in-tree) example of this "SPI protocol driver" interfacing
 52 with a "SPI master controller driver", see dri     48 with a "SPI master controller driver", see drivers/spi/spi_lm70llp.c
 53 and its associated documentation.                  49 and its associated documentation.
 54                                                    50 
 55 The LM74 and TMP121/TMP122/TMP123/TMP124 are v     51 The LM74 and TMP121/TMP122/TMP123/TMP124 are very similar; main difference is
 56 13-bit temperature data (0.0625 degrees celsiu     52 13-bit temperature data (0.0625 degrees celsius resolution).
 57                                                    53 
 58 The TMP122/TMP124 also feature configurable te     54 The TMP122/TMP124 also feature configurable temperature thresholds.
 59                                                << 
 60 The TMP125 is less accurate and provides 10-bi << 
 61 with 0.25 degrees Celsius resolution.          << 
 62                                                    55 
 63 The LM71 is also very similar; main difference     56 The LM71 is also very similar; main difference is 14-bit temperature
 64 data (0.03125 degrees celsius resolution).         57 data (0.03125 degrees celsius resolution).
 65                                                    58 
 66 Thanks to                                          59 Thanks to
 67 ---------                                          60 ---------
 68 Jean Delvare <jdelvare@suse.de> for mentoring t     61 Jean Delvare <jdelvare@suse.de> for mentoring the hwmon-side driver
 69 development.                                       62 development.
                                                      

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