2023-08-03 16:18:43

by coolrrsh

[permalink] [raw]
Subject: [PATCH 8/8] Added a valid hyperlink

From: Rajeshwar R Shinde <[email protected]>

The hyperlink to datasheet in website are subject to change.
Created stable hyperlinks to view datasheets.

Signed-off-by: Rajeshwar R Shinde <[email protected]>
---
Documentation/spi/spi-sc18is602.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/spi/spi-sc18is602.rst b/Documentation/spi/spi-sc18is602.rst
index 4ab9ca346..0dd7e3b95 100644
--- a/Documentation/spi/spi-sc18is602.rst
+++ b/Documentation/spi/spi-sc18is602.rst
@@ -6,7 +6,7 @@ Supported chips:

* NXP SI18IS602/602B/603

- Datasheet: https://www.nxp.com/documents/data_sheet/SC18IS602_602B_603.pdf
+ Datasheet: https://nbviewer.org/github/spidocs/spi-sc18is602/blob/main/spi-sc18is602.pdf

Author:
Guenter Roeck <[email protected]>
--
2.25.1



2023-08-03 17:28:49

by coolrrsh

[permalink] [raw]
Subject: [PATCH 10/10] Added a valid hyperlink

From: Rajeshwar R Shinde <[email protected]>

The hyperlink to datasheet in website are subject to change.
Created stable hyperlinks to view datasheets.

Signed-off-by: Rajeshwar R Shinde <[email protected]>
---
Documentation/spi/spi-lm70llp.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/spi/spi-lm70llp.rst b/Documentation/spi/spi-lm70llp.rst
index 0144e12d9..f6a416468 100644
--- a/Documentation/spi/spi-lm70llp.rst
+++ b/Documentation/spi/spi-lm70llp.rst
@@ -6,7 +6,7 @@ Supported board/chip:

* National Semiconductor LM70 LLP evaluation board

- Datasheet: http://www.national.com/pf/LM/LM70.html
+ Datasheet: https://nbviewer.org/github/spidocs/spi-lm70llp/blob/main/LM70-LLP.pdf

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

- http://www.national.com/appinfo/tempsensors/files/LM70LLPEVALmanual.pdf
+ https://nbviewer.org/github/spidocs/spi-lm70llp/blob/main/LM70-LLP_schematic.pdf

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

--
2.25.1