summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-12-04 07:38:59 -0500
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-12-04 07:38:59 -0500
commit991ce92f8de24cde063d531246602b6e14d3fef2 (patch)
tree566955e156e6b9bd392d5e8b598a48414ee2fa15
parent4a3d0cb06b3e4248ba4a659d7f2a7a8fa1a877fc (diff)
[media] use https://linuxtv.org for LinuxTV URLs
While https was always supported on linuxtv.org, only in Dec 3 2015 the website is using valid certificates. As we're planning to drop pure http support on some future, change all references at the media subsystem to point to the https URL instead. Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r--Documentation/DocBook/media/dvb/dvbproperty.xml2
-rw-r--r--Documentation/DocBook/media/dvb/examples.xml2
-rw-r--r--Documentation/DocBook/media/dvb/intro.xml2
-rw-r--r--Documentation/DocBook/media/v4l/capture.c.xml2
-rw-r--r--Documentation/DocBook/media/v4l/compat.xml2
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-dbg-g-chip-info.xml2
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-dbg-g-register.xml2
-rw-r--r--Documentation/DocBook/media/v4l/vidioc-enumstd.xml2
-rw-r--r--Documentation/DocBook/media_api.tmpl6
-rw-r--r--Documentation/dvb/README.dvb-usb4
-rw-r--r--Documentation/dvb/faq.txt2
-rwxr-xr-xDocumentation/dvb/get_dvb_firmware22
-rw-r--r--Documentation/dvb/readme.txt10
-rw-r--r--Documentation/video4linux/API.html2
-rw-r--r--Documentation/video4linux/fimc.txt6
-rw-r--r--drivers/media/Kconfig4
-rw-r--r--drivers/media/dvb-frontends/bsbe1-d01a.h2
-rw-r--r--drivers/media/dvb-frontends/bsbe1.h2
-rw-r--r--drivers/media/dvb-frontends/bsru6.h2
-rw-r--r--drivers/media/dvb-frontends/isl6405.c2
-rw-r--r--drivers/media/dvb-frontends/isl6405.h2
-rw-r--r--drivers/media/dvb-frontends/isl6421.c2
-rw-r--r--drivers/media/dvb-frontends/isl6421.h2
-rw-r--r--drivers/media/dvb-frontends/lnbp21.c2
-rw-r--r--drivers/media/dvb-frontends/lnbp21.h2
-rw-r--r--drivers/media/dvb-frontends/lnbp22.c2
-rw-r--r--drivers/media/dvb-frontends/lnbp22.h2
-rw-r--r--drivers/media/dvb-frontends/tdhd1.h2
-rw-r--r--drivers/media/pci/ttpci/av7110.c6
-rw-r--r--drivers/media/pci/ttpci/av7110_av.c2
-rw-r--r--drivers/media/pci/ttpci/av7110_ca.c2
-rw-r--r--drivers/media/pci/ttpci/av7110_hw.c2
-rw-r--r--drivers/media/pci/ttpci/av7110_v4l.c2
-rw-r--r--drivers/media/pci/ttpci/budget-av.c2
-rw-r--r--drivers/media/pci/ttpci/budget-ci.c2
-rw-r--r--drivers/media/pci/ttpci/budget-core.c2
-rw-r--r--drivers/media/pci/ttpci/budget-patch.c2
-rw-r--r--drivers/media/pci/ttpci/budget.c2
-rw-r--r--drivers/media/usb/dvb-usb-v2/Kconfig2
-rw-r--r--drivers/media/usb/dvb-usb/Kconfig2
-rw-r--r--include/linux/videodev2.h2
-rw-r--r--include/uapi/linux/videodev2.h2
42 files changed, 64 insertions, 64 deletions
diff --git a/Documentation/DocBook/media/dvb/dvbproperty.xml b/Documentation/DocBook/media/dvb/dvbproperty.xml
index 08227d4e9150..e579ae5088ae 100644
--- a/Documentation/DocBook/media/dvb/dvbproperty.xml
+++ b/Documentation/DocBook/media/dvb/dvbproperty.xml
@@ -76,7 +76,7 @@ int main(void)
76 76
77<para>NOTE: While it is possible to directly call the Kernel code like the 77<para>NOTE: While it is possible to directly call the Kernel code like the
78 above example, it is strongly recommended to use 78 above example, it is strongly recommended to use
79 <ulink url="http://linuxtv.org/docs/libdvbv5/index.html">libdvbv5</ulink>, 79 <ulink url="https://linuxtv.org/docs/libdvbv5/index.html">libdvbv5</ulink>,
80 as it provides abstraction to work with the supported digital TV standards 80 as it provides abstraction to work with the supported digital TV standards
81 and provides methods for usual operations like program scanning and to 81 and provides methods for usual operations like program scanning and to
82 read/write channel descriptor files.</para> 82 read/write channel descriptor files.</para>
diff --git a/Documentation/DocBook/media/dvb/examples.xml b/Documentation/DocBook/media/dvb/examples.xml
index c9f68c7183cc..837fb3b64b72 100644
--- a/Documentation/DocBook/media/dvb/examples.xml
+++ b/Documentation/DocBook/media/dvb/examples.xml
@@ -3,7 +3,7 @@
3</para> 3</para>
4<para>NOTE: This section is out of date, and the code below won't even 4<para>NOTE: This section is out of date, and the code below won't even
5 compile. Please refer to the 5 compile. Please refer to the
6 <ulink url="http://linuxtv.org/docs/libdvbv5/index.html">libdvbv5</ulink> 6 <ulink url="https://linuxtv.org/docs/libdvbv5/index.html">libdvbv5</ulink>
7 for updated/recommended examples. 7 for updated/recommended examples.
8</para> 8</para>
9 9
diff --git a/Documentation/DocBook/media/dvb/intro.xml b/Documentation/DocBook/media/dvb/intro.xml
index 51db15648099..b5b701f5d8c2 100644
--- a/Documentation/DocBook/media/dvb/intro.xml
+++ b/Documentation/DocBook/media/dvb/intro.xml
@@ -32,7 +32,7 @@ and filtering several section and PES data streams at the same time.
32new standard Linux DVB API. As a commitment to the development of 32new standard Linux DVB API. As a commitment to the development of
33terminals based on open standards, Nokia and Convergence made it 33terminals based on open standards, Nokia and Convergence made it
34available to all Linux developers and published it on 34available to all Linux developers and published it on
35<ulink url="http://www.linuxtv.org/" /> in September 2000. 35<ulink url="https://linuxtv.org" /> in September 2000.
36Convergence is the maintainer of the Linux DVB API. Together with the 36Convergence is the maintainer of the Linux DVB API. Together with the
37LinuxTV community (i.e. you, the reader of this document), the Linux DVB 37LinuxTV community (i.e. you, the reader of this document), the Linux DVB
38API will be constantly reviewed and improved. With the Linux driver for 38API will be constantly reviewed and improved. With the Linux driver for
diff --git a/Documentation/DocBook/media/v4l/capture.c.xml b/Documentation/DocBook/media/v4l/capture.c.xml
index 1c5c49a2de59..22126a991b34 100644
--- a/Documentation/DocBook/media/v4l/capture.c.xml
+++ b/Documentation/DocBook/media/v4l/capture.c.xml
@@ -5,7 +5,7 @@
5 * This program can be used and distributed without restrictions. 5 * This program can be used and distributed without restrictions.
6 * 6 *
7 * This program is provided with the V4L2 API 7 * This program is provided with the V4L2 API
8 * see http://linuxtv.org/docs.php for more information 8 * see https://linuxtv.org/docs.php for more information
9 */ 9 */
10 10
11#include &lt;stdio.h&gt; 11#include &lt;stdio.h&gt;
diff --git a/Documentation/DocBook/media/v4l/compat.xml b/Documentation/DocBook/media/v4l/compat.xml
index 5701a08ed792..5399e8904715 100644
--- a/Documentation/DocBook/media/v4l/compat.xml
+++ b/Documentation/DocBook/media/v4l/compat.xml
@@ -2666,7 +2666,7 @@ is useful to display images captured with V4L2 devices.</para>
2666 <para>V4L2 does not support digital terrestrial, cable or 2666 <para>V4L2 does not support digital terrestrial, cable or
2667satellite broadcast. A separate project aiming at digital receivers 2667satellite broadcast. A separate project aiming at digital receivers
2668exists. You can find its homepage at <ulink 2668exists. You can find its homepage at <ulink
2669url="http://linuxtv.org">http://linuxtv.org</ulink>. The Linux DVB API 2669url="https://linuxtv.org">https://linuxtv.org</ulink>. The Linux DVB API
2670has no connection to the V4L2 API except that drivers for hybrid 2670has no connection to the V4L2 API except that drivers for hybrid
2671hardware may support both.</para> 2671hardware may support both.</para>
2672 </section> 2672 </section>
diff --git a/Documentation/DocBook/media/v4l/vidioc-dbg-g-chip-info.xml b/Documentation/DocBook/media/v4l/vidioc-dbg-g-chip-info.xml
index 4c4603c135fe..f14a3bb1afaa 100644
--- a/Documentation/DocBook/media/v4l/vidioc-dbg-g-chip-info.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-dbg-g-chip-info.xml
@@ -99,7 +99,7 @@ if the driver supports writing registers to the device.</para>
99 <para>We recommended the <application>v4l2-dbg</application> 99 <para>We recommended the <application>v4l2-dbg</application>
100utility over calling this ioctl directly. It is available from the 100utility over calling this ioctl directly. It is available from the
101LinuxTV v4l-dvb repository; see <ulink 101LinuxTV v4l-dvb repository; see <ulink
102url="http://linuxtv.org/repo/">http://linuxtv.org/repo/</ulink> for 102url="https://linuxtv.org/repo/">https://linuxtv.org/repo/</ulink> for
103access instructions.</para> 103access instructions.</para>
104 104
105 <!-- Note for convenience vidioc-dbg-g-register.sgml 105 <!-- Note for convenience vidioc-dbg-g-register.sgml
diff --git a/Documentation/DocBook/media/v4l/vidioc-dbg-g-register.xml b/Documentation/DocBook/media/v4l/vidioc-dbg-g-register.xml
index 3d038e75d12b..5877f68a5820 100644
--- a/Documentation/DocBook/media/v4l/vidioc-dbg-g-register.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-dbg-g-register.xml
@@ -117,7 +117,7 @@ However when a driver supports these ioctls it must also support
117 <para>We recommended the <application>v4l2-dbg</application> 117 <para>We recommended the <application>v4l2-dbg</application>
118utility over calling these ioctls directly. It is available from the 118utility over calling these ioctls directly. It is available from the
119LinuxTV v4l-dvb repository; see <ulink 119LinuxTV v4l-dvb repository; see <ulink
120url="http://linuxtv.org/repo/">http://linuxtv.org/repo/</ulink> for 120url="https://linuxtv.org/repo/">https://linuxtv.org/repo/</ulink> for
121access instructions.</para> 121access instructions.</para>
122 122
123 <!-- Note for convenience vidioc-dbg-g-chip-info.sgml 123 <!-- Note for convenience vidioc-dbg-g-chip-info.sgml
diff --git a/Documentation/DocBook/media/v4l/vidioc-enumstd.xml b/Documentation/DocBook/media/v4l/vidioc-enumstd.xml
index 8065099401d1..f18454e91752 100644
--- a/Documentation/DocBook/media/v4l/vidioc-enumstd.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-enumstd.xml
@@ -198,7 +198,7 @@ video4linux-list@redhat.com on 17 Oct 2002
198<constant>V4L2_STD_ATSC_16_VSB</constant> are U.S. terrestrial digital 198<constant>V4L2_STD_ATSC_16_VSB</constant> are U.S. terrestrial digital
199TV standards. Presently the V4L2 API does not support digital TV. See 199TV standards. Presently the V4L2 API does not support digital TV. See
200also the Linux DVB API at <ulink 200also the Linux DVB API at <ulink
201url="http://linuxtv.org">http://linuxtv.org</ulink>.</para> 201url="https://linuxtv.org">https://linuxtv.org</ulink>.</para>
202<para><programlisting> 202<para><programlisting>
203#define V4L2_STD_PAL_BG (V4L2_STD_PAL_B |\ 203#define V4L2_STD_PAL_BG (V4L2_STD_PAL_B |\
204 V4L2_STD_PAL_B1 |\ 204 V4L2_STD_PAL_B1 |\
diff --git a/Documentation/DocBook/media_api.tmpl b/Documentation/DocBook/media_api.tmpl
index 92037033f5eb..7b77e0f7b87d 100644
--- a/Documentation/DocBook/media_api.tmpl
+++ b/Documentation/DocBook/media_api.tmpl
@@ -19,10 +19,10 @@
19<!ENTITY cs-def "<colspec colname='c1' colwidth='3*' /><colspec colname='c2' colwidth='1*' /><colspec colname='c3' colwidth='4*' /><spanspec spanname='hspan' namest='c1' nameend='c3' />"> 19<!ENTITY cs-def "<colspec colname='c1' colwidth='3*' /><colspec colname='c2' colwidth='1*' /><colspec colname='c3' colwidth='4*' /><spanspec spanname='hspan' namest='c1' nameend='c3' />">
20 20
21<!-- Video for Linux mailing list address. --> 21<!-- Video for Linux mailing list address. -->
22<!ENTITY v4l-ml "<ulink url='http://www.linuxtv.org/lists.php'>http://www.linuxtv.org/lists.php</ulink>"> 22<!ENTITY v4l-ml "<ulink url='https://linuxtv.org/lists.php'>https://linuxtv.org/lists.php</ulink>">
23 23
24<!-- LinuxTV v4l-dvb repository. --> 24<!-- LinuxTV v4l-dvb repository. -->
25<!ENTITY v4l-dvb "<ulink url='http://linuxtv.org/repo/'>http://linuxtv.org/repo/</ulink>"> 25<!ENTITY v4l-dvb "<ulink url='https://linuxtv.org/repo/'>https://linuxtv.org/repo/</ulink>">
26<!ENTITY dash-ent-8 "<entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry>"> 26<!ENTITY dash-ent-8 "<entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry>">
27<!ENTITY dash-ent-10 "<entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry>"> 27<!ENTITY dash-ent-10 "<entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry>">
28<!ENTITY dash-ent-12 "<entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry>"> 28<!ENTITY dash-ent-12 "<entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry><entry>-</entry>">
@@ -91,7 +91,7 @@
91 components, like mixers, PCM capture, PCM playback, etc, which 91 components, like mixers, PCM capture, PCM playback, etc, which
92 are controlled via ALSA API.</para> 92 are controlled via ALSA API.</para>
93 <para>For additional information and for the latest development code, 93 <para>For additional information and for the latest development code,
94 see: <ulink url="http://linuxtv.org">http://linuxtv.org</ulink>.</para> 94 see: <ulink url="https://linuxtv.org">https://linuxtv.org</ulink>.</para>
95 <para>For discussing improvements, reporting troubles, sending new drivers, etc, please mail to: <ulink url="http://vger.kernel.org/vger-lists.html#linux-media">Linux Media Mailing List (LMML).</ulink>.</para> 95 <para>For discussing improvements, reporting troubles, sending new drivers, etc, please mail to: <ulink url="http://vger.kernel.org/vger-lists.html#linux-media">Linux Media Mailing List (LMML).</ulink>.</para>
96</preface> 96</preface>
97 97
diff --git a/Documentation/dvb/README.dvb-usb b/Documentation/dvb/README.dvb-usb
index 8eb92264ee04..669dc6ce4330 100644
--- a/Documentation/dvb/README.dvb-usb
+++ b/Documentation/dvb/README.dvb-usb
@@ -45,7 +45,7 @@ Supported devices
45See the LinuxTV DVB Wiki at www.linuxtv.org for a complete list of 45See the LinuxTV DVB Wiki at www.linuxtv.org for a complete list of
46cards/drivers/firmwares: 46cards/drivers/firmwares:
47 47
48http://www.linuxtv.org/wiki/index.php/DVB_USB 48https://linuxtv.org/wiki/index.php/DVB_USB
49 49
500. History & News: 500. History & News:
51 2005-06-30 - added support for WideView WT-220U (Thanks to Steve Chang) 51 2005-06-30 - added support for WideView WT-220U (Thanks to Steve Chang)
@@ -121,7 +121,7 @@ working.
121Have a look at the Wikipage for the DVB-USB-drivers to find out, which firmware 121Have a look at the Wikipage for the DVB-USB-drivers to find out, which firmware
122you need for your device: 122you need for your device:
123 123
124http://www.linuxtv.org/wiki/index.php/DVB_USB 124https://linuxtv.org/wiki/index.php/DVB_USB
125 125
1261.2. Compiling 1261.2. Compiling
127 127
diff --git a/Documentation/dvb/faq.txt b/Documentation/dvb/faq.txt
index 97b1373f2428..a0be92012877 100644
--- a/Documentation/dvb/faq.txt
+++ b/Documentation/dvb/faq.txt
@@ -76,7 +76,7 @@ Some very frequently asked questions about linuxtv-dvb
76 the TuxBox CVS many interesting DVB applications and the dBox2 76 the TuxBox CVS many interesting DVB applications and the dBox2
77 DVB source 77 DVB source
78 78
79 http://www.linuxtv.org/downloads/ 79 https://linuxtv.org/downloads
80 DVB Swiss Army Knife library and utilities 80 DVB Swiss Army Knife library and utilities
81 81
82 http://www.nenie.org/misc/mpsys/ 82 http://www.nenie.org/misc/mpsys/
diff --git a/Documentation/dvb/get_dvb_firmware b/Documentation/dvb/get_dvb_firmware
index 91b43d2738c7..1a0a04125f71 100755
--- a/Documentation/dvb/get_dvb_firmware
+++ b/Documentation/dvb/get_dvb_firmware
@@ -152,7 +152,7 @@ sub tda10046lifeview {
152 152
153sub av7110 { 153sub av7110 {
154 my $sourcefile = "dvb-ttpci-01.fw-261d"; 154 my $sourcefile = "dvb-ttpci-01.fw-261d";
155 my $url = "http://www.linuxtv.org/downloads/firmware/$sourcefile"; 155 my $url = "https://linuxtv.org/downloads/firmware/$sourcefile";
156 my $hash = "603431b6259715a8e88f376a53b64e2f"; 156 my $hash = "603431b6259715a8e88f376a53b64e2f";
157 my $outfile = "dvb-ttpci-01.fw"; 157 my $outfile = "dvb-ttpci-01.fw";
158 158
@@ -303,7 +303,7 @@ sub vp7049 {
303} 303}
304 304
305sub dibusb { 305sub dibusb {
306 my $url = "http://www.linuxtv.org/downloads/firmware/dvb-usb-dibusb-5.0.0.11.fw"; 306 my $url = "https://linuxtv.org/downloads/firmware/dvb-usb-dibusb-5.0.0.11.fw";
307 my $outfile = "dvb-dibusb-5.0.0.11.fw"; 307 my $outfile = "dvb-dibusb-5.0.0.11.fw";
308 my $hash = "fa490295a527360ca16dcdf3224ca243"; 308 my $hash = "fa490295a527360ca16dcdf3224ca243";
309 309
@@ -351,7 +351,7 @@ sub nxt2004 {
351 351
352sub or51211 { 352sub or51211 {
353 my $fwfile = "dvb-fe-or51211.fw"; 353 my $fwfile = "dvb-fe-or51211.fw";
354 my $url = "http://linuxtv.org/downloads/firmware/$fwfile"; 354 my $url = "https://linuxtv.org/downloads/firmware/$fwfile";
355 my $hash = "d830949c771a289505bf9eafc225d491"; 355 my $hash = "d830949c771a289505bf9eafc225d491";
356 356
357 checkstandard(); 357 checkstandard();
@@ -364,7 +364,7 @@ sub or51211 {
364 364
365sub cx231xx { 365sub cx231xx {
366 my $fwfile = "v4l-cx231xx-avcore-01.fw"; 366 my $fwfile = "v4l-cx231xx-avcore-01.fw";
367 my $url = "http://linuxtv.org/downloads/firmware/$fwfile"; 367 my $url = "https://linuxtv.org/downloads/firmware/$fwfile";
368 my $hash = "7d3bb956dc9df0eafded2b56ba57cc42"; 368 my $hash = "7d3bb956dc9df0eafded2b56ba57cc42";
369 369
370 checkstandard(); 370 checkstandard();
@@ -376,7 +376,7 @@ sub cx231xx {
376} 376}
377 377
378sub cx18 { 378sub cx18 {
379 my $url = "http://linuxtv.org/downloads/firmware/"; 379 my $url = "https://linuxtv.org/downloads/firmware/";
380 380
381 my %files = ( 381 my %files = (
382 'v4l-cx23418-apu.fw' => '588f081b562f5c653a3db1ad8f65939a', 382 'v4l-cx23418-apu.fw' => '588f081b562f5c653a3db1ad8f65939a',
@@ -450,7 +450,7 @@ sub mpc718 {
450} 450}
451 451
452sub cx23885 { 452sub cx23885 {
453 my $url = "http://linuxtv.org/downloads/firmware/"; 453 my $url = "https://linuxtv.org/downloads/firmware/";
454 454
455 my %files = ( 455 my %files = (
456 'v4l-cx23885-avcore-01.fw' => 'a9f8f5d901a7fb42f552e1ee6384f3bb', 456 'v4l-cx23885-avcore-01.fw' => 'a9f8f5d901a7fb42f552e1ee6384f3bb',
@@ -472,7 +472,7 @@ sub cx23885 {
472} 472}
473 473
474sub pvrusb2 { 474sub pvrusb2 {
475 my $url = "http://linuxtv.org/downloads/firmware/"; 475 my $url = "https://linuxtv.org/downloads/firmware/";
476 476
477 my %files = ( 477 my %files = (
478 'v4l-cx25840.fw' => 'dadb79e9904fc8af96e8111d9cb59320', 478 'v4l-cx25840.fw' => 'dadb79e9904fc8af96e8111d9cb59320',
@@ -494,7 +494,7 @@ sub pvrusb2 {
494 494
495sub or51132_qam { 495sub or51132_qam {
496 my $fwfile = "dvb-fe-or51132-qam.fw"; 496 my $fwfile = "dvb-fe-or51132-qam.fw";
497 my $url = "http://linuxtv.org/downloads/firmware/$fwfile"; 497 my $url = "https://linuxtv.org/downloads/firmware/$fwfile";
498 my $hash = "7702e8938612de46ccadfe9b413cb3b5"; 498 my $hash = "7702e8938612de46ccadfe9b413cb3b5";
499 499
500 checkstandard(); 500 checkstandard();
@@ -507,7 +507,7 @@ sub or51132_qam {
507 507
508sub or51132_vsb { 508sub or51132_vsb {
509 my $fwfile = "dvb-fe-or51132-vsb.fw"; 509 my $fwfile = "dvb-fe-or51132-vsb.fw";
510 my $url = "http://linuxtv.org/downloads/firmware/$fwfile"; 510 my $url = "https://linuxtv.org/downloads/firmware/$fwfile";
511 my $hash = "c16208e02f36fc439a557ad4c613364a"; 511 my $hash = "c16208e02f36fc439a557ad4c613364a";
512 512
513 checkstandard(); 513 checkstandard();
@@ -519,7 +519,7 @@ sub or51132_vsb {
519} 519}
520 520
521sub bluebird { 521sub bluebird {
522 my $url = "http://www.linuxtv.org/download/dvb/firmware/dvb-usb-bluebird-01.fw"; 522 my $url = "https://linuxtv.org/download/dvb/firmware/dvb-usb-bluebird-01.fw";
523 my $outfile = "dvb-usb-bluebird-01.fw"; 523 my $outfile = "dvb-usb-bluebird-01.fw";
524 my $hash = "658397cb9eba9101af9031302671f49d"; 524 my $hash = "658397cb9eba9101af9031302671f49d";
525 525
@@ -677,7 +677,7 @@ sub drxk_hauppauge_hvr930c {
677} 677}
678 678
679sub drxk_terratec_h5 { 679sub drxk_terratec_h5 {
680 my $url = "http://www.linuxtv.org/downloads/firmware/"; 680 my $url = "https://linuxtv.org/downloads/firmware/";
681 my $hash = "19000dada8e2741162ccc50cc91fa7f1"; 681 my $hash = "19000dada8e2741162ccc50cc91fa7f1";
682 my $fwfile = "dvb-usb-terratec-h5-drxk.fw"; 682 my $fwfile = "dvb-usb-terratec-h5-drxk.fw";
683 683
diff --git a/Documentation/dvb/readme.txt b/Documentation/dvb/readme.txt
index 0b0380c91990..89965041a266 100644
--- a/Documentation/dvb/readme.txt
+++ b/Documentation/dvb/readme.txt
@@ -2,12 +2,12 @@ Linux Digital Video Broadcast (DVB) subsystem
2============================================= 2=============================================
3 3
4The main development site and CVS repository for these 4The main development site and CVS repository for these
5drivers is http://linuxtv.org/. 5drivers is https://linuxtv.org.
6 6
7The developer mailing list linux-dvb is also hosted there, 7The developer mailing list linux-dvb is also hosted there,
8see http://linuxtv.org/lists.php. Please check 8see https://linuxtv.org/lists.php. Please check
9the archive http://linuxtv.org/pipermail/linux-dvb/ 9the archive https://linuxtv.org/pipermail/linux-dvb/
10and the Wiki http://linuxtv.org/wiki/ 10and the Wiki https://linuxtv.org/wiki/
11before asking newbie questions on the list. 11before asking newbie questions on the list.
12 12
13API documentation, utilities and test/example programs 13API documentation, utilities and test/example programs
@@ -16,7 +16,7 @@ are available as part of the old driver package for Linux 2.4
16We plan to split this into separate packages, but it's not 16We plan to split this into separate packages, but it's not
17been done yet. 17been done yet.
18 18
19http://linuxtv.org/downloads/ 19https://linuxtv.org/downloads/
20 20
21What's inside this directory: 21What's inside this directory:
22 22
diff --git a/Documentation/video4linux/API.html b/Documentation/video4linux/API.html
index 256f8efa992c..eaf948cf1ae7 100644
--- a/Documentation/video4linux/API.html
+++ b/Documentation/video4linux/API.html
@@ -9,7 +9,7 @@
9 <table border="0"> 9 <table border="0">
10 <tr> 10 <tr>
11 <td> 11 <td>
12 <a href="http://linuxtv.org/downloads/legacy/video4linux/API/V4L1_API.html">V4L original API</a> 12 <a href="https://linuxtv.org/downloads/legacy/video4linux/API/V4L1_API.html">V4L original API</a>
13 </td> 13 </td>
14 <td> 14 <td>
15 Obsoleted by V4L2 API 15 Obsoleted by V4L2 API
diff --git a/Documentation/video4linux/fimc.txt b/Documentation/video4linux/fimc.txt
index e0c6b8bc4743..4fab231be52e 100644
--- a/Documentation/video4linux/fimc.txt
+++ b/Documentation/video4linux/fimc.txt
@@ -58,7 +58,7 @@ Not currently supported:
584.1. Media device interface 584.1. Media device interface
59 59
60The driver supports Media Controller API as defined at 60The driver supports Media Controller API as defined at
61http://linuxtv.org/downloads/v4l-dvb-apis/media_common.html 61https://linuxtv.org/downloads/v4l-dvb-apis/media_common.html
62The media device driver name is "SAMSUNG S5P FIMC". 62The media device driver name is "SAMSUNG S5P FIMC".
63 63
64The purpose of this interface is to allow changing assignment of FIMC instances 64The purpose of this interface is to allow changing assignment of FIMC instances
@@ -83,11 +83,11 @@ undefined behaviour.
834.3. Capture video node 834.3. Capture video node
84 84
85The driver supports V4L2 Video Capture Interface as defined at: 85The driver supports V4L2 Video Capture Interface as defined at:
86http://linuxtv.org/downloads/v4l-dvb-apis/devices.html 86https://linuxtv.org/downloads/v4l-dvb-apis/devices.html
87 87
88At the capture and mem-to-mem video nodes only the multi-planar API is 88At the capture and mem-to-mem video nodes only the multi-planar API is
89supported. For more details see: 89supported. For more details see:
90http://linuxtv.org/downloads/v4l-dvb-apis/planar-apis.html 90https://linuxtv.org/downloads/v4l-dvb-apis/planar-apis.html
91 91
924.4. Camera capture subdevs 924.4. Camera capture subdevs
93 93
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig
index 3ef3d6c6bbf8..9264ea73b3be 100644
--- a/drivers/media/Kconfig
+++ b/drivers/media/Kconfig
@@ -9,7 +9,7 @@ menuconfig MEDIA_SUPPORT
9 If you want to use Webcams, Video grabber devices and/or TV devices 9 If you want to use Webcams, Video grabber devices and/or TV devices
10 enable this option and other options below. 10 enable this option and other options below.
11 Additional info and docs are available on the web at 11 Additional info and docs are available on the web at
12 <http://linuxtv.org> 12 <https://linuxtv.org>
13 13
14if MEDIA_SUPPORT 14if MEDIA_SUPPORT
15 15
@@ -51,7 +51,7 @@ config MEDIA_RADIO_SUPPORT
51 Enable AM/FM radio support. 51 Enable AM/FM radio support.
52 52
53 Additional info and docs are available on the web at 53 Additional info and docs are available on the web at
54 <http://linuxtv.org> 54 <https://linuxtv.org>
55 55
56 Say Y when you have a board with radio support. 56 Say Y when you have a board with radio support.
57 57
diff --git a/drivers/media/dvb-frontends/bsbe1-d01a.h b/drivers/media/dvb-frontends/bsbe1-d01a.h
index 7ed3c424178c..baaf89e768cf 100644
--- a/drivers/media/dvb-frontends/bsbe1-d01a.h
+++ b/drivers/media/dvb-frontends/bsbe1-d01a.h
@@ -21,7 +21,7 @@
21 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 21 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
22 * 22 *
23 * 23 *
24 * the project's page is at http://www.linuxtv.org 24 * the project's page is at https://linuxtv.org
25 */ 25 */
26 26
27#ifndef BSBE1_D01A_H 27#ifndef BSBE1_D01A_H
diff --git a/drivers/media/dvb-frontends/bsbe1.h b/drivers/media/dvb-frontends/bsbe1.h
index 53e4d0dbb745..4ad766154741 100644
--- a/drivers/media/dvb-frontends/bsbe1.h
+++ b/drivers/media/dvb-frontends/bsbe1.h
@@ -19,7 +19,7 @@
19 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 19 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
20 * 20 *
21 * 21 *
22 * the project's page is at http://www.linuxtv.org 22 * the project's page is at https://linuxtv.org
23 */ 23 */
24 24
25#ifndef BSBE1_H 25#ifndef BSBE1_H
diff --git a/drivers/media/dvb-frontends/bsru6.h b/drivers/media/dvb-frontends/bsru6.h
index c2a578e1314d..275c1782597d 100644
--- a/drivers/media/dvb-frontends/bsru6.h
+++ b/drivers/media/dvb-frontends/bsru6.h
@@ -19,7 +19,7 @@
19 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 19 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
20 * 20 *
21 * 21 *
22 * the project's page is at http://www.linuxtv.org 22 * the project's page is at https://linuxtv.org
23 */ 23 */
24 24
25#ifndef BSRU6_H 25#ifndef BSRU6_H
diff --git a/drivers/media/dvb-frontends/isl6405.c b/drivers/media/dvb-frontends/isl6405.c
index b46450a10b80..6913cd687b4d 100644
--- a/drivers/media/dvb-frontends/isl6405.c
+++ b/drivers/media/dvb-frontends/isl6405.c
@@ -22,7 +22,7 @@
22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
23 * 23 *
24 * 24 *
25 * the project's page is at http://www.linuxtv.org 25 * the project's page is at https://linuxtv.org
26 */ 26 */
27#include <linux/delay.h> 27#include <linux/delay.h>
28#include <linux/errno.h> 28#include <linux/errno.h>
diff --git a/drivers/media/dvb-frontends/isl6405.h b/drivers/media/dvb-frontends/isl6405.h
index 3c148b830bd1..4a23d3bdf3e6 100644
--- a/drivers/media/dvb-frontends/isl6405.h
+++ b/drivers/media/dvb-frontends/isl6405.h
@@ -22,7 +22,7 @@
22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
23 * 23 *
24 * 24 *
25 * the project's page is at http://www.linuxtv.org 25 * the project's page is at https://linuxtv.org
26 */ 26 */
27 27
28#ifndef _ISL6405_H 28#ifndef _ISL6405_H
diff --git a/drivers/media/dvb-frontends/isl6421.c b/drivers/media/dvb-frontends/isl6421.c
index 3a4d4606a426..0b6d3837d5de 100644
--- a/drivers/media/dvb-frontends/isl6421.c
+++ b/drivers/media/dvb-frontends/isl6421.c
@@ -22,7 +22,7 @@
22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
23 * 23 *
24 * 24 *
25 * the project's page is at http://www.linuxtv.org 25 * the project's page is at https://linuxtv.org
26 */ 26 */
27#include <linux/delay.h> 27#include <linux/delay.h>
28#include <linux/errno.h> 28#include <linux/errno.h>
diff --git a/drivers/media/dvb-frontends/isl6421.h b/drivers/media/dvb-frontends/isl6421.h
index 3273597833fd..00f9874ca5a2 100644
--- a/drivers/media/dvb-frontends/isl6421.h
+++ b/drivers/media/dvb-frontends/isl6421.h
@@ -22,7 +22,7 @@
22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
23 * 23 *
24 * 24 *
25 * the project's page is at http://www.linuxtv.org 25 * the project's page is at https://linuxtv.org
26 */ 26 */
27 27
28#ifndef _ISL6421_H 28#ifndef _ISL6421_H
diff --git a/drivers/media/dvb-frontends/lnbp21.c b/drivers/media/dvb-frontends/lnbp21.c
index 4aca0fb9a8a7..6261460d93a7 100644
--- a/drivers/media/dvb-frontends/lnbp21.c
+++ b/drivers/media/dvb-frontends/lnbp21.c
@@ -22,7 +22,7 @@
22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
23 * 23 *
24 * 24 *
25 * the project's page is at http://www.linuxtv.org 25 * the project's page is at https://linuxtv.org
26 */ 26 */
27#include <linux/delay.h> 27#include <linux/delay.h>
28#include <linux/errno.h> 28#include <linux/errno.h>
diff --git a/drivers/media/dvb-frontends/lnbp21.h b/drivers/media/dvb-frontends/lnbp21.h
index a9b530de62a6..cd9101f6e579 100644
--- a/drivers/media/dvb-frontends/lnbp21.h
+++ b/drivers/media/dvb-frontends/lnbp21.h
@@ -21,7 +21,7 @@
21 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 21 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
22 * 22 *
23 * 23 *
24 * the project's page is at http://www.linuxtv.org 24 * the project's page is at https://linuxtv.org
25 */ 25 */
26 26
27#ifndef _LNBP21_H 27#ifndef _LNBP21_H
diff --git a/drivers/media/dvb-frontends/lnbp22.c b/drivers/media/dvb-frontends/lnbp22.c
index d7ca0fdd0084..5c5fd04fd4a7 100644
--- a/drivers/media/dvb-frontends/lnbp22.c
+++ b/drivers/media/dvb-frontends/lnbp22.c
@@ -22,7 +22,7 @@
22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
23 * 23 *
24 * 24 *
25 * the project's page is at http://www.linuxtv.org 25 * the project's page is at https://linuxtv.org
26 */ 26 */
27#include <linux/delay.h> 27#include <linux/delay.h>
28#include <linux/errno.h> 28#include <linux/errno.h>
diff --git a/drivers/media/dvb-frontends/lnbp22.h b/drivers/media/dvb-frontends/lnbp22.h
index 628148385182..5d01d92814c2 100644
--- a/drivers/media/dvb-frontends/lnbp22.h
+++ b/drivers/media/dvb-frontends/lnbp22.h
@@ -22,7 +22,7 @@
22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 22 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
23 * 23 *
24 * 24 *
25 * the project's page is at http://www.linuxtv.org 25 * the project's page is at https://linuxtv.org
26 */ 26 */
27 27
28#ifndef _LNBP22_H 28#ifndef _LNBP22_H
diff --git a/drivers/media/dvb-frontends/tdhd1.h b/drivers/media/dvb-frontends/tdhd1.h
index 17750985db0c..2b9e8732c802 100644
--- a/drivers/media/dvb-frontends/tdhd1.h
+++ b/drivers/media/dvb-frontends/tdhd1.h
@@ -20,7 +20,7 @@
20 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 20 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
21 * 21 *
22 * 22 *
23 * The project's page is at http://www.linuxtv.org 23 * The project's page is at https://linuxtv.org
24 */ 24 */
25 25
26#ifndef TDHD1_H 26#ifndef TDHD1_H
diff --git a/drivers/media/pci/ttpci/av7110.c b/drivers/media/pci/ttpci/av7110.c
index f89364951ebd..5e18b6796ed9 100644
--- a/drivers/media/pci/ttpci/av7110.c
+++ b/drivers/media/pci/ttpci/av7110.c
@@ -26,7 +26,7 @@
26 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 26 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
27 * 27 *
28 * 28 *
29 * the project's page is at http://www.linuxtv.org/ 29 * the project's page is at https://linuxtv.org
30 */ 30 */
31 31
32 32
@@ -1537,7 +1537,7 @@ static int get_firmware(struct av7110* av7110)
1537 printk(KERN_ERR "dvb-ttpci: usually this should be in " 1537 printk(KERN_ERR "dvb-ttpci: usually this should be in "
1538 "/usr/lib/hotplug/firmware or /lib/firmware\n"); 1538 "/usr/lib/hotplug/firmware or /lib/firmware\n");
1539 printk(KERN_ERR "dvb-ttpci: and can be downloaded from" 1539 printk(KERN_ERR "dvb-ttpci: and can be downloaded from"
1540 " http://www.linuxtv.org/download/dvb/firmware/\n"); 1540 " https://linuxtv.org/download/dvb/firmware/\n");
1541 } else 1541 } else
1542 printk(KERN_ERR "dvb-ttpci: cannot request firmware" 1542 printk(KERN_ERR "dvb-ttpci: cannot request firmware"
1543 " (error %i)\n", ret); 1543 " (error %i)\n", ret);
@@ -2314,7 +2314,7 @@ static int frontend_init(struct av7110 *av7110)
2314/* Budgetpatch note: 2314/* Budgetpatch note:
2315 * Original hardware design by Roberto Deza: 2315 * Original hardware design by Roberto Deza:
2316 * There is a DVB_Wiki at 2316 * There is a DVB_Wiki at
2317 * http://www.linuxtv.org/ 2317 * https://linuxtv.org
2318 * 2318 *
2319 * New software triggering design by Emard that works on 2319 * New software triggering design by Emard that works on
2320 * original Roberto Deza's hardware: 2320 * original Roberto Deza's hardware:
diff --git a/drivers/media/pci/ttpci/av7110_av.c b/drivers/media/pci/ttpci/av7110_av.c
index 1cf906047353..6fc748e22017 100644
--- a/drivers/media/pci/ttpci/av7110_av.c
+++ b/drivers/media/pci/ttpci/av7110_av.c
@@ -25,7 +25,7 @@
25 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 25 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
26 * 26 *
27 * 27 *
28 * the project's page is at http://www.linuxtv.org/ 28 * the project's page is at https://linuxtv.org
29 */ 29 */
30 30
31#include <linux/types.h> 31#include <linux/types.h>
diff --git a/drivers/media/pci/ttpci/av7110_ca.c b/drivers/media/pci/ttpci/av7110_ca.c
index a6079b90252a..bc4c65ffd4b9 100644
--- a/drivers/media/pci/ttpci/av7110_ca.c
+++ b/drivers/media/pci/ttpci/av7110_ca.c
@@ -25,7 +25,7 @@
25 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 25 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
26 * 26 *
27 * 27 *
28 * the project's page is at http://www.linuxtv.org/ 28 * the project's page is at https://linuxtv.org
29 */ 29 */
30 30
31#include <linux/kernel.h> 31#include <linux/kernel.h>
diff --git a/drivers/media/pci/ttpci/av7110_hw.c b/drivers/media/pci/ttpci/av7110_hw.c
index 300bd3c94738..0583d56ef5ef 100644
--- a/drivers/media/pci/ttpci/av7110_hw.c
+++ b/drivers/media/pci/ttpci/av7110_hw.c
@@ -22,7 +22,7 @@
22 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 23 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
24 * 24 *
25 * the project's page is at http://www.linuxtv.org/ 25 * the project's page is at https://linuxtv.org
26 */ 26 */
27 27
28/* for debugging ARM communication: */ 28/* for debugging ARM communication: */
diff --git a/drivers/media/pci/ttpci/av7110_v4l.c b/drivers/media/pci/ttpci/av7110_v4l.c
index 6c4076acb131..479aff02db81 100644
--- a/drivers/media/pci/ttpci/av7110_v4l.c
+++ b/drivers/media/pci/ttpci/av7110_v4l.c
@@ -22,7 +22,7 @@
22 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 22 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
23 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 23 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
24 * 24 *
25 * the project's page is at http://www.linuxtv.org/ 25 * the project's page is at https://linuxtv.org
26 */ 26 */
27 27
28#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 28#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
diff --git a/drivers/media/pci/ttpci/budget-av.c b/drivers/media/pci/ttpci/budget-av.c
index f1f7360c01ba..6f0d0161970e 100644
--- a/drivers/media/pci/ttpci/budget-av.c
+++ b/drivers/media/pci/ttpci/budget-av.c
@@ -30,7 +30,7 @@
30 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 30 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
31 * 31 *
32 * 32 *
33 * the project's page is at http://www.linuxtv.org/ 33 * the project's page is at https://linuxtv.org
34 */ 34 */
35 35
36#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 36#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
diff --git a/drivers/media/pci/ttpci/budget-ci.c b/drivers/media/pci/ttpci/budget-ci.c
index 1feeeff3681b..7b27af4d9658 100644
--- a/drivers/media/pci/ttpci/budget-ci.c
+++ b/drivers/media/pci/ttpci/budget-ci.c
@@ -26,7 +26,7 @@
26 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 26 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
27 * 27 *
28 * 28 *
29 * the project's page is at http://www.linuxtv.org/ 29 * the project's page is at https://linuxtv.org
30 */ 30 */
31 31
32#include <linux/module.h> 32#include <linux/module.h>
diff --git a/drivers/media/pci/ttpci/budget-core.c b/drivers/media/pci/ttpci/budget-core.c
index e9674b40007c..6d42dcfd4825 100644
--- a/drivers/media/pci/ttpci/budget-core.c
+++ b/drivers/media/pci/ttpci/budget-core.c
@@ -31,7 +31,7 @@
31 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 31 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
32 * 32 *
33 * 33 *
34 * the project's page is at http://www.linuxtv.org/ 34 * the project's page is at https://linuxtv.org
35 */ 35 */
36 36
37 37
diff --git a/drivers/media/pci/ttpci/budget-patch.c b/drivers/media/pci/ttpci/budget-patch.c
index b5b65962ce8f..591dbdfa2a13 100644
--- a/drivers/media/pci/ttpci/budget-patch.c
+++ b/drivers/media/pci/ttpci/budget-patch.c
@@ -27,7 +27,7 @@
27 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 27 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
28 * 28 *
29 * 29 *
30 * the project's page is at http://www.linuxtv.org/ 30 * the project's page is at https://linuxtv.org
31 */ 31 */
32 32
33#include "av7110.h" 33#include "av7110.h"
diff --git a/drivers/media/pci/ttpci/budget.c b/drivers/media/pci/ttpci/budget.c
index 99972beca262..de54310a2660 100644
--- a/drivers/media/pci/ttpci/budget.c
+++ b/drivers/media/pci/ttpci/budget.c
@@ -31,7 +31,7 @@
31 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html 31 * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
32 * 32 *
33 * 33 *
34 * the project's page is at http://www.linuxtv.org/ 34 * the project's page is at https://linuxtv.org
35 */ 35 */
36 36
37#include "budget.h" 37#include "budget.h"
diff --git a/drivers/media/usb/dvb-usb-v2/Kconfig b/drivers/media/usb/dvb-usb-v2/Kconfig
index 9facc92c8dea..3dc8ef004f8b 100644
--- a/drivers/media/usb/dvb-usb-v2/Kconfig
+++ b/drivers/media/usb/dvb-usb-v2/Kconfig
@@ -9,7 +9,7 @@ config DVB_USB_V2
9 <file:Documentation/dvb/README.dvb-usb>. 9 <file:Documentation/dvb/README.dvb-usb>.
10 10
11 For a complete list of supported USB devices see the LinuxTV DVB Wiki: 11 For a complete list of supported USB devices see the LinuxTV DVB Wiki:
12 <http://www.linuxtv.org/wiki/index.php/DVB_USB> 12 <https://linuxtv.org/wiki/index.php/DVB_USB>
13 13
14 Say Y if you own a USB DVB device. 14 Say Y if you own a USB DVB device.
15 15
diff --git a/drivers/media/usb/dvb-usb/Kconfig b/drivers/media/usb/dvb-usb/Kconfig
index 128eee61570d..f03b0b70c901 100644
--- a/drivers/media/usb/dvb-usb/Kconfig
+++ b/drivers/media/usb/dvb-usb/Kconfig
@@ -9,7 +9,7 @@ config DVB_USB
9 <file:Documentation/dvb/README.dvb-usb>. 9 <file:Documentation/dvb/README.dvb-usb>.
10 10
11 For a complete list of supported USB devices see the LinuxTV DVB Wiki: 11 For a complete list of supported USB devices see the LinuxTV DVB Wiki:
12 <http://www.linuxtv.org/wiki/index.php/DVB_USB> 12 <https://linuxtv.org/wiki/index.php/DVB_USB>
13 13
14 Say Y if you own a USB DVB device. 14 Say Y if you own a USB DVB device.
15 15
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index 73ea2fb04731..16c0ed6c50a7 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -46,7 +46,7 @@
46 * All kernel-specific stuff were moved to media/v4l2-dev.h, so 46 * All kernel-specific stuff were moved to media/v4l2-dev.h, so
47 * no #if __KERNEL tests are allowed here 47 * no #if __KERNEL tests are allowed here
48 * 48 *
49 * See http://linuxtv.org for more info 49 * See https://linuxtv.org for more info
50 * 50 *
51 * Author: Bill Dirks <bill@thedirks.org> 51 * Author: Bill Dirks <bill@thedirks.org>
52 * Justin Schoeman 52 * Justin Schoeman
diff --git a/include/uapi/linux/videodev2.h b/include/uapi/linux/videodev2.h
index 0014529606e2..65f4449dd56e 100644
--- a/include/uapi/linux/videodev2.h
+++ b/include/uapi/linux/videodev2.h
@@ -46,7 +46,7 @@
46 * All kernel-specific stuff were moved to media/v4l2-dev.h, so 46 * All kernel-specific stuff were moved to media/v4l2-dev.h, so
47 * no #if __KERNEL tests are allowed here 47 * no #if __KERNEL tests are allowed here
48 * 48 *
49 * See http://linuxtv.org for more info 49 * See https://linuxtv.org for more info
50 * 50 *
51 * Author: Bill Dirks <bill@thedirks.org> 51 * Author: Bill Dirks <bill@thedirks.org>
52 * Justin Schoeman 52 * Justin Schoeman