Skip to content

Commit 2ca76b3

Browse files
Al2Klimovbroonie
authored andcommitted
regulator: Replace HTTP links with HTTPS ones
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 neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`: 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 <grandmaster@al2klimov.de> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20200719200623.61524-1-grandmaster@al2klimov.de Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 175a1d8 commit 2ca76b3

12 files changed

Lines changed: 13 additions & 13 deletions

Documentation/devicetree/bindings/regulator/lp872x.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Optional properties:
3737
(Documentation/devicetree/bindings/regulator/regulator.txt)
3838

3939
Datasheet
40-
- LP8720: http://www.ti.com/lit/ds/symlink/lp8720.pdf
41-
- LP8725: http://www.ti.com/lit/ds/symlink/lp8725.pdf
40+
- LP8720: https://www.ti.com/lit/ds/symlink/lp8720.pdf
41+
- LP8725: https://www.ti.com/lit/ds/symlink/lp8725.pdf
4242

4343
Example 1) LP8720
4444

drivers/regulator/hi6421-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd.
66
// http://www.hisilicon.com
77
// Copyright (c) <2013-2014> Linaro Ltd.
8-
// http://www.linaro.org
8+
// https://www.linaro.org
99
//
1010
// Author: Guodong Xu <guodong.xu@linaro.org>
1111

drivers/regulator/hi6421v530-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Copyright (c) <2017> HiSilicon Technologies Co., Ltd.
66
// http://www.hisilicon.com
77
// Copyright (c) <2017> Linaro Ltd.
8-
// http://www.linaro.org
8+
// https://www.linaro.org
99
//
1010
// Author: Wang Xiaoyin <hw.wangxiaoyin@hisilicon.com>
1111
// Guodong Xu <guodong.xu@linaro.org>

drivers/regulator/lp873x-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Regulator driver for LP873X PMIC
33
*
4-
* Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/
4+
* Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/
55
*
66
* This program is free software; you can redistribute it and/or
77
* modify it under the terms of the GNU General Public License version 2 as

drivers/regulator/lp87565-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Regulator driver for LP87565 PMIC
44
*
5-
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
5+
* Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
66
*/
77

88
#include <linux/module.h>

drivers/regulator/pbias-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* pbias-regulator.c
33
*
4-
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
4+
* Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/
55
* Author: Balaji T K <balajitk@ti.com>
66
*
77
* This program is free software; you can redistribute it and/or

drivers/regulator/tps65023-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Supports TPS65023 Regulator
55
*
6-
* Copyright (C) 2009 Texas Instrument Incorporated - http://www.ti.com/
6+
* Copyright (C) 2009 Texas Instrument Incorporated - https://www.ti.com/
77
*
88
* This program is free software; you can redistribute it and/or
99
* modify it under the terms of the GNU General Public License as

drivers/regulator/tps6507x-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Regulator driver for TPS65073 PMIC
55
*
6-
* Copyright (C) 2009 Texas Instrument Incorporated - http://www.ti.com/
6+
* Copyright (C) 2009 Texas Instrument Incorporated - https://www.ti.com/
77
*
88
* This program is free software; you can redistribute it and/or
99
* modify it under the terms of the GNU General Public License as

drivers/regulator/tps65086-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/
2+
* Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/
33
*
44
* Author: Andrew F. Davis <afd@ti.com>
55
*

drivers/regulator/tps65217-regulator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Regulator driver for TPS65217 PMIC
55
*
6-
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
6+
* Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
77
*
88
* This program is free software; you can redistribute it and/or
99
* modify it under the terms of the GNU General Public License as

0 commit comments

Comments
 (0)