Skip to content
Snippets Groups Projects
Commit db4694e6 authored by Alexander A. Klimov's avatar Alexander A. Klimov Committed by Wolfram Sang
Browse files

i2c: bcm2835: 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.

Signed-off-by: default avatarAlexander A. Klimov <grandmaster@al2klimov.de>
[wsa: shortened commit message]
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent cee807cf
No related branches found
No related tags found
No related merge requests found
......@@ -392,7 +392,7 @@ static const struct i2c_algorithm bcm2835_i2c_algo = {
/*
* The BCM2835 was reported to have problems with clock stretching:
* http://www.advamation.com/knowhow/raspberrypi/rpi-i2c-bug.html
* https://www.advamation.com/knowhow/raspberrypi/rpi-i2c-bug.html
* https://www.raspberrypi.org/forums/viewtopic.php?p=146272
*/
static const struct i2c_adapter_quirks bcm2835_i2c_quirks = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment