diff options
author | Kousik Sanagavarapu <five231003@gmail.com> | 2024-03-18 16:38:35 +0100 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2024-04-28 19:07:34 +0200 |
commit | b18c01a4c82cf853add1255b51f7a4f1b3a39dc0 (patch) | |
tree | ae06d4fcfc6252071ccd4dd3e5eb712933f2ea42 /Documentation/hwmon | |
parent | dt-bindings: hwmon: adc128d818: convert to dtschema (diff) | |
download | linux-b18c01a4c82cf853add1255b51f7a4f1b3a39dc0.tar.xz linux-b18c01a4c82cf853add1255b51f7a4f1b3a39dc0.zip |
hwmon: (lm70) fix links in doc and comments
Update links in the documentation and in-code comments which point to
the datasheet.
The current links don't work because National Semiconductor (which is the
original manufacturer of this chip) has been a part of Texas Instruments
since 2011 and http://www.national.com/ doesn't work anymore.
Fixes: e1a8e913f97e ("[PATCH] lm70: New hardware monitoring driver")
Signed-off-by: Kousik Sanagavarapu <five231003@gmail.com>
Link: https://lore.kernel.org/r/20240318154540.90613-3-five231003@gmail.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation/hwmon')
-rw-r--r-- | Documentation/hwmon/lm70.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/hwmon/lm70.rst b/Documentation/hwmon/lm70.rst index 11303a7e16a8..02ed60dddffb 100644 --- a/Documentation/hwmon/lm70.rst +++ b/Documentation/hwmon/lm70.rst @@ -5,7 +5,7 @@ Supported chips: * National Semiconductor LM70 - Datasheet: http://www.national.com/pf/LM/LM70.html + Datasheet: https://www.ti.com/product/LM70 * Texas Instruments TMP121/TMP123 |