Skip to content

Commit 7397175

Browse files
five-shbroonie
authored andcommitted
spi: lm70llp: fix links in doc and comments
Update links in the documentation and in-code comments which point to the datasheet and schematic. The current links don't work because National Semiconductor (which is the manufacturer of this board and lm70) has been a part of Texas Instruments since 2011 and hence http://www.national.com/ doesn't work anymore. Fixes: 78961a5 ("spi_lm70llp parport adapter driver") Fixes: 2b73005 ("hwmon: (lm70) Code streamlining and cleanup") Signed-off-by: Kousik Sanagavarapu <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 29895ce commit 7397175

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/spi/spi-lm70llp.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Supported board/chip:
66

77
* National Semiconductor LM70 LLP evaluation board
88

9-
Datasheet: http://www.national.com/pf/LM/LM70.html
9+
Datasheet: https://www.ti.com/lit/gpn/lm70
1010

1111
Author:
1212
Kaiwan N Billimoria <[email protected]>
@@ -28,7 +28,7 @@ Hardware Interfacing
2828
The schematic for this particular board (the LM70EVAL-LLP) is
2929
available (on page 4) here:
3030

31-
http://www.national.com/appinfo/tempsensors/files/LM70LLPEVALmanual.pdf
31+
https://download.datasheets.com/pdfs/documentation/nat/kit&board/lm70llpevalmanual.pdf
3232

3333
The hardware interfacing on the LM70 LLP eval board is as follows:
3434

drivers/spi/spi-lm70llp.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
*
3030
* Datasheet and Schematic:
3131
* The LM70 is a temperature sensor chip from National Semiconductor; its
32-
* datasheet is available at http://www.national.com/pf/LM/LM70.html
32+
* datasheet is available at https://www.ti.com/lit/gpn/lm70
3333
* The schematic for this particular board (the LM70EVAL-LLP) is
3434
* available (on page 4) here:
35-
* http://www.national.com/appinfo/tempsensors/files/LM70LLPEVALmanual.pdf
35+
* https://download.datasheets.com/pdfs/documentation/nat/kit&board/lm70llpevalmanual.pdf
3636
*
3737
* Also see Documentation/spi/spi-lm70llp.rst. The SPI<->parport code here is
3838
* (heavily) based on spi-butterfly by David Brownell.

0 commit comments

Comments
 (0)