Commit 5a6b56de authored by Alexander A. Klimov's avatar Alexander A. Klimov Committed by Jonathan Cameron

Replace HTTP links with HTTPS ones: Documentation/devicetree/bindings/iio

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: default avatarAlexander A. Klimov <grandmaster@al2klimov.de>
Reviewed-by: Matt Ranostay <matt.ranostay@konsulko.com> #for Matt's drivers
Signed-off-by: default avatarJonathan Cameron <Jonathan.Cameron@huawei.com>
parent a777b22f
...@@ -12,8 +12,8 @@ maintainers: ...@@ -12,8 +12,8 @@ maintainers:
description: | description: |
Analog Devices ADXL345/ADXL375 3-Axis Digital Accelerometers that supports Analog Devices ADXL345/ADXL375 3-Axis Digital Accelerometers that supports
both I2C & SPI interfaces. both I2C & SPI interfaces.
http://www.analog.com/en/products/mems/accelerometers/adxl345.html https://www.analog.com/en/products/mems/accelerometers/adxl345.html
http://www.analog.com/en/products/sensors-mems/accelerometers/adxl375.html https://www.analog.com/en/products/sensors-mems/accelerometers/adxl375.html
properties: properties:
compatible: compatible:
......
...@@ -6,7 +6,7 @@ Is is programmable through an SPI interface. ...@@ -6,7 +6,7 @@ Is is programmable through an SPI interface.
The internal DACs are loaded when the LOADDACS pin is pulled down. The internal DACs are loaded when the LOADDACS pin is pulled down.
http://www.ti.com/lit/ds/sbas106/sbas106.pdf https://www.ti.com/lit/ds/sbas106/sbas106.pdf
Required Properties: Required Properties:
- compatible: Should be one of: - compatible: Should be one of:
......
...@@ -9,7 +9,7 @@ specifier is an array of one or more cells identifying the IIO ...@@ -9,7 +9,7 @@ specifier is an array of one or more cells identifying the IIO
output on a device. The length of an IIO specifier is defined by the output on a device. The length of an IIO specifier is defined by the
value of a #io-channel-cells property in the IIO provider node. value of a #io-channel-cells property in the IIO provider node.
[1] http://marc.info/?l=linux-iio&m=135902119507483&w=2 [1] https://marc.info/?l=linux-iio&m=135902119507483&w=2
==IIO providers== ==IIO providers==
......
* Avago APDS9300 ambient light sensor * Avago APDS9300 ambient light sensor
http://www.avagotech.com/docs/AV02-1077EN https://www.avagotech.com/docs/AV02-1077EN
Required properties: Required properties:
......
* Avago APDS9960 gesture/RGB/ALS/proximity sensor * Avago APDS9960 gesture/RGB/ALS/proximity sensor
http://www.avagotech.com/docs/AV02-4191EN https://www.avagotech.com/docs/AV02-4191EN
Required properties: Required properties:
......
...@@ -6,7 +6,7 @@ the optional generation of IIO events on rising/falling light threshold changes ...@@ -6,7 +6,7 @@ the optional generation of IIO events on rising/falling light threshold changes
requires the use of interrupts. Without interrupts, only the simple reading requires the use of interrupts. Without interrupts, only the simple reading
of the current light value is supported through the IIO API. of the current light value is supported through the IIO API.
http://www.ti.com/product/opt3001 https://www.ti.com/product/opt3001
Required properties: Required properties:
- compatible: should be "ti,opt3001" - compatible: should be "ti,opt3001"
......
STMicro VL6180 - ALS, range and proximity sensor STMicro VL6180 - ALS, range and proximity sensor
Link to datasheet: http://www.st.com/resource/en/datasheet/vl6180x.pdf Link to datasheet: https://www.st.com/resource/en/datasheet/vl6180x.pdf
Required properties: Required properties:
......
* Microchip MCP41010/41050/41100/42010/42050/42100 Digital Potentiometer * Microchip MCP41010/41050/41100/42010/42050/42100 Digital Potentiometer
Datasheet publicly available at: Datasheet publicly available at:
http://ww1.microchip.com/downloads/en/devicedoc/11195c.pdf https://ww1.microchip.com/downloads/en/devicedoc/11195c.pdf
The node for this driver must be a child node of a SPI controller, hence The node for this driver must be a child node of a SPI controller, hence
all mandatory properties described in all mandatory properties described in
......
* Texas Instruments LMP91000 series of potentiostats * Texas Instruments LMP91000 series of potentiostats
LMP91000: http://www.ti.com/lit/ds/symlink/lmp91000.pdf LMP91000: https://www.ti.com/lit/ds/symlink/lmp91000.pdf
LMP91002: http://www.ti.com/lit/ds/symlink/lmp91002.pdf LMP91002: https://www.ti.com/lit/ds/symlink/lmp91002.pdf
Required properties: Required properties:
......
...@@ -13,7 +13,7 @@ description: | ...@@ -13,7 +13,7 @@ description: |
Bindings for the All Sensors DLH series pressure sensors. Bindings for the All Sensors DLH series pressure sensors.
Specifications about the sensors can be found at: Specifications about the sensors can be found at:
http://www.allsensors.com/cad/DS-0355_Rev_B.PDF https://www.allsensors.com/cad/DS-0355_Rev_B.PDF
properties: properties:
compatible: compatible:
......
...@@ -17,9 +17,9 @@ description: | ...@@ -17,9 +17,9 @@ description: |
until it is received once again until it is received once again
Specifications about the devices can be found at: Specifications about the devices can be found at:
http://www.robot-electronics.co.uk/htm/srf04tech.htm https://www.robot-electronics.co.uk/htm/srf04tech.htm
http://www.maxbotix.com/documents/LV-MaxSonar-EZ_Datasheet.pdf https://www.maxbotix.com/documents/LV-MaxSonar-EZ_Datasheet.pdf
properties: properties:
compatible: compatible:
......
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