Skip to content

Commit 5f1d897

Browse files
Al2Klimovbebarino
authored andcommitted
Replace HTTP links with HTTPS ones: Common CLK framework
Rationale: Reduces attack surface on kernel devs opening the links for MITM as HTTPS traffic is much harder to manipulate. Deterministic algorithm: For each file: If not .svg: For each line: If doesn't contain `\bxmlns\b`: For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`: If both the HTTP and HTTPS versions return 200 OK and serve the same content: Replace HTTP with HTTPS. Signed-off-by: Alexander A. Klimov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent b3a9e3b commit 5f1d897

File tree

14 files changed

+19
-19
lines changed

14 files changed

+19
-19
lines changed

Documentation/devicetree/bindings/clock/clock-bindings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ specifier is an array of zero, one or more cells identifying the clock
99
output on a device. The length of a clock specifier is defined by the
1010
value of a #clock-cells property in the clock provider node.
1111

12-
[1] http://patchwork.ozlabs.org/patch/31551/
12+
[1] https://patchwork.ozlabs.org/patch/31551/
1313

1414
==Clock providers==
1515

Documentation/devicetree/bindings/clock/silabs,si514.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ found in the datasheet[2].
66

77
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
88
[2] Si514 datasheet
9-
http://www.silabs.com/Support%20Documents/TechnicalDocs/si514.pdf
9+
https://www.silabs.com/Support%20Documents/TechnicalDocs/si514.pdf
1010

1111
Required properties:
1212
- compatible: Shall be "silabs,si514"

Documentation/devicetree/bindings/clock/silabs,si5351.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Binding for Silicon Labs Si5351a/b/c programmable i2c clock generator.
22

33
Reference
44
[1] Si5351A/B/C Data Sheet
5-
http://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
5+
https://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
66

77
The Si5351a/b/c are programmable i2c clock generators with up to 8 output
88
clocks. Si5351a also has a reduced pin-count package (MSOP10) where only

Documentation/devicetree/bindings/clock/silabs,si570.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ found in the data sheets[2][3].
77

88
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
99
[2] Si570/571 Data Sheet
10-
http://www.silabs.com/Support%20Documents/TechnicalDocs/si570.pdf
10+
https://www.silabs.com/Support%20Documents/TechnicalDocs/si570.pdf
1111
[3] Si598/599 Data Sheet
12-
http://www.silabs.com/Support%20Documents/TechnicalDocs/si598-99.pdf
12+
https://www.silabs.com/Support%20Documents/TechnicalDocs/si598-99.pdf
1313

1414
Required properties:
1515
- compatible: Shall be one of "silabs,si570", "silabs,si571",

Documentation/devicetree/bindings/clock/ti,cdce706.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Bindings for Texas Instruments CDCE706 programmable 3-PLL clock
22
synthesizer/multiplier/divider.
33

4-
Reference: http://www.ti.com/lit/ds/symlink/cdce706.pdf
4+
Reference: https://www.ti.com/lit/ds/symlink/cdce706.pdf
55

66
I2C device node required properties:
77
- compatible: shall be "ti,cdce706".

Documentation/devicetree/bindings/clock/ti,cdce925.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Reference
44
This binding uses the common clock binding[1].
55

66
[1] Documentation/devicetree/bindings/clock/clock-bindings.txt
7-
[2] http://www.ti.com/product/cdce913
8-
[3] http://www.ti.com/product/cdce925
9-
[4] http://www.ti.com/product/cdce937
10-
[5] http://www.ti.com/product/cdce949
7+
[2] https://www.ti.com/product/cdce913
8+
[3] https://www.ti.com/product/cdce925
9+
[4] https://www.ti.com/product/cdce937
10+
[5] https://www.ti.com/product/cdce949
1111

1212
The driver provides clock sources for each output Y1 through Y5.
1313

drivers/clk/clk-cdce706.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Copyright (c) 2014 Cadence Design Systems Inc.
66
*
7-
* Reference: http://www.ti.com/lit/ds/symlink/cdce706.pdf
7+
* Reference: https://www.ti.com/lit/ds/symlink/cdce706.pdf
88
*/
99

1010
#include <linux/clk.h>

drivers/clk/clk-gpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* Copyright (C) 2013 - 2014 Texas Instruments Incorporated - http://www.ti.com
3+
* Copyright (C) 2013 - 2014 Texas Instruments Incorporated - https://www.ti.com
44
*
55
* Authors:
66
* Jyri Sarha <[email protected]>

drivers/clk/clk-si5351.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
*
88
* References:
99
* [1] "Si5351A/B/C Data Sheet"
10-
* http://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
10+
* https://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351.pdf
1111
* [2] "Manually Generating an Si5351 Register Map"
12-
* http://www.silabs.com/Support%20Documents/TechnicalDocs/AN619.pdf
12+
* https://www.silabs.com/Support%20Documents/TechnicalDocs/AN619.pdf
1313
*/
1414

1515
#include <linux/module.h>

drivers/clk/keystone/sci-clk.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* SCI Clock driver for keystone based devices
33
*
4-
* Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/
4+
* Copyright (C) 2015-2016 Texas Instruments Incorporated - https://www.ti.com/
55
* Tero Kristo <[email protected]>
66
*
77
* This program is free software; you can redistribute it and/or modify

0 commit comments

Comments
 (0)