diff options
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r-- | drivers/media/i2c/ak881x.c | 5 | ||||
-rw-r--r-- | drivers/media/i2c/lm3646.c | 5 | ||||
-rw-r--r-- | drivers/media/i2c/mt9m111.c | 5 | ||||
-rw-r--r-- | drivers/media/i2c/mt9p031.c | 5 | ||||
-rw-r--r-- | drivers/media/i2c/mt9t001.c | 5 | ||||
-rw-r--r-- | drivers/media/i2c/mt9v032.c | 5 | ||||
-rw-r--r-- | drivers/media/i2c/ov2640.c | 5 | ||||
-rw-r--r-- | drivers/media/i2c/ov6650.c | 5 | ||||
-rw-r--r-- | drivers/media/i2c/ov9650.c | 5 | ||||
-rw-r--r-- | drivers/media/i2c/s5k5baf.c | 5 | ||||
-rw-r--r-- | drivers/media/i2c/s5k6a3.c | 5 |
11 files changed, 11 insertions, 44 deletions
diff --git a/drivers/media/i2c/ak881x.c b/drivers/media/i2c/ak881x.c index 30f9db1351b9..e79be9bebe5a 100644 --- a/drivers/media/i2c/ak881x.c +++ b/drivers/media/i2c/ak881x.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for AK8813 / AK8814 TV-ecoders from Asahi Kasei Microsystems Co., Ltd. (AKM) | 3 | * Driver for AK8813 / AK8814 TV-ecoders from Asahi Kasei Microsystems Co., Ltd. (AKM) |
3 | * | 4 | * |
4 | * Copyright (C) 2010, Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 5 | * Copyright (C) 2010, Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
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 version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | 7 | ||
11 | #include <linux/i2c.h> | 8 | #include <linux/i2c.h> |
diff --git a/drivers/media/i2c/lm3646.c b/drivers/media/i2c/lm3646.c index 73fbe3c37fc9..d8a8853f9a2b 100644 --- a/drivers/media/i2c/lm3646.c +++ b/drivers/media/i2c/lm3646.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * drivers/media/i2c/lm3646.c | 3 | * drivers/media/i2c/lm3646.c |
3 | * General device driver for TI lm3646, Dual FLASH LED Driver | 4 | * General device driver for TI lm3646, Dual FLASH LED Driver |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Contact: Daniel Jeong <gshark.jeong@gmail.com> | 8 | * Contact: Daniel Jeong <gshark.jeong@gmail.com> |
8 | * Ldd-Mlp <ldd-mlp@list.ti.com> | 9 | * Ldd-Mlp <ldd-mlp@list.ti.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or | ||
11 | * modify it under the terms of the GNU General Public License | ||
12 | * version 2 as published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/delay.h> | 12 | #include <linux/delay.h> |
diff --git a/drivers/media/i2c/mt9m111.c b/drivers/media/i2c/mt9m111.c index 5168bb5880c4..362c3b93636e 100644 --- a/drivers/media/i2c/mt9m111.c +++ b/drivers/media/i2c/mt9m111.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for MT9M111/MT9M112/MT9M131 CMOS Image Sensor from Micron/Aptina | 3 | * Driver for MT9M111/MT9M112/MT9M131 CMOS Image Sensor from Micron/Aptina |
3 | * | 4 | * |
4 | * Copyright (C) 2008, Robert Jarzmik <robert.jarzmik@free.fr> | 5 | * Copyright (C) 2008, Robert Jarzmik <robert.jarzmik@free.fr> |
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 version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #include <linux/videodev2.h> | 7 | #include <linux/videodev2.h> |
11 | #include <linux/slab.h> | 8 | #include <linux/slab.h> |
diff --git a/drivers/media/i2c/mt9p031.c b/drivers/media/i2c/mt9p031.c index 715be3632b01..5e186ea7391b 100644 --- a/drivers/media/i2c/mt9p031.c +++ b/drivers/media/i2c/mt9p031.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for MT9P031 CMOS Image Sensor from Aptina | 3 | * Driver for MT9P031 CMOS Image Sensor from Aptina |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Copyright (C) 2011, Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 7 | * Copyright (C) 2011, Guennadi Liakhovetski <g.liakhovetski@gmx.de> |
7 | * | 8 | * |
8 | * Based on the MT9V032 driver and Bastian Hecht's code. | 9 | * Based on the MT9V032 driver and Bastian Hecht's code. |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/clk.h> | 12 | #include <linux/clk.h> |
diff --git a/drivers/media/i2c/mt9t001.c b/drivers/media/i2c/mt9t001.c index f683d2cb0486..2e96ff5234b4 100644 --- a/drivers/media/i2c/mt9t001.c +++ b/drivers/media/i2c/mt9t001.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for MT9T001 CMOS Image Sensor from Aptina (Micron) | 3 | * Driver for MT9T001 CMOS Image Sensor from Aptina (Micron) |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Based on the MT9M001 driver, | 7 | * Based on the MT9M001 driver, |
7 | * | 8 | * |
8 | * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de> | 9 | * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/clk.h> | 12 | #include <linux/clk.h> |
diff --git a/drivers/media/i2c/mt9v032.c b/drivers/media/i2c/mt9v032.c index 67f69ad6ecf4..4b9b98cf6674 100644 --- a/drivers/media/i2c/mt9v032.c +++ b/drivers/media/i2c/mt9v032.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for MT9V022, MT9V024, MT9V032, and MT9V034 CMOS Image Sensors | 3 | * Driver for MT9V022, MT9V024, MT9V032, and MT9V034 CMOS Image Sensors |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Based on the MT9M001 driver, | 7 | * Based on the MT9M001 driver, |
7 | * | 8 | * |
8 | * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de> | 9 | * Copyright (C) 2008, Guennadi Liakhovetski <kernel@pengutronix.de> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/clk.h> | 12 | #include <linux/clk.h> |
diff --git a/drivers/media/i2c/ov2640.c b/drivers/media/i2c/ov2640.c index 83031cfc7914..b744a203eb9b 100644 --- a/drivers/media/i2c/ov2640.c +++ b/drivers/media/i2c/ov2640.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ov2640 Camera Driver | 3 | * ov2640 Camera Driver |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Copyright 2005-2009 Freescale Semiconductor, Inc. All Rights Reserved. | 9 | * Copyright 2005-2009 Freescale Semiconductor, Inc. All Rights Reserved. |
9 | * Copyright (C) 2006, OmniVision | 10 | * Copyright (C) 2006, OmniVision |
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 version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/init.h> | 13 | #include <linux/init.h> |
diff --git a/drivers/media/i2c/ov6650.c b/drivers/media/i2c/ov6650.c index 1b972e591b48..7f7c933b5cf4 100644 --- a/drivers/media/i2c/ov6650.c +++ b/drivers/media/i2c/ov6650.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * V4L2 subdevice driver for OmniVision OV6650 Camera Sensor | 3 | * V4L2 subdevice driver for OmniVision OV6650 Camera Sensor |
3 | * | 4 | * |
@@ -18,10 +19,6 @@ | |||
18 | * Hardware specific bits initially based on former work by Matt Callow | 19 | * Hardware specific bits initially based on former work by Matt Callow |
19 | * drivers/media/video/omap/sensor_ov6650.c | 20 | * drivers/media/video/omap/sensor_ov6650.c |
20 | * Copyright (C) 2006 Matt Callow | 21 | * Copyright (C) 2006 Matt Callow |
21 | * | ||
22 | * This program is free software; you can redistribute it and/or modify | ||
23 | * it under the terms of the GNU General Public License version 2 as | ||
24 | * published by the Free Software Foundation. | ||
25 | */ | 22 | */ |
26 | 23 | ||
27 | #include <linux/bitops.h> | 24 | #include <linux/bitops.h> |
diff --git a/drivers/media/i2c/ov9650.c b/drivers/media/i2c/ov9650.c index eefd57ec2a73..30ab2225fbd0 100644 --- a/drivers/media/i2c/ov9650.c +++ b/drivers/media/i2c/ov9650.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Omnivision OV9650/OV9652 CMOS Image Sensor driver | 3 | * Omnivision OV9650/OV9652 CMOS Image Sensor driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * Register definitions and initial settings based on a driver written | 7 | * Register definitions and initial settings based on a driver written |
7 | * by Vladimir Fonov. | 8 | * by Vladimir Fonov. |
8 | * Copyright (c) 2010, Vladimir Fonov | 9 | * Copyright (c) 2010, Vladimir Fonov |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify | ||
11 | * it under the terms of the GNU General Public License version 2 as | ||
12 | * published by the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | #include <linux/clk.h> | 11 | #include <linux/clk.h> |
15 | #include <linux/delay.h> | 12 | #include <linux/delay.h> |
diff --git a/drivers/media/i2c/s5k5baf.c b/drivers/media/i2c/s5k5baf.c index 727db7c0670a..8e6de06b3e72 100644 --- a/drivers/media/i2c/s5k5baf.c +++ b/drivers/media/i2c/s5k5baf.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Driver for Samsung S5K5BAF UXGA 1/5" 2M CMOS Image Sensor | 3 | * Driver for Samsung S5K5BAF UXGA 1/5" 2M CMOS Image Sensor |
3 | * with embedded SoC ISP. | 4 | * with embedded SoC ISP. |
@@ -7,10 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Based on S5K6AA driver authored by Sylwester Nawrocki | 9 | * Based on S5K6AA driver authored by Sylwester Nawrocki |
9 | * Copyright (C) 2013, Samsung Electronics Co., Ltd. | 10 | * Copyright (C) 2013, Samsung Electronics Co., Ltd. |
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 version 2 as | ||
13 | * published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | #include <linux/clk.h> | 13 | #include <linux/clk.h> |
diff --git a/drivers/media/i2c/s5k6a3.c b/drivers/media/i2c/s5k6a3.c index 2e140272794b..3b7721f81be2 100644 --- a/drivers/media/i2c/s5k6a3.c +++ b/drivers/media/i2c/s5k6a3.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung S5K6A3 image sensor driver | 3 | * Samsung S5K6A3 image sensor driver |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
5 | * Author: Sylwester Nawrocki <s.nawrocki@samsung.com> | 6 | * Author: Sylwester Nawrocki <s.nawrocki@samsung.com> |
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 version 2 as | ||
9 | * published by the Free Software Foundation. | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/clk.h> | 9 | #include <linux/clk.h> |