Commit 4f4ed454 authored by Alexander A. Klimov's avatar Alexander A. Klimov Committed by Lee Jones

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: default avatarAlexander A. Klimov <grandmaster@al2klimov.de>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent 3d858942
...@@ -26,7 +26,7 @@ Optional node: ...@@ -26,7 +26,7 @@ Optional node:
Example: Example:
/* /*
* Integrated Power Management Chip * Integrated Power Management Chip
* http://www.ti.com/lit/ds/symlink/twl6030.pdf * https://www.ti.com/lit/ds/symlink/twl6030.pdf
*/ */
twl@48 { twl@48 {
compatible = "ti,twl6030"; compatible = "ti,twl6030";
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd. * Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd.
* http://www.hisilicon.com * http://www.hisilicon.com
* Copyright (c) <2013-2017> Linaro Ltd. * Copyright (c) <2013-2017> Linaro Ltd.
* http://www.linaro.org * https://www.linaro.org
* *
* Author: Guodong Xu <guodong.xu@linaro.org> * Author: Guodong Xu <guodong.xu@linaro.org>
*/ */
......
/* /*
* Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/
* *
* Author: Keerthy <j-keerthy@ti.com> * Author: Keerthy <j-keerthy@ti.com>
* *
......
// SPDX-License-Identifier: GPL-2.0-only // SPDX-License-Identifier: GPL-2.0-only
/* /*
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
* *
* Author: Keerthy <j-keerthy@ti.com> * Author: Keerthy <j-keerthy@ti.com>
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* omap-usb-host.c - The USBHS core driver for OMAP EHCI & OHCI * omap-usb-host.c - The USBHS core driver for OMAP EHCI & OHCI
* *
* Copyright (C) 2011-2013 Texas Instruments Incorporated - http://www.ti.com * Copyright (C) 2011-2013 Texas Instruments Incorporated - https://www.ti.com
* Author: Keshava Munegowda <keshava_mgowda@ti.com> * Author: Keshava Munegowda <keshava_mgowda@ti.com>
* Author: Roger Quadros <rogerq@ti.com> * Author: Roger Quadros <rogerq@ti.com>
*/ */
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/** /**
* omap-usb-tll.c - The USB TLL driver for OMAP EHCI & OHCI * omap-usb-tll.c - The USB TLL driver for OMAP EHCI & OHCI
* *
* Copyright (C) 2012-2013 Texas Instruments Incorporated - http://www.ti.com * Copyright (C) 2012-2013 Texas Instruments Incorporated - https://www.ti.com
* Author: Keshava Munegowda <keshava_mgowda@ti.com> * Author: Keshava Munegowda <keshava_mgowda@ti.com>
* Author: Roger Quadros <rogerq@ti.com> * Author: Roger Quadros <rogerq@ti.com>
*/ */
......
/* /*
* TI Touch Screen / ADC MFD driver * TI Touch Screen / ADC MFD driver
* *
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
......
/* /*
* Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* TPS65217 chip family multi-function driver * TPS65217 chip family multi-function driver
* *
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
......
/* /*
* Driver for TPS65218 Integrated power management chipsets * Driver for TPS65218 Integrated power management chipsets
* *
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 2 as * modify it under the terms of the GNU General Public License version 2 as
......
/* /*
* Core functions for TI TPS65912x PMICs * Core functions for TI TPS65912x PMICs
* *
* Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
......
/* /*
* I2C access driver for TI TPS65912x PMICs * I2C access driver for TI TPS65912x PMICs
* *
* Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
......
/* /*
* SPI access driver for TI TPS65912x PMICs * SPI access driver for TI TPS65912x PMICs
* *
* Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
* Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd. * Copyright (c) <2011-2014> HiSilicon Technologies Co., Ltd.
* http://www.hisilicon.com * http://www.hisilicon.com
* Copyright (c) <2013-2014> Linaro Ltd. * Copyright (c) <2013-2014> Linaro Ltd.
* http://www.linaro.org * https://www.linaro.org
* *
* Author: Guodong Xu <guodong.xu@linaro.org> * Author: Guodong Xu <guodong.xu@linaro.org>
*/ */
......
/* /*
* Functions to access LP873X power management chip. * Functions to access LP873X power management chip.
* *
* Copyright (C) 2016 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2016 Texas Instruments Incorporated - https://www.ti.com/
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* /*
* Functions to access LP87565 power management chip. * Functions to access LP87565 power management chip.
* *
* Copyright (C) 2017 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2017 Texas Instruments Incorporated - https://www.ti.com/
*/ */
#ifndef __LINUX_MFD_LP87565_H #ifndef __LINUX_MFD_LP87565_H
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/* /*
* TI Touch Screen / ADC MFD driver * TI Touch Screen / ADC MFD driver
* *
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
......
/* /*
* Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Functions to access TPS65217 power management chip. * Functions to access TPS65217 power management chip.
* *
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as * modify it under the terms of the GNU General Public License as
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Functions to access TPS65219 power management chip. * Functions to access TPS65219 power management chip.
* *
* Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2014 Texas Instruments Incorporated - https://www.ti.com/
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License version 2 as * modify it under the terms of the GNU General Public License version 2 as
......
/* /*
* Copyright (C) 2015 Texas Instruments Incorporated - http://www.ti.com/ * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/
* Andrew F. Davis <afd@ti.com> * Andrew F. Davis <afd@ti.com>
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment