diff options
Diffstat (limited to 'drivers/media/i2c')
32 files changed, 32 insertions, 319 deletions
diff --git a/drivers/media/i2c/adv7170.c b/drivers/media/i2c/adv7170.c index 739331473429..e4e8fda51ad8 100644 --- a/drivers/media/i2c/adv7170.c +++ b/drivers/media/i2c/adv7170.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * adv7170 - adv7170, adv7171 video encoder driver version 0.0.1 | 3 | * adv7170 - adv7170, adv7171 video encoder driver version 0.0.1 |
3 | * | 4 | * |
@@ -12,16 +13,6 @@ | |||
12 | * | 13 | * |
13 | * Changes by Ronald Bultje <rbultje@ronald.bitfreak.net> | 14 | * Changes by Ronald Bultje <rbultje@ronald.bitfreak.net> |
14 | * - moved over to linux>=2.4.x i2c protocol (1/1/2003) | 15 | * - moved over to linux>=2.4.x i2c protocol (1/1/2003) |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License as published by | ||
18 | * the Free Software Foundation; either version 2 of the License, or | ||
19 | * (at your option) any later version. | ||
20 | * | ||
21 | * This program is distributed in the hope that it will be useful, | ||
22 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
23 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
24 | * GNU General Public License for more details. | ||
25 | */ | 16 | */ |
26 | 17 | ||
27 | #include <linux/module.h> | 18 | #include <linux/module.h> |
diff --git a/drivers/media/i2c/adv7175.c b/drivers/media/i2c/adv7175.c index 419b98117133..0cdd8e033197 100644 --- a/drivers/media/i2c/adv7175.c +++ b/drivers/media/i2c/adv7175.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * adv7175 - adv7175a video encoder driver version 0.0.3 | 3 | * adv7175 - adv7175a video encoder driver version 0.0.3 |
3 | * | 4 | * |
@@ -8,16 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Changes by Ronald Bultje <rbultje@ronald.bitfreak.net> | 10 | * Changes by Ronald Bultje <rbultje@ronald.bitfreak.net> |
10 | * - moved over to linux>=2.4.x i2c protocol (9/9/2002) | 11 | * - moved over to linux>=2.4.x i2c protocol (9/9/2002) |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | * | ||
17 | * This program is distributed in the hope that it will be useful, | ||
18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
20 | * GNU General Public License for more details. | ||
21 | */ | 12 | */ |
22 | 13 | ||
23 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/drivers/media/i2c/bt819.c b/drivers/media/i2c/bt819.c index e6d3fe7790bc..43336175c7d9 100644 --- a/drivers/media/i2c/bt819.c +++ b/drivers/media/i2c/bt819.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * bt819 - BT819A VideoStream Decoder (Rockwell Part) | 3 | * bt819 - BT819A VideoStream Decoder (Rockwell Part) |
3 | * | 4 | * |
@@ -12,16 +13,6 @@ | |||
12 | * | 13 | * |
13 | * This code was modify/ported from the saa7111 driver written | 14 | * This code was modify/ported from the saa7111 driver written |
14 | * by Dave Perks. | 15 | * by Dave Perks. |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License as published by | ||
18 | * the Free Software Foundation; either version 2 of the License, or | ||
19 | * (at your option) any later version. | ||
20 | * | ||
21 | * This program is distributed in the hope that it will be useful, | ||
22 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
23 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
24 | * GNU General Public License for more details. | ||
25 | */ | 16 | */ |
26 | 17 | ||
27 | #include <linux/module.h> | 18 | #include <linux/module.h> |
diff --git a/drivers/media/i2c/bt856.c b/drivers/media/i2c/bt856.c index 2c039ae7d0b2..c134fda270a1 100644 --- a/drivers/media/i2c/bt856.c +++ b/drivers/media/i2c/bt856.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * bt856 - BT856A Digital Video Encoder (Rockwell Part) | 3 | * bt856 - BT856A Digital Video Encoder (Rockwell Part) |
3 | * | 4 | * |
@@ -12,16 +13,6 @@ | |||
12 | * | 13 | * |
13 | * Changes by Ronald Bultje <rbultje@ronald.bitfreak.net> | 14 | * Changes by Ronald Bultje <rbultje@ronald.bitfreak.net> |
14 | * - moved over to linux>=2.4.x i2c protocol (9/9/2002) | 15 | * - moved over to linux>=2.4.x i2c protocol (9/9/2002) |
15 | * | ||
16 | * This program is free software; you can redistribute it and/or modify | ||
17 | * it under the terms of the GNU General Public License as published by | ||
18 | * the Free Software Foundation; either version 2 of the License, or | ||
19 | * (at your option) any later version. | ||
20 | * | ||
21 | * This program is distributed in the hope that it will be useful, | ||
22 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
23 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
24 | * GNU General Public License for more details. | ||
25 | */ | 16 | */ |
26 | 17 | ||
27 | #include <linux/module.h> | 18 | #include <linux/module.h> |
diff --git a/drivers/media/i2c/cs3308.c b/drivers/media/i2c/cs3308.c index 7da5f69cace6..ebe55e261bff 100644 --- a/drivers/media/i2c/cs3308.c +++ b/drivers/media/i2c/cs3308.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Cirrus Logic cs3308 8-Channel Analog Volume Control | 3 | * Cirrus Logic cs3308 8-Channel Analog Volume Control |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * Copyright (C) 2012 Steven Toth <stoth@kernellabs.com> | 6 | * Copyright (C) 2012 Steven Toth <stoth@kernellabs.com> |
6 | * | 7 | * |
7 | * Derived from cs5345.c Copyright (C) 2007 Hans Verkuil | 8 | * Derived from cs5345.c Copyright (C) 2007 Hans Verkuil |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | 11 | ||
diff --git a/drivers/media/i2c/cs5345.c b/drivers/media/i2c/cs5345.c index 03e80278dc10..f6dd5edf77dd 100644 --- a/drivers/media/i2c/cs5345.c +++ b/drivers/media/i2c/cs5345.c | |||
@@ -1,16 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * cs5345 Cirrus Logic 24-bit, 192 kHz Stereo Audio ADC | 3 | * cs5345 Cirrus Logic 24-bit, 192 kHz Stereo Audio ADC |
3 | * Copyright (C) 2007 Hans Verkuil | 4 | * Copyright (C) 2007 Hans Verkuil |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License as published by | ||
7 | * the Free Software Foundation; either version 2 of the License, or | ||
8 | * (at your option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | */ | 5 | */ |
15 | 6 | ||
16 | 7 | ||
diff --git a/drivers/media/i2c/cs53l32a.c b/drivers/media/i2c/cs53l32a.c index ef4bdbae4531..9a411106cfb3 100644 --- a/drivers/media/i2c/cs53l32a.c +++ b/drivers/media/i2c/cs53l32a.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * cs53l32a (Adaptec AVC-2010 and AVC-2410) i2c ivtv driver. | 3 | * cs53l32a (Adaptec AVC-2010 and AVC-2410) i2c ivtv driver. |
3 | * Copyright (C) 2005 Martin Vaughan | 4 | * Copyright (C) 2005 Martin Vaughan |
4 | * | 5 | * |
5 | * Audio source switching for Adaptec AVC-2410 added by Trev Jackson | 6 | * Audio source switching for Adaptec AVC-2410 added by Trev Jackson |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | 9 | ||
diff --git a/drivers/media/i2c/cx25840/cx25840-audio.c b/drivers/media/i2c/cx25840/cx25840-audio.c index dfe94b84f1fb..eb77ba088097 100644 --- a/drivers/media/i2c/cx25840/cx25840-audio.c +++ b/drivers/media/i2c/cx25840/cx25840-audio.c | |||
@@ -1,14 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* cx25840 audio functions | 2 | /* cx25840 audio functions |
2 | * | ||
3 | * This program is free software; you can redistribute it and/or | ||
4 | * modify it under the terms of the GNU General Public License | ||
5 | * as published by the Free Software Foundation; either version 2 | ||
6 | * of the License, or (at your option) any later version. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 3 | */ |
13 | 4 | ||
14 | 5 | ||
diff --git a/drivers/media/i2c/cx25840/cx25840-core.c b/drivers/media/i2c/cx25840/cx25840-core.c index 8b0b8b5aa531..3ecf79d242f2 100644 --- a/drivers/media/i2c/cx25840/cx25840-core.c +++ b/drivers/media/i2c/cx25840/cx25840-core.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* cx25840 - Conexant CX25840 audio/video decoder driver | 2 | /* cx25840 - Conexant CX25840 audio/video decoder driver |
2 | * | 3 | * |
3 | * Copyright (C) 2004 Ulf Eklund | 4 | * Copyright (C) 2004 Ulf Eklund |
@@ -20,16 +21,6 @@ | |||
20 | * | 21 | * |
21 | * CX23888 DIF support for the HVR1850 | 22 | * CX23888 DIF support for the HVR1850 |
22 | * Copyright (C) 2011 Steven Toth <stoth@kernellabs.com> | 23 | * Copyright (C) 2011 Steven Toth <stoth@kernellabs.com> |
23 | * | ||
24 | * This program is free software; you can redistribute it and/or | ||
25 | * modify it under the terms of the GNU General Public License | ||
26 | * as published by the Free Software Foundation; either version 2 | ||
27 | * of the License, or (at your option) any later version. | ||
28 | * | ||
29 | * This program is distributed in the hope that it will be useful, | ||
30 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
31 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
32 | * GNU General Public License for more details. | ||
33 | */ | 24 | */ |
34 | 25 | ||
35 | 26 | ||
diff --git a/drivers/media/i2c/cx25840/cx25840-core.h b/drivers/media/i2c/cx25840/cx25840-core.h index e3ff1d7ec770..7fa5787635ea 100644 --- a/drivers/media/i2c/cx25840/cx25840-core.h +++ b/drivers/media/i2c/cx25840/cx25840-core.h | |||
@@ -1,16 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* cx25840 internal API header | 2 | /* cx25840 internal API header |
2 | * | 3 | * |
3 | * Copyright (C) 2003-2004 Chris Kennedy | 4 | * Copyright (C) 2003-2004 Chris Kennedy |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or | ||
6 | * modify it under the terms of the GNU General Public License | ||
7 | * as published by the Free Software Foundation; either version 2 | ||
8 | * of the License, or (at your option) any later version. | ||
9 | * | ||
10 | * This program is distributed in the hope that it will be useful, | ||
11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
13 | * GNU General Public License for more details. | ||
14 | */ | 5 | */ |
15 | 6 | ||
16 | #ifndef _CX25840_CORE_H_ | 7 | #ifndef _CX25840_CORE_H_ |
diff --git a/drivers/media/i2c/cx25840/cx25840-firmware.c b/drivers/media/i2c/cx25840/cx25840-firmware.c index a7819c463674..02df45ccf57c 100644 --- a/drivers/media/i2c/cx25840/cx25840-firmware.c +++ b/drivers/media/i2c/cx25840/cx25840-firmware.c | |||
@@ -1,14 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* cx25840 firmware functions | 2 | /* cx25840 firmware functions |
2 | * | ||
3 | * This program is free software; you can redistribute it and/or | ||
4 | * modify it under the terms of the GNU General Public License | ||
5 | * as published by the Free Software Foundation; either version 2 | ||
6 | * of the License, or (at your option) any later version. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 3 | */ |
13 | 4 | ||
14 | #include <linux/module.h> | 5 | #include <linux/module.h> |
diff --git a/drivers/media/i2c/cx25840/cx25840-ir.c b/drivers/media/i2c/cx25840/cx25840-ir.c index a266118cd7ca..2181c8a347fc 100644 --- a/drivers/media/i2c/cx25840/cx25840-ir.c +++ b/drivers/media/i2c/cx25840/cx25840-ir.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Driver for the Conexant CX2584x Audio/Video decoder chip and related cores | 3 | * Driver for the Conexant CX2584x Audio/Video decoder chip and related cores |
3 | * | 4 | * |
4 | * Integrated Consumer Infrared Controller | 5 | * Integrated Consumer Infrared Controller |
5 | * | 6 | * |
6 | * Copyright (C) 2010 Andy Walls <awalls@md.metrocast.net> | 7 | * Copyright (C) 2010 Andy Walls <awalls@md.metrocast.net> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version 2 | ||
11 | * of the License, or (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #include <linux/slab.h> | 10 | #include <linux/slab.h> |
diff --git a/drivers/media/i2c/cx25840/cx25840-vbi.c b/drivers/media/i2c/cx25840/cx25840-vbi.c index 8c99a79fb726..643335f0f827 100644 --- a/drivers/media/i2c/cx25840/cx25840-vbi.c +++ b/drivers/media/i2c/cx25840/cx25840-vbi.c | |||
@@ -1,14 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* cx25840 VBI functions | 2 | /* cx25840 VBI functions |
2 | * | ||
3 | * This program is free software; you can redistribute it and/or | ||
4 | * modify it under the terms of the GNU General Public License | ||
5 | * as published by the Free Software Foundation; either version 2 | ||
6 | * of the License, or (at your option) any later version. | ||
7 | * | ||
8 | * This program is distributed in the hope that it will be useful, | ||
9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
11 | * GNU General Public License for more details. | ||
12 | */ | 3 | */ |
13 | 4 | ||
14 | 5 | ||
diff --git a/drivers/media/i2c/ks0127.c b/drivers/media/i2c/ks0127.c index 5905ed6f8397..c077f53b9c30 100644 --- a/drivers/media/i2c/ks0127.c +++ b/drivers/media/i2c/ks0127.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Video Capture Driver (Video for Linux 1/2) | 3 | * Video Capture Driver (Video for Linux 1/2) |
3 | * for the Matrox Marvel G200,G400 and Rainbow Runner-G series | 4 | * for the Matrox Marvel G200,G400 and Rainbow Runner-G series |
@@ -6,16 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (C) 1999 Ryan Drake <stiletto@mediaone.net> | 8 | * Copyright (C) 1999 Ryan Drake <stiletto@mediaone.net> |
8 | * | 9 | * |
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * as published by the Free Software Foundation; either version 2 | ||
12 | * of the License, or (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | * | ||
19 | ***************************************************************************** | 10 | ***************************************************************************** |
20 | * | 11 | * |
21 | * Modified and extended by | 12 | * Modified and extended by |
diff --git a/drivers/media/i2c/ks0127.h b/drivers/media/i2c/ks0127.h index 636b70a984f7..333d1d1e9d53 100644 --- a/drivers/media/i2c/ks0127.h +++ b/drivers/media/i2c/ks0127.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* | 2 | /* |
2 | * Video Capture Driver ( Video for Linux 1/2 ) | 3 | * Video Capture Driver ( Video for Linux 1/2 ) |
3 | * for the Matrox Marvel G200,G400 and Rainbow Runner-G series | 4 | * for the Matrox Marvel G200,G400 and Rainbow Runner-G series |
@@ -5,16 +6,6 @@ | |||
5 | * This module is an interface to the KS0127 video decoder chip. | 6 | * This module is an interface to the KS0127 video decoder chip. |
6 | * | 7 | * |
7 | * Copyright (C) 1999 Ryan Drake <stiletto@mediaone.net> | 8 | * Copyright (C) 1999 Ryan Drake <stiletto@mediaone.net> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or | ||
10 | * modify it under the terms of the GNU General Public License | ||
11 | * as published by the Free Software Foundation; either version 2 | ||
12 | * of the License, or (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #ifndef KS0127_H | 11 | #ifndef KS0127_H |
diff --git a/drivers/media/i2c/m52790.c b/drivers/media/i2c/m52790.c index a7a8f9a4e45c..0a1efc1417bc 100644 --- a/drivers/media/i2c/m52790.c +++ b/drivers/media/i2c/m52790.c | |||
@@ -1,18 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * m52790 i2c ivtv driver. | 3 | * m52790 i2c ivtv driver. |
3 | * Copyright (C) 2007 Hans Verkuil | 4 | * Copyright (C) 2007 Hans Verkuil |
4 | * | 5 | * |
5 | * A/V source switching Mitsubishi M52790SP/FP | 6 | * A/V source switching Mitsubishi M52790SP/FP |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify | ||
8 | * it under the terms of the GNU General Public License as published by | ||
9 | * the Free Software Foundation; either version 2 of the License, or | ||
10 | * (at your option) any later version. | ||
11 | * | ||
12 | * This program is distributed in the hope that it will be useful, | ||
13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
15 | * GNU General Public License for more details. | ||
16 | */ | 7 | */ |
17 | 8 | ||
18 | 9 | ||
diff --git a/drivers/media/i2c/msp3400-driver.c b/drivers/media/i2c/msp3400-driver.c index 522fb1d561e7..39530d43590e 100644 --- a/drivers/media/i2c/msp3400-driver.c +++ b/drivers/media/i2c/msp3400-driver.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Programming the mspx4xx sound processor family | 3 | * Programming the mspx4xx sound processor family |
3 | * | 4 | * |
@@ -29,16 +30,6 @@ | |||
29 | * | 30 | * |
30 | * 980623 Thomas Sailer (sailer@ife.ee.ethz.ch) | 31 | * 980623 Thomas Sailer (sailer@ife.ee.ethz.ch) |
31 | * using soundcore instead of OSS | 32 | * using soundcore instead of OSS |
32 | * | ||
33 | * This program is free software; you can redistribute it and/or | ||
34 | * modify it under the terms of the GNU General Public License | ||
35 | * as published by the Free Software Foundation; either version 2 | ||
36 | * of the License, or (at your option) any later version. | ||
37 | * | ||
38 | * This program is distributed in the hope that it will be useful, | ||
39 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
40 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
41 | * GNU General Public License for more details. | ||
42 | */ | 33 | */ |
43 | 34 | ||
44 | 35 | ||
diff --git a/drivers/media/i2c/msp3400-kthreads.c b/drivers/media/i2c/msp3400-kthreads.c index dc6cb8d475b3..d3b0d1c18efd 100644 --- a/drivers/media/i2c/msp3400-kthreads.c +++ b/drivers/media/i2c/msp3400-kthreads.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Programming the mspx4xx sound processor family | 3 | * Programming the mspx4xx sound processor family |
3 | * | 4 | * |
4 | * (c) 1997-2001 Gerd Knorr <kraxel@bytesex.org> | 5 | * (c) 1997-2001 Gerd Knorr <kraxel@bytesex.org> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or | ||
7 | * modify it under the terms of the GNU General Public License | ||
8 | * as published by the Free Software Foundation; either version 2 | ||
9 | * of the License, or (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | */ | 6 | */ |
16 | 7 | ||
17 | 8 | ||
diff --git a/drivers/media/i2c/ov5645.c b/drivers/media/i2c/ov5645.c index 785f326ac519..124c8df04633 100644 --- a/drivers/media/i2c/ov5645.c +++ b/drivers/media/i2c/ov5645.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * Driver for the OV5645 camera sensor. | 3 | * Driver for the OV5645 camera sensor. |
3 | * | 4 | * |
@@ -14,15 +15,6 @@ | |||
14 | */ | 15 | */ |
15 | 16 | ||
16 | /* | 17 | /* |
17 | * This program is free software; you can redistribute it and/or modify | ||
18 | * it under the terms of the GNU General Public License as published by | ||
19 | * the Free Software Foundation; either version 2 of the License, or | ||
20 | * (at your option) any later version. | ||
21 | |||
22 | * This program is distributed in the hope that it will be useful, | ||
23 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
24 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
25 | * GNU General Public License for more details. | ||
26 | */ | 18 | */ |
27 | 19 | ||
28 | #include <linux/bitops.h> | 20 | #include <linux/bitops.h> |
diff --git a/drivers/media/i2c/saa7110.c b/drivers/media/i2c/saa7110.c index 63fe521752a1..0c7a9ce0a693 100644 --- a/drivers/media/i2c/saa7110.c +++ b/drivers/media/i2c/saa7110.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * saa7110 - Philips SAA7110(A) video decoder driver | 3 | * saa7110 - Philips SAA7110(A) video decoder driver |
3 | * | 4 | * |
@@ -9,16 +10,6 @@ | |||
9 | * | 10 | * |
10 | * Changes by Ronald Bultje <rbultje@ronald.bitfreak.net> | 11 | * Changes by Ronald Bultje <rbultje@ronald.bitfreak.net> |
11 | * - moved over to linux>=2.4.x i2c protocol (1/1/2003) | 12 | * - moved over to linux>=2.4.x i2c protocol (1/1/2003) |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | */ | 13 | */ |
23 | 14 | ||
24 | #include <linux/module.h> | 15 | #include <linux/module.h> |
diff --git a/drivers/media/i2c/saa7127.c b/drivers/media/i2c/saa7127.c index a67865b810c0..891192f6412a 100644 --- a/drivers/media/i2c/saa7127.c +++ b/drivers/media/i2c/saa7127.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * saa7127 - Philips SAA7127/SAA7129 video encoder driver | 3 | * saa7127 - Philips SAA7127/SAA7129 video encoder driver |
3 | * | 4 | * |
@@ -31,16 +32,6 @@ | |||
31 | * macrovision anti-taping support. This driver will almost certainly | 32 | * macrovision anti-taping support. This driver will almost certainly |
32 | * work fine for those chips, except of course for the missing anti-taping | 33 | * work fine for those chips, except of course for the missing anti-taping |
33 | * support. | 34 | * support. |
34 | * | ||
35 | * This program is free software; you can redistribute it and/or modify | ||
36 | * it under the terms of the GNU General Public License as published by | ||
37 | * the Free Software Foundation; either version 2 of the License, or | ||
38 | * (at your option) any later version. | ||
39 | * | ||
40 | * This program is distributed in the hope that it will be useful, | ||
41 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
42 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
43 | * GNU General Public License for more details. | ||
44 | */ | 35 | */ |
45 | 36 | ||
46 | 37 | ||
diff --git a/drivers/media/i2c/saa717x.c b/drivers/media/i2c/saa717x.c index 86b8b65ea683..ba103a6a1875 100644 --- a/drivers/media/i2c/saa717x.c +++ b/drivers/media/i2c/saa717x.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * saa717x - Philips SAA717xHL video decoder driver | 3 | * saa717x - Philips SAA717xHL video decoder driver |
3 | * | 4 | * |
@@ -14,16 +15,6 @@ | |||
14 | * Note: this is a reversed engineered driver based on captures from | 15 | * Note: this is a reversed engineered driver based on captures from |
15 | * the I2C bus under Windows. This chip is very similar to the saa7134, | 16 | * the I2C bus under Windows. This chip is very similar to the saa7134, |
16 | * though. Unfortunately, this driver is currently only working for NTSC. | 17 | * though. Unfortunately, this driver is currently only working for NTSC. |
17 | * | ||
18 | * This program is free software; you can redistribute it and/or modify | ||
19 | * it under the terms of the GNU General Public License as published by | ||
20 | * the Free Software Foundation; either version 2 of the License, or | ||
21 | * (at your option) any later version. | ||
22 | * | ||
23 | * This program is distributed in the hope that it will be useful, | ||
24 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
25 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
26 | * GNU General Public License for more details. | ||
27 | */ | 18 | */ |
28 | 19 | ||
29 | #include <linux/module.h> | 20 | #include <linux/module.h> |
diff --git a/drivers/media/i2c/saa7185.c b/drivers/media/i2c/saa7185.c index 0e27fafaef2d..7a04422df8c8 100644 --- a/drivers/media/i2c/saa7185.c +++ b/drivers/media/i2c/saa7185.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * saa7185 - Philips SAA7185B video encoder driver version 0.0.3 | 3 | * saa7185 - Philips SAA7185B video encoder driver version 0.0.3 |
3 | * | 4 | * |
@@ -8,16 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Changes by Ronald Bultje <rbultje@ronald.bitfreak.net> | 10 | * Changes by Ronald Bultje <rbultje@ronald.bitfreak.net> |
10 | * - moved over to linux>=2.4.x i2c protocol (1/1/2003) | 11 | * - moved over to linux>=2.4.x i2c protocol (1/1/2003) |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | * | ||
17 | * This program is distributed in the hope that it will be useful, | ||
18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
20 | * GNU General Public License for more details. | ||
21 | */ | 12 | */ |
22 | 13 | ||
23 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/drivers/media/i2c/tlv320aic23b.c b/drivers/media/i2c/tlv320aic23b.c index 6ac26986f6a2..e4c21990fea9 100644 --- a/drivers/media/i2c/tlv320aic23b.c +++ b/drivers/media/i2c/tlv320aic23b.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * tlv320aic23b - driver version 0.0.1 | 3 | * tlv320aic23b - driver version 0.0.1 |
3 | * | 4 | * |
@@ -7,16 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Copyright (C) 2004 Ulf Eklund <ivtv at eklund.to> | 9 | * Copyright (C) 2004 Ulf Eklund <ivtv at eklund.to> |
9 | * Copyright (C) 2005 Hans Verkuil <hverkuil@xs4all.nl> | 10 | * Copyright (C) 2005 Hans Verkuil <hverkuil@xs4all.nl> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or modify | ||
12 | * it under the terms of the GNU General Public License as published by | ||
13 | * the Free Software Foundation; either version 2 of the License, or | ||
14 | * (at your option) any later version. | ||
15 | * | ||
16 | * This program is distributed in the hope that it will be useful, | ||
17 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
18 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
19 | * GNU General Public License for more details. | ||
20 | */ | 11 | */ |
21 | 12 | ||
22 | #include <linux/module.h> | 13 | #include <linux/module.h> |
diff --git a/drivers/media/i2c/tvp7002.c b/drivers/media/i2c/tvp7002.c index cab2f2bd0aa9..1b8175cab017 100644 --- a/drivers/media/i2c/tvp7002.c +++ b/drivers/media/i2c/tvp7002.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics | 2 | /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics |
2 | * Digitizer with Horizontal PLL registers | 3 | * Digitizer with Horizontal PLL registers |
3 | * | 4 | * |
@@ -9,16 +10,6 @@ | |||
9 | * the TVP514x driver written by Vaibhav Hiremath <hvaibhav@ti.com> | 10 | * the TVP514x driver written by Vaibhav Hiremath <hvaibhav@ti.com> |
10 | * and the TVP7002 driver in the TI LSP 2.10.00.14. Revisions by | 11 | * and the TVP7002 driver in the TI LSP 2.10.00.14. Revisions by |
11 | * Muralidharan Karicheri and Snehaprabha Narnakaje (TI). | 12 | * Muralidharan Karicheri and Snehaprabha Narnakaje (TI). |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | */ | 13 | */ |
23 | #include <linux/delay.h> | 14 | #include <linux/delay.h> |
24 | #include <linux/i2c.h> | 15 | #include <linux/i2c.h> |
diff --git a/drivers/media/i2c/tvp7002_reg.h b/drivers/media/i2c/tvp7002_reg.h index 7f56ba689dfe..ef3cc9965e55 100644 --- a/drivers/media/i2c/tvp7002_reg.h +++ b/drivers/media/i2c/tvp7002_reg.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||
1 | /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics | 2 | /* Texas Instruments Triple 8-/10-BIT 165-/110-MSPS Video and Graphics |
2 | * Digitizer with Horizontal PLL registers | 3 | * Digitizer with Horizontal PLL registers |
3 | * | 4 | * |
@@ -8,16 +9,6 @@ | |||
8 | * written by Mauro Carvalho Chehab <mchehab@kernel.org>, | 9 | * written by Mauro Carvalho Chehab <mchehab@kernel.org>, |
9 | * the TVP514x driver written by Vaibhav Hiremath <hvaibhav@ti.com> | 10 | * the TVP514x driver written by Vaibhav Hiremath <hvaibhav@ti.com> |
10 | * and the TVP7002 driver in the TI LSP 2.10.00.14 | 11 | * and the TVP7002 driver in the TI LSP 2.10.00.14 |
11 | * | ||
12 | * This program is free software; you can redistribute it and/or modify | ||
13 | * it under the terms of the GNU General Public License as published by | ||
14 | * the Free Software Foundation; either version 2 of the License, or | ||
15 | * (at your option) any later version. | ||
16 | * | ||
17 | * This program is distributed in the hope that it will be useful, | ||
18 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
20 | * GNU General Public License for more details. | ||
21 | */ | 12 | */ |
22 | 13 | ||
23 | /* Naming conventions | 14 | /* Naming conventions |
diff --git a/drivers/media/i2c/upd64031a.c b/drivers/media/i2c/upd64031a.c index 7ad5d51dfbc3..ef35c6574785 100644 --- a/drivers/media/i2c/upd64031a.c +++ b/drivers/media/i2c/upd64031a.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * upd64031A - NEC Electronics Ghost Reduction for NTSC in Japan | 3 | * upd64031A - NEC Electronics Ghost Reduction for NTSC in Japan |
3 | * | 4 | * |
4 | * 2003 by T.Adachi <tadachi@tadachi-net.com> | 5 | * 2003 by T.Adachi <tadachi@tadachi-net.com> |
5 | * 2003 by Takeru KOMORIYA <komoriya@paken.org> | 6 | * 2003 by Takeru KOMORIYA <komoriya@paken.org> |
6 | * 2006 by Hans Verkuil <hverkuil@xs4all.nl> | 7 | * 2006 by Hans Verkuil <hverkuil@xs4all.nl> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify | ||
9 | * it under the terms of the GNU General Public License as published by | ||
10 | * the Free Software Foundation; either version 2 of the License, or | ||
11 | * (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | 10 | ||
diff --git a/drivers/media/i2c/upd64083.c b/drivers/media/i2c/upd64083.c index c7fdd7c163cb..d6a1698caa2a 100644 --- a/drivers/media/i2c/upd64083.c +++ b/drivers/media/i2c/upd64083.c | |||
@@ -1,19 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * upd6408x - NEC Electronics 3-Dimensional Y/C separation driver | 3 | * upd6408x - NEC Electronics 3-Dimensional Y/C separation driver |
3 | * | 4 | * |
4 | * 2003 by T.Adachi (tadachi@tadachi-net.com) | 5 | * 2003 by T.Adachi (tadachi@tadachi-net.com) |
5 | * 2003 by Takeru KOMORIYA <komoriya@paken.org> | 6 | * 2003 by Takeru KOMORIYA <komoriya@paken.org> |
6 | * 2006 by Hans Verkuil <hverkuil@xs4all.nl> | 7 | * 2006 by Hans Verkuil <hverkuil@xs4all.nl> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or | ||
9 | * modify it under the terms of the GNU General Public License | ||
10 | * as published by the Free Software Foundation; either version 2 | ||
11 | * of the License, or (at your option) any later version. | ||
12 | * | ||
13 | * This program is distributed in the hope that it will be useful, | ||
14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
16 | * GNU General Public License for more details. | ||
17 | */ | 8 | */ |
18 | 9 | ||
19 | #include <linux/module.h> | 10 | #include <linux/module.h> |
diff --git a/drivers/media/i2c/vp27smpx.c b/drivers/media/i2c/vp27smpx.c index c6611a3f2b3d..492af8749fca 100644 --- a/drivers/media/i2c/vp27smpx.c +++ b/drivers/media/i2c/vp27smpx.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * vp27smpx - driver version 0.0.1 | 3 | * vp27smpx - driver version 0.0.1 |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Based on a tvaudio patch from Takahiro Adachi <tadachi@tadachi-net.com> | 7 | * Based on a tvaudio patch from Takahiro Adachi <tadachi@tadachi-net.com> |
7 | * and Kazuhiko Kawakami <kazz-0@mail.goo.ne.jp> | 8 | * and Kazuhiko Kawakami <kazz-0@mail.goo.ne.jp> |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/drivers/media/i2c/vpx3220.c b/drivers/media/i2c/vpx3220.c index c3549fa55b62..39f66e7a0e42 100644 --- a/drivers/media/i2c/vpx3220.c +++ b/drivers/media/i2c/vpx3220.c | |||
@@ -1,17 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * vpx3220a, vpx3216b & vpx3214c video decoder driver version 0.0.1 | 3 | * vpx3220a, vpx3216b & vpx3214c video decoder driver version 0.0.1 |
3 | * | 4 | * |
4 | * Copyright (C) 2001 Laurent Pinchart <lpinchart@freegates.be> | 5 | * Copyright (C) 2001 Laurent Pinchart <lpinchart@freegates.be> |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License as published by | ||
8 | * the Free Software Foundation; either version 2 of the License, or | ||
9 | * (at your option) any later version. | ||
10 | * | ||
11 | * This program is distributed in the hope that it will be useful, | ||
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
14 | * GNU General Public License for more details. | ||
15 | */ | 6 | */ |
16 | 7 | ||
17 | #include <linux/module.h> | 8 | #include <linux/module.h> |
diff --git a/drivers/media/i2c/wm8739.c b/drivers/media/i2c/wm8739.c index 23464d0641fe..ed533834db54 100644 --- a/drivers/media/i2c/wm8739.c +++ b/drivers/media/i2c/wm8739.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * wm8739 | 3 | * wm8739 |
3 | * | 4 | * |
@@ -5,16 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Copyright (C) 2005 Hans Verkuil <hverkuil@xs4all.nl> | 7 | * Copyright (C) 2005 Hans Verkuil <hverkuil@xs4all.nl> |
7 | * - Cleanup | 8 | * - Cleanup |
8 | * | ||
9 | * This program is free software; you can redistribute it and/or modify | ||
10 | * it under the terms of the GNU General Public License as published by | ||
11 | * the Free Software Foundation; either version 2 of the License, or | ||
12 | * (at your option) any later version. | ||
13 | * | ||
14 | * This program is distributed in the hope that it will be useful, | ||
15 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
16 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
17 | * GNU General Public License for more details. | ||
18 | */ | 9 | */ |
19 | 10 | ||
20 | #include <linux/module.h> | 11 | #include <linux/module.h> |
diff --git a/drivers/media/i2c/wm8775.c b/drivers/media/i2c/wm8775.c index 704bccf0d4b2..d4c83c39892a 100644 --- a/drivers/media/i2c/wm8775.c +++ b/drivers/media/i2c/wm8775.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-or-later | ||
1 | /* | 2 | /* |
2 | * wm8775 - driver version 0.0.1 | 3 | * wm8775 - driver version 0.0.1 |
3 | * | 4 | * |
@@ -9,16 +10,6 @@ | |||
9 | * - Cleanup | 10 | * - Cleanup |
10 | * - V4L2 API update | 11 | * - V4L2 API update |
11 | * - sound fixes | 12 | * - sound fixes |
12 | * | ||
13 | * This program is free software; you can redistribute it and/or modify | ||
14 | * it under the terms of the GNU General Public License as published by | ||
15 | * the Free Software Foundation; either version 2 of the License, or | ||
16 | * (at your option) any later version. | ||
17 | * | ||
18 | * This program is distributed in the hope that it will be useful, | ||
19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
21 | * GNU General Public License for more details. | ||
22 | */ | 13 | */ |
23 | 14 | ||
24 | #include <linux/module.h> | 15 | #include <linux/module.h> |