Skip to content

Commit 4f4ed45

Browse files
Al2KlimovLee Jones
authored andcommitted
mfd: 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> Signed-off-by: Lee Jones <lee.jones@linaro.org>
1 parent 3d85894 commit 4f4ed45

21 files changed

Lines changed: 21 additions & 21 deletions

Documentation/devicetree/bindings/mfd/twl-family.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Optional node:
2626
Example:
2727
/*
2828
* Integrated Power Management Chip
29-
* http://www.ti.com/lit/ds/symlink/twl6030.pdf
29+
* https://www.ti.com/lit/ds/symlink/twl6030.pdf
3030
*/
3131
twl@48 {
3232
compatible = "ti,twl6030";

drivers/mfd/hi6421-pmic-core.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-2017> Linaro Ltd.
8-
* http://www.linaro.org
8+
* https://www.linaro.org
99
*
1010
* Author: Guodong Xu <guodong.xu@linaro.org>
1111
*/

drivers/mfd/lp873x.c

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

drivers/mfd/lp87565.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-only
22
/*
3-
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/
3+
* Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
44
*
55
* Author: Keerthy <j-keerthy@ti.com>
66
*/

drivers/mfd/omap-usb-host.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* omap-usb-host.c - The USBHS core driver for OMAP EHCI & OHCI
44
*
5-
* Copyright (C) 2011-2013 Texas Instruments Incorporated - http://www.ti.com
5+
* Copyright (C) 2011-2013 Texas Instruments Incorporated - https://www.ti.com
66
* Author: Keshava Munegowda <keshava_mgowda@ti.com>
77
* Author: Roger Quadros <rogerq@ti.com>
88
*/

drivers/mfd/omap-usb-tll.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* omap-usb-tll.c - The USB TLL driver for OMAP EHCI & OHCI
44
*
5-
* Copyright (C) 2012-2013 Texas Instruments Incorporated - http://www.ti.com
5+
* Copyright (C) 2012-2013 Texas Instruments Incorporated - https://www.ti.com
66
* Author: Keshava Munegowda <keshava_mgowda@ti.com>
77
* Author: Roger Quadros <rogerq@ti.com>
88
*/

drivers/mfd/ti_am335x_tscadc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* TI Touch Screen / ADC MFD driver
33
*
4-
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/
4+
* Copyright (C) 2012 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 as

drivers/mfd/tps65086.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
* Andrew F. Davis <afd@ti.com>
44
*
55
* This program is free software; you can redistribute it and/or

drivers/mfd/tps65217.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* TPS65217 chip family multi-function driver
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

drivers/mfd/tps65218.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Driver for TPS65218 Integrated power management chipsets
33
*
4-
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
4+
* Copyright (C) 2014 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

0 commit comments

Comments
 (0)