diff options
Diffstat (limited to 'drivers/media/platform')
103 files changed, 103 insertions, 411 deletions
diff --git a/drivers/media/platform/atmel/atmel-isi.c b/drivers/media/platform/atmel/atmel-isi.c index 08b8d5583080..d7d94c1a39d3 100644 --- a/drivers/media/platform/atmel/atmel-isi.c +++ b/drivers/media/platform/atmel/atmel-isi.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2011 Atmel Corporation | 3 | * Copyright (c) 2011 Atmel Corporation |
3 | * Josh Wu, <josh.wu@atmel.com> | 4 | * Josh Wu, <josh.wu@atmel.com> |
@@ -5,10 +6,6 @@ | |||
5 | * Based on previous work by Lars Haring, <lars.haring@atmel.com> | 6 | * Based on previous work by Lars Haring, <lars.haring@atmel.com> |
6 | * and Sedji Gaouaou | 7 | * and Sedji Gaouaou |
7 | * Based on the bttv driver for Bt848 with respective copyright holders | 8 | * Based on the bttv driver for Bt848 with respective copyright holders |
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 version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/clk.h> | 11 | #include <linux/clk.h> |
diff --git a/drivers/media/platform/atmel/atmel-isi.h b/drivers/media/platform/atmel/atmel-isi.h index 0acb32a2b65c..47a9108dba55 100644 --- a/drivers/media/platform/atmel/atmel-isi.h +++ b/drivers/media/platform/atmel/atmel-isi.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Register definitions for the Atmel Image Sensor Interface. | 3 | * Register definitions for the Atmel Image Sensor Interface. |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Based on previous work by Lars Haring, <lars.haring@atmel.com> | 8 | * Based on previous work by Lars Haring, <lars.haring@atmel.com> |
8 | * and Sedji Gaouaou | 9 | * and Sedji Gaouaou |
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 | #ifndef __ATMEL_ISI_H__ | 11 | #ifndef __ATMEL_ISI_H__ |
15 | #define __ATMEL_ISI_H__ | 12 | #define __ATMEL_ISI_H__ |
diff --git a/drivers/media/platform/exynos-gsc/gsc-core.h b/drivers/media/platform/exynos-gsc/gsc-core.h index c81f0a17d286..3ada9737c8f7 100644 --- a/drivers/media/platform/exynos-gsc/gsc-core.h +++ b/drivers/media/platform/exynos-gsc/gsc-core.h | |||
@@ -1,12 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. | 3 | * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. |
3 | * http://www.samsung.com | 4 | * http://www.samsung.com |
4 | * | 5 | * |
5 | * header file for Samsung EXYNOS5 SoC series G-Scaler driver | 6 | * header file for Samsung EXYNOS5 SoC series G-Scaler driver |
6 | 7 | ||
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 | */ | 8 | */ |
11 | 9 | ||
12 | #ifndef GSC_CORE_H_ | 10 | #ifndef GSC_CORE_H_ |
diff --git a/drivers/media/platform/exynos-gsc/gsc-regs.h b/drivers/media/platform/exynos-gsc/gsc-regs.h index 4678f9a6a4fd..d4f7ead6b322 100644 --- a/drivers/media/platform/exynos-gsc/gsc-regs.h +++ b/drivers/media/platform/exynos-gsc/gsc-regs.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. | 3 | * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd. |
3 | * http://www.samsung.com | 4 | * http://www.samsung.com |
4 | * | 5 | * |
5 | * Register definition file for Samsung G-Scaler driver | 6 | * Register definition file for Samsung G-Scaler driver |
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 | #ifndef REGS_GSC_H_ | 9 | #ifndef REGS_GSC_H_ |
diff --git a/drivers/media/platform/exynos4-is/common.c b/drivers/media/platform/exynos4-is/common.c index 76f557548dfc..b4e30e7c8a4b 100644 --- a/drivers/media/platform/exynos4-is/common.c +++ b/drivers/media/platform/exynos4-is/common.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung S5P/EXYNOS4 SoC Camera Subsystem driver | 3 | * Samsung S5P/EXYNOS4 SoC Camera Subsystem 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/module.h> | 9 | #include <linux/module.h> |
diff --git a/drivers/media/platform/exynos4-is/common.h b/drivers/media/platform/exynos4-is/common.h index 75b9c71d9419..41de3f716691 100644 --- a/drivers/media/platform/exynos4-is/common.h +++ b/drivers/media/platform/exynos4-is/common.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 3 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #include <linux/device.h> | 6 | #include <linux/device.h> |
diff --git a/drivers/media/platform/exynos4-is/fimc-capture.c b/drivers/media/platform/exynos4-is/fimc-capture.c index de4af0357a3c..bce94681cbf0 100644 --- a/drivers/media/platform/exynos4-is/fimc-capture.c +++ b/drivers/media/platform/exynos4-is/fimc-capture.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung S5P/EXYNOS4 SoC series camera interface (camera capture) driver | 3 | * Samsung S5P/EXYNOS4 SoC series camera interface (camera capture) driver |
3 | * | 4 | * |
4 | * Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd. |
5 | * Sylwester Nawrocki <s.nawrocki@samsung.com> | 6 | * 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/module.h> | 9 | #include <linux/module.h> |
diff --git a/drivers/media/platform/exynos4-is/fimc-core.h b/drivers/media/platform/exynos4-is/fimc-core.h index 9f751a5efd64..d130f664a60b 100644 --- a/drivers/media/platform/exynos4-is/fimc-core.h +++ b/drivers/media/platform/exynos4-is/fimc-core.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd. | 3 | * Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef FIMC_CORE_H_ | 6 | #ifndef FIMC_CORE_H_ |
diff --git a/drivers/media/platform/exynos4-is/fimc-is-command.h b/drivers/media/platform/exynos4-is/fimc-is-command.h index b06b56b890d5..87978609ad55 100644 --- a/drivers/media/platform/exynos4-is/fimc-is-command.h +++ b/drivers/media/platform/exynos4-is/fimc-is-command.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Samsung Exynos4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung Exynos4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> | 9 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> |
9 | * Sylwester Nawrocki <s.nawrocki@samsung.com> | 10 | * Sylwester Nawrocki <s.nawrocki@samsung.com> |
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 | #ifndef FIMC_IS_CMD_H_ | 13 | #ifndef FIMC_IS_CMD_H_ |
diff --git a/drivers/media/platform/exynos4-is/fimc-is-errno.c b/drivers/media/platform/exynos4-is/fimc-is-errno.c index bbb08576492e..5d9f4c1cdc5e 100644 --- a/drivers/media/platform/exynos4-is/fimc-is-errno.c +++ b/drivers/media/platform/exynos4-is/fimc-is-errno.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung Exynos4 SoC series FIMC-IS slave interface driver | 3 | * Samsung Exynos4 SoC series FIMC-IS slave interface driver |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> | 9 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> |
9 | * Sylwester Nawrocki <s.nawrocki@samsung.com> | 10 | * Sylwester Nawrocki <s.nawrocki@samsung.com> |
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 "fimc-is-errno.h" | 13 | #include "fimc-is-errno.h" |
diff --git a/drivers/media/platform/exynos4-is/fimc-is-errno.h b/drivers/media/platform/exynos4-is/fimc-is-errno.h index 77f4fc860be5..da36b48b8f9f 100644 --- a/drivers/media/platform/exynos4-is/fimc-is-errno.h +++ b/drivers/media/platform/exynos4-is/fimc-is-errno.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Samsung Exynos4 SoC series FIMC-IS slave interface driver | 3 | * Samsung Exynos4 SoC series FIMC-IS slave interface driver |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> | 9 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> |
9 | * Sylwester Nawrocki <s.nawrocki@samsung.com> | 10 | * Sylwester Nawrocki <s.nawrocki@samsung.com> |
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 | #ifndef FIMC_IS_ERR_H_ | 13 | #ifndef FIMC_IS_ERR_H_ |
diff --git a/drivers/media/platform/exynos4-is/fimc-is-i2c.c b/drivers/media/platform/exynos4-is/fimc-is-i2c.c index be937caf7645..83a28ef8e099 100644 --- a/drivers/media/platform/exynos4-is/fimc-is-i2c.c +++ b/drivers/media/platform/exynos4-is/fimc-is-i2c.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
5 | * | 6 | * |
6 | * Author: Sylwester Nawrocki <s.nawrocki@samsung.com> | 7 | * Author: Sylwester Nawrocki <s.nawrocki@samsung.com> |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/clk.h> | 10 | #include <linux/clk.h> |
diff --git a/drivers/media/platform/exynos4-is/fimc-is-i2c.h b/drivers/media/platform/exynos4-is/fimc-is-i2c.h index 0d38d6bb963b..a23bd20be6c8 100644 --- a/drivers/media/platform/exynos4-is/fimc-is-i2c.h +++ b/drivers/media/platform/exynos4-is/fimc-is-i2c.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
5 | * Sylwester Nawrocki <s.nawrocki@samsung.com> | 6 | * 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 | #define FIMC_IS_I2C_COMPATIBLE "samsung,exynos4212-i2c-isp" | 9 | #define FIMC_IS_I2C_COMPATIBLE "samsung,exynos4212-i2c-isp" |
diff --git a/drivers/media/platform/exynos4-is/fimc-is-param.c b/drivers/media/platform/exynos4-is/fimc-is-param.c index 72b9b436c5c0..9c816ae3b3e5 100644 --- a/drivers/media/platform/exynos4-is/fimc-is-param.c +++ b/drivers/media/platform/exynos4-is/fimc-is-param.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> | 7 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> |
7 | * Sylwester Nawrocki <s.nawrocki@samsung.com> | 8 | * Sylwester Nawrocki <s.nawrocki@samsung.com> |
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 version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__ | 10 | #define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__ |
14 | 11 | ||
diff --git a/drivers/media/platform/exynos4-is/fimc-is-param.h b/drivers/media/platform/exynos4-is/fimc-is-param.h index 22923a3d405e..206904674927 100644 --- a/drivers/media/platform/exynos4-is/fimc-is-param.h +++ b/drivers/media/platform/exynos4-is/fimc-is-param.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> | 7 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> |
7 | * Sylwester Nawrocki <s.nawrocki@samsung.com> | 8 | * Sylwester Nawrocki <s.nawrocki@samsung.com> |
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 version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #ifndef FIMC_IS_PARAM_H_ | 10 | #ifndef FIMC_IS_PARAM_H_ |
14 | #define FIMC_IS_PARAM_H_ | 11 | #define FIMC_IS_PARAM_H_ |
diff --git a/drivers/media/platform/exynos4-is/fimc-is-regs.c b/drivers/media/platform/exynos4-is/fimc-is-regs.c index e0e291066037..366e6393817d 100644 --- a/drivers/media/platform/exynos4-is/fimc-is-regs.c +++ b/drivers/media/platform/exynos4-is/fimc-is-regs.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> | 7 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> |
7 | * Sylwester Nawrocki <s.nawrocki@samsung.com> | 8 | * Sylwester Nawrocki <s.nawrocki@samsung.com> |
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 version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #include <linux/delay.h> | 10 | #include <linux/delay.h> |
14 | 11 | ||
diff --git a/drivers/media/platform/exynos4-is/fimc-is-regs.h b/drivers/media/platform/exynos4-is/fimc-is-regs.h index 141e5ddadbeb..5d8b01bc84a2 100644 --- a/drivers/media/platform/exynos4-is/fimc-is-regs.h +++ b/drivers/media/platform/exynos4-is/fimc-is-regs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Authors: Sylwester Nawrocki <s.nawrocki@samsung.com> | 7 | * Authors: Sylwester Nawrocki <s.nawrocki@samsung.com> |
7 | * Younghwan Joo <yhwan.joo@samsung.com> | 8 | * Younghwan Joo <yhwan.joo@samsung.com> |
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 version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #ifndef FIMC_IS_REG_H_ | 10 | #ifndef FIMC_IS_REG_H_ |
14 | #define FIMC_IS_REG_H_ | 11 | #define FIMC_IS_REG_H_ |
diff --git a/drivers/media/platform/exynos4-is/fimc-is-sensor.c b/drivers/media/platform/exynos4-is/fimc-is-sensor.c index 10e82e21b5d1..0e5b9fede4ae 100644 --- a/drivers/media/platform/exynos4-is/fimc-is-sensor.c +++ b/drivers/media/platform/exynos4-is/fimc-is-sensor.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) 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 "fimc-is-sensor.h" | 9 | #include "fimc-is-sensor.h" |
diff --git a/drivers/media/platform/exynos4-is/fimc-is-sensor.h b/drivers/media/platform/exynos4-is/fimc-is-sensor.h index 173ccffa4bcd..9aefc63889de 100644 --- a/drivers/media/platform/exynos4-is/fimc-is-sensor.h +++ b/drivers/media/platform/exynos4-is/fimc-is-sensor.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Authors: Sylwester Nawrocki <s.nawrocki@samsung.com> | 7 | * Authors: Sylwester Nawrocki <s.nawrocki@samsung.com> |
7 | * Younghwan Joo <yhwan.joo@samsung.com> | 8 | * Younghwan Joo <yhwan.joo@samsung.com> |
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 version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #ifndef FIMC_IS_SENSOR_H_ | 10 | #ifndef FIMC_IS_SENSOR_H_ |
14 | #define FIMC_IS_SENSOR_H_ | 11 | #define FIMC_IS_SENSOR_H_ |
diff --git a/drivers/media/platform/exynos4-is/fimc-is.c b/drivers/media/platform/exynos4-is/fimc-is.c index 02da0b06e56a..e043d55133a3 100644 --- a/drivers/media/platform/exynos4-is/fimc-is.c +++ b/drivers/media/platform/exynos4-is/fimc-is.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Authors: Sylwester Nawrocki <s.nawrocki@samsung.com> | 7 | * Authors: Sylwester Nawrocki <s.nawrocki@samsung.com> |
7 | * Younghwan Joo <yhwan.joo@samsung.com> | 8 | * Younghwan Joo <yhwan.joo@samsung.com> |
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 version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__ | 10 | #define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__ |
14 | 11 | ||
diff --git a/drivers/media/platform/exynos4-is/fimc-is.h b/drivers/media/platform/exynos4-is/fimc-is.h index ee05da034aa1..7ee96a058d40 100644 --- a/drivers/media/platform/exynos4-is/fimc-is.h +++ b/drivers/media/platform/exynos4-is/fimc-is.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> | 7 | * Authors: Younghwan Joo <yhwan.joo@samsung.com> |
7 | * Sylwester Nawrocki <s.nawrocki@samsung.com> | 8 | * Sylwester Nawrocki <s.nawrocki@samsung.com> |
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 version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #ifndef FIMC_IS_H_ | 10 | #ifndef FIMC_IS_H_ |
14 | #define FIMC_IS_H_ | 11 | #define FIMC_IS_H_ |
diff --git a/drivers/media/platform/exynos4-is/fimc-isp-video.c b/drivers/media/platform/exynos4-is/fimc-isp-video.c index bb35a2017f21..8900559e1813 100644 --- a/drivers/media/platform/exynos4-is/fimc-isp-video.c +++ b/drivers/media/platform/exynos4-is/fimc-isp-video.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * The hardware handling code derived from a driver written by | 10 | * The hardware handling code derived from a driver written by |
10 | * Younghwan Joo <yhwan.joo@samsung.com>. | 11 | * Younghwan Joo <yhwan.joo@samsung.com>. |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/bitops.h> | 14 | #include <linux/bitops.h> |
diff --git a/drivers/media/platform/exynos4-is/fimc-isp-video.h b/drivers/media/platform/exynos4-is/fimc-isp-video.h index f79a1b348aa6..edcb3a5e3cb9 100644 --- a/drivers/media/platform/exynos4-is/fimc-isp-video.h +++ b/drivers/media/platform/exynos4-is/fimc-isp-video.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
4 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2013 Samsung Electronics Co., Ltd. |
5 | * Sylwester Nawrocki <s.nawrocki@samsung.com> | 6 | * 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 | #ifndef FIMC_ISP_VIDEO__ | 8 | #ifndef FIMC_ISP_VIDEO__ |
12 | #define FIMC_ISP_VIDEO__ | 9 | #define FIMC_ISP_VIDEO__ |
diff --git a/drivers/media/platform/exynos4-is/fimc-isp.c b/drivers/media/platform/exynos4-is/fimc-isp.c index 9a48c0f69320..907b83e6649d 100644 --- a/drivers/media/platform/exynos4-is/fimc-isp.c +++ b/drivers/media/platform/exynos4-is/fimc-isp.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Authors: Sylwester Nawrocki <s.nawrocki@samsung.com> | 7 | * Authors: Sylwester Nawrocki <s.nawrocki@samsung.com> |
7 | * Younghwan Joo <yhwan.joo@samsung.com> | 8 | * Younghwan Joo <yhwan.joo@samsung.com> |
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 version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__ | 10 | #define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__ |
14 | 11 | ||
diff --git a/drivers/media/platform/exynos4-is/fimc-isp.h b/drivers/media/platform/exynos4-is/fimc-isp.h index 3cdd52491294..161fa01a8781 100644 --- a/drivers/media/platform/exynos4-is/fimc-isp.h +++ b/drivers/media/platform/exynos4-is/fimc-isp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver | 3 | * Samsung EXYNOS4x12 FIMC-IS (Imaging Subsystem) driver |
3 | * | 4 | * |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Authors: Sylwester Nawrocki <s.nawrocki@samsung.com> | 7 | * Authors: Sylwester Nawrocki <s.nawrocki@samsung.com> |
7 | * Younghwan Joo <yhwan.joo@samsung.com> | 8 | * Younghwan Joo <yhwan.joo@samsung.com> |
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 version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | #ifndef FIMC_ISP_H_ | 10 | #ifndef FIMC_ISP_H_ |
14 | #define FIMC_ISP_H_ | 11 | #define FIMC_ISP_H_ |
diff --git a/drivers/media/platform/exynos4-is/fimc-lite-reg.c b/drivers/media/platform/exynos4-is/fimc-lite-reg.c index 16565a0b4bf1..85f765e0f4e1 100644 --- a/drivers/media/platform/exynos4-is/fimc-lite-reg.c +++ b/drivers/media/platform/exynos4-is/fimc-lite-reg.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Register interface file for EXYNOS FIMC-LITE (camera interface) driver | 3 | * Register interface file for EXYNOS FIMC-LITE (camera interface) driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2012 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/bitops.h> | 9 | #include <linux/bitops.h> |
diff --git a/drivers/media/platform/exynos4-is/fimc-lite-reg.h b/drivers/media/platform/exynos4-is/fimc-lite-reg.h index 10a7d7bbcc27..48f2cf1148b8 100644 --- a/drivers/media/platform/exynos4-is/fimc-lite-reg.h +++ b/drivers/media/platform/exynos4-is/fimc-lite-reg.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012 Samsung Electronics Co., Ltd. | 3 | * Copyright (C) 2012 Samsung Electronics Co., Ltd. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef FIMC_LITE_REG_H_ | 6 | #ifndef FIMC_LITE_REG_H_ |
diff --git a/drivers/media/platform/exynos4-is/fimc-lite.c b/drivers/media/platform/exynos4-is/fimc-lite.c index 96f0a8a0dcae..347b90088b91 100644 --- a/drivers/media/platform/exynos4-is/fimc-lite.c +++ b/drivers/media/platform/exynos4-is/fimc-lite.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung EXYNOS FIMC-LITE (camera host interface) driver | 3 | * Samsung EXYNOS FIMC-LITE (camera host interface) driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2012 - 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 | #define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__ | 8 | #define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__ |
12 | 9 | ||
diff --git a/drivers/media/platform/exynos4-is/fimc-lite.h b/drivers/media/platform/exynos4-is/fimc-lite.h index 3e238b8c834a..e6846c5fc9ac 100644 --- a/drivers/media/platform/exynos4-is/fimc-lite.h +++ b/drivers/media/platform/exynos4-is/fimc-lite.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2012 Samsung Electronics Co., Ltd. | 3 | * Copyright (C) 2012 Samsung Electronics Co., Ltd. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef FIMC_LITE_H_ | 6 | #ifndef FIMC_LITE_H_ |
diff --git a/drivers/media/platform/exynos4-is/fimc-reg.c b/drivers/media/platform/exynos4-is/fimc-reg.c index 0806724553a2..5ce2bdebd424 100644 --- a/drivers/media/platform/exynos4-is/fimc-reg.c +++ b/drivers/media/platform/exynos4-is/fimc-reg.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Register interface file for Samsung Camera Interface (FIMC) driver | 3 | * Register interface file for Samsung Camera Interface (FIMC) driver |
3 | * | 4 | * |
4 | * Copyright (C) 2010 - 2013 Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2010 - 2013 Samsung Electronics Co., Ltd. |
5 | * Sylwester Nawrocki <s.nawrocki@samsung.com> | 6 | * 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/delay.h> | 9 | #include <linux/delay.h> |
diff --git a/drivers/media/platform/exynos4-is/fimc-reg.h b/drivers/media/platform/exynos4-is/fimc-reg.h index 6c97798c75a5..03ba6c2bc84b 100644 --- a/drivers/media/platform/exynos4-is/fimc-reg.h +++ b/drivers/media/platform/exynos4-is/fimc-reg.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Samsung camera host interface (FIMC) registers definition | 3 | * Samsung camera host interface (FIMC) registers definition |
3 | * | 4 | * |
4 | * Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd. |
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 | #ifndef FIMC_REG_H_ | 8 | #ifndef FIMC_REG_H_ |
diff --git a/drivers/media/platform/exynos4-is/media-dev.h b/drivers/media/platform/exynos4-is/media-dev.h index a7c9490bbcb4..4b8f9ac52ebc 100644 --- a/drivers/media/platform/exynos4-is/media-dev.h +++ b/drivers/media/platform/exynos4-is/media-dev.h | |||
@@ -1,9 +1,6 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. | 3 | * Copyright (C) 2011 - 2012 Samsung Electronics Co., Ltd. |
3 | * | ||
4 | * This program is free software; you can redistribute it and/or modify | ||
5 | * it under the terms of the GNU General Public License version 2 as | ||
6 | * published by the Free Software Foundation. | ||
7 | */ | 4 | */ |
8 | 5 | ||
9 | #ifndef FIMC_MDEVICE_H_ | 6 | #ifndef FIMC_MDEVICE_H_ |
diff --git a/drivers/media/platform/exynos4-is/mipi-csis.c b/drivers/media/platform/exynos4-is/mipi-csis.c index 234e047e3e8f..3e9ac6066cf6 100644 --- a/drivers/media/platform/exynos4-is/mipi-csis.c +++ b/drivers/media/platform/exynos4-is/mipi-csis.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung S5P/EXYNOS SoC series MIPI-CSI receiver driver | 3 | * Samsung S5P/EXYNOS SoC series MIPI-CSI receiver driver |
3 | * | 4 | * |
4 | * Copyright (C) 2011 - 2013 Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2011 - 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> |
diff --git a/drivers/media/platform/exynos4-is/mipi-csis.h b/drivers/media/platform/exynos4-is/mipi-csis.h index 28c11c4085d8..193f253c7907 100644 --- a/drivers/media/platform/exynos4-is/mipi-csis.h +++ b/drivers/media/platform/exynos4-is/mipi-csis.h | |||
@@ -1,11 +1,8 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Samsung S5P/EXYNOS4 SoC series MIPI-CSI receiver driver | 3 | * Samsung S5P/EXYNOS4 SoC series MIPI-CSI receiver driver |
3 | * | 4 | * |
4 | * Copyright (C) 2011 Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2011 Samsung Electronics Co., Ltd. |
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 | #ifndef S5P_MIPI_CSIS_H_ | 7 | #ifndef S5P_MIPI_CSIS_H_ |
11 | #define S5P_MIPI_CSIS_H_ | 8 | #define S5P_MIPI_CSIS_H_ |
diff --git a/drivers/media/platform/omap3isp/cfa_coef_table.h b/drivers/media/platform/omap3isp/cfa_coef_table.h index e75b0eb2519b..786200c5e4fa 100644 --- a/drivers/media/platform/omap3isp/cfa_coef_table.h +++ b/drivers/media/platform/omap3isp/cfa_coef_table.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * cfa_coef_table.h | 3 | * cfa_coef_table.h |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
9 | * Sakari Ailus <sakari.ailus@iki.fi> | 10 | * Sakari Ailus <sakari.ailus@iki.fi> |
10 | * | ||
11 | * This program is free software; you can redistribute it and/or | ||
12 | * modify it under the terms of the GNU General Public License | ||
13 | * version 2 as published by the Free Software Foundation. | ||
14 | */ | 11 | */ |
15 | 12 | ||
16 | { 244, 0, 247, 0, 12, 27, 36, 247, 250, 0, 27, 0, 4, 250, 12, 244, | 13 | { 244, 0, 247, 0, 12, 27, 36, 247, 250, 0, 27, 0, 4, 250, 12, 244, |
diff --git a/drivers/media/platform/omap3isp/gamma_table.h b/drivers/media/platform/omap3isp/gamma_table.h index 3b507078016d..442c82c2eb22 100644 --- a/drivers/media/platform/omap3isp/gamma_table.h +++ b/drivers/media/platform/omap3isp/gamma_table.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * gamma_table.h | 3 | * gamma_table.h |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | 0, 0, 1, 2, 3, 3, 4, 5, 6, 8, 10, 12, 14, 16, 18, 20, | 14 | 0, 0, 1, 2, 3, 3, 4, 5, 6, 8, 10, 12, 14, 16, 18, 20, |
diff --git a/drivers/media/platform/omap3isp/isp.c b/drivers/media/platform/omap3isp/isp.c index bd57174d81a7..38849f0ba09d 100644 --- a/drivers/media/platform/omap3isp/isp.c +++ b/drivers/media/platform/omap3isp/isp.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * isp.c | 3 | * isp.c |
3 | * | 4 | * |
@@ -36,10 +37,6 @@ | |||
36 | * Thara Gopinath <thara@ti.com> | 37 | * Thara Gopinath <thara@ti.com> |
37 | * Toni Leinonen <toni.leinonen@nokia.com> | 38 | * Toni Leinonen <toni.leinonen@nokia.com> |
38 | * Troy Laramy <t-laramy@ti.com> | 39 | * Troy Laramy <t-laramy@ti.com> |
39 | * | ||
40 | * This program is free software; you can redistribute it and/or modify | ||
41 | * it under the terms of the GNU General Public License version 2 as | ||
42 | * published by the Free Software Foundation. | ||
43 | */ | 40 | */ |
44 | 41 | ||
45 | #include <asm/cacheflush.h> | 42 | #include <asm/cacheflush.h> |
diff --git a/drivers/media/platform/omap3isp/isp.h b/drivers/media/platform/omap3isp/isp.h index 8b9043db94b3..a9d760fbf349 100644 --- a/drivers/media/platform/omap3isp/isp.h +++ b/drivers/media/platform/omap3isp/isp.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * isp.h | 3 | * isp.h |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #ifndef OMAP3_ISP_CORE_H | 14 | #ifndef OMAP3_ISP_CORE_H |
diff --git a/drivers/media/platform/omap3isp/ispccdc.c b/drivers/media/platform/omap3isp/ispccdc.c index 261ad1175f98..1ba8a5ba343f 100644 --- a/drivers/media/platform/omap3isp/ispccdc.c +++ b/drivers/media/platform/omap3isp/ispccdc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ispccdc.c | 3 | * ispccdc.c |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/module.h> | 14 | #include <linux/module.h> |
diff --git a/drivers/media/platform/omap3isp/ispccdc.h b/drivers/media/platform/omap3isp/ispccdc.h index 3440a7097940..7883365d7203 100644 --- a/drivers/media/platform/omap3isp/ispccdc.h +++ b/drivers/media/platform/omap3isp/ispccdc.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ispccdc.h | 3 | * ispccdc.h |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #ifndef OMAP3_ISP_CCDC_H | 14 | #ifndef OMAP3_ISP_CCDC_H |
diff --git a/drivers/media/platform/omap3isp/ispccp2.c b/drivers/media/platform/omap3isp/ispccp2.c index 2dea423ffc0e..efca45bb02c8 100644 --- a/drivers/media/platform/omap3isp/ispccp2.c +++ b/drivers/media/platform/omap3isp/ispccp2.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ispccp2.c | 3 | * ispccp2.c |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/delay.h> | 14 | #include <linux/delay.h> |
diff --git a/drivers/media/platform/omap3isp/ispccp2.h b/drivers/media/platform/omap3isp/ispccp2.h index 4662bffa79e3..03e6af3de1d9 100644 --- a/drivers/media/platform/omap3isp/ispccp2.h +++ b/drivers/media/platform/omap3isp/ispccp2.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ispccp2.h | 3 | * ispccp2.h |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #ifndef OMAP3_ISP_CCP2_H | 14 | #ifndef OMAP3_ISP_CCP2_H |
diff --git a/drivers/media/platform/omap3isp/ispcsi2.c b/drivers/media/platform/omap3isp/ispcsi2.c index da66ea65be5d..e85917f4a50c 100644 --- a/drivers/media/platform/omap3isp/ispcsi2.c +++ b/drivers/media/platform/omap3isp/ispcsi2.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ispcsi2.c | 3 | * ispcsi2.c |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | #include <linux/delay.h> | 13 | #include <linux/delay.h> |
17 | #include <media/v4l2-common.h> | 14 | #include <media/v4l2-common.h> |
diff --git a/drivers/media/platform/omap3isp/ispcsi2.h b/drivers/media/platform/omap3isp/ispcsi2.h index 453ed62fe394..036b97f8470e 100644 --- a/drivers/media/platform/omap3isp/ispcsi2.h +++ b/drivers/media/platform/omap3isp/ispcsi2.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ispcsi2.h | 3 | * ispcsi2.h |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #ifndef OMAP3_ISP_CSI2_H | 14 | #ifndef OMAP3_ISP_CSI2_H |
diff --git a/drivers/media/platform/omap3isp/ispcsiphy.c b/drivers/media/platform/omap3isp/ispcsiphy.c index a28fb79abaac..6dc7359c5131 100644 --- a/drivers/media/platform/omap3isp/ispcsiphy.c +++ b/drivers/media/platform/omap3isp/ispcsiphy.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ispcsiphy.c | 3 | * ispcsiphy.c |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/delay.h> | 14 | #include <linux/delay.h> |
diff --git a/drivers/media/platform/omap3isp/ispcsiphy.h b/drivers/media/platform/omap3isp/ispcsiphy.h index 91543a09b28a..ed9b8d221e3f 100644 --- a/drivers/media/platform/omap3isp/ispcsiphy.h +++ b/drivers/media/platform/omap3isp/ispcsiphy.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ispcsiphy.h | 3 | * ispcsiphy.h |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #ifndef OMAP3_ISP_CSI_PHY_H | 14 | #ifndef OMAP3_ISP_CSI_PHY_H |
diff --git a/drivers/media/platform/omap3isp/isph3a.h b/drivers/media/platform/omap3isp/isph3a.h index e5b28d0f3b0f..5144f7689dda 100644 --- a/drivers/media/platform/omap3isp/isph3a.h +++ b/drivers/media/platform/omap3isp/isph3a.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * isph3a.h | 3 | * isph3a.h |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * Contacts: David Cohen <dacohen@gmail.com> | 10 | * Contacts: David Cohen <dacohen@gmail.com> |
10 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 11 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
11 | * Sakari Ailus <sakari.ailus@iki.fi> | 12 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #ifndef OMAP3_ISP_H3A_H | 15 | #ifndef OMAP3_ISP_H3A_H |
diff --git a/drivers/media/platform/omap3isp/isph3a_aewb.c b/drivers/media/platform/omap3isp/isph3a_aewb.c index 3c82dea4d375..e27c502ffa4a 100644 --- a/drivers/media/platform/omap3isp/isph3a_aewb.c +++ b/drivers/media/platform/omap3isp/isph3a_aewb.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * isph3a.c | 3 | * isph3a.c |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * Contacts: David Cohen <dacohen@gmail.com> | 10 | * Contacts: David Cohen <dacohen@gmail.com> |
10 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 11 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
11 | * Sakari Ailus <sakari.ailus@iki.fi> | 12 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/slab.h> | 15 | #include <linux/slab.h> |
diff --git a/drivers/media/platform/omap3isp/isph3a_af.c b/drivers/media/platform/omap3isp/isph3a_af.c index 4da25c84f0c6..4f61776abc20 100644 --- a/drivers/media/platform/omap3isp/isph3a_af.c +++ b/drivers/media/platform/omap3isp/isph3a_af.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * isph3a_af.c | 3 | * isph3a_af.c |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * Contacts: David Cohen <dacohen@gmail.com> | 10 | * Contacts: David Cohen <dacohen@gmail.com> |
10 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 11 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
11 | * Sakari Ailus <sakari.ailus@iki.fi> | 12 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | /* Linux specific include files */ | 15 | /* Linux specific include files */ |
diff --git a/drivers/media/platform/omap3isp/isphist.c b/drivers/media/platform/omap3isp/isphist.c index d4be3d0e06f9..e36571b355f6 100644 --- a/drivers/media/platform/omap3isp/isphist.c +++ b/drivers/media/platform/omap3isp/isphist.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * isphist.c | 3 | * isphist.c |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * Contacts: David Cohen <dacohen@gmail.com> | 10 | * Contacts: David Cohen <dacohen@gmail.com> |
10 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 11 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
11 | * Sakari Ailus <sakari.ailus@iki.fi> | 12 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/delay.h> | 15 | #include <linux/delay.h> |
diff --git a/drivers/media/platform/omap3isp/isphist.h b/drivers/media/platform/omap3isp/isphist.h index 3b5415517dcd..93cd27a3b617 100644 --- a/drivers/media/platform/omap3isp/isphist.h +++ b/drivers/media/platform/omap3isp/isphist.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * isphist.h | 3 | * isphist.h |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * Contacts: David Cohen <dacohen@gmail.com> | 10 | * Contacts: David Cohen <dacohen@gmail.com> |
10 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 11 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
11 | * Sakari Ailus <sakari.ailus@iki.fi> | 12 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #ifndef OMAP3_ISP_HIST_H | 15 | #ifndef OMAP3_ISP_HIST_H |
diff --git a/drivers/media/platform/omap3isp/isppreview.c b/drivers/media/platform/omap3isp/isppreview.c index 6ea6aeafd751..40e22400cf5e 100644 --- a/drivers/media/platform/omap3isp/isppreview.c +++ b/drivers/media/platform/omap3isp/isppreview.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * isppreview.c | 3 | * isppreview.c |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/device.h> | 14 | #include <linux/device.h> |
diff --git a/drivers/media/platform/omap3isp/isppreview.h b/drivers/media/platform/omap3isp/isppreview.h index 16fdc03a3d43..5fff1ec3624f 100644 --- a/drivers/media/platform/omap3isp/isppreview.h +++ b/drivers/media/platform/omap3isp/isppreview.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * isppreview.h | 3 | * isppreview.h |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #ifndef OMAP3_ISP_PREVIEW_H | 14 | #ifndef OMAP3_ISP_PREVIEW_H |
diff --git a/drivers/media/platform/omap3isp/ispreg.h b/drivers/media/platform/omap3isp/ispreg.h index d08483919a77..38e2b99b3f10 100644 --- a/drivers/media/platform/omap3isp/ispreg.h +++ b/drivers/media/platform/omap3isp/ispreg.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ispreg.h | 3 | * ispreg.h |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #ifndef OMAP3_ISP_REG_H | 14 | #ifndef OMAP3_ISP_REG_H |
diff --git a/drivers/media/platform/omap3isp/ispresizer.c b/drivers/media/platform/omap3isp/ispresizer.c index b281cae036b3..21ca6954df72 100644 --- a/drivers/media/platform/omap3isp/ispresizer.c +++ b/drivers/media/platform/omap3isp/ispresizer.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ispresizer.c | 3 | * ispresizer.c |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #include <linux/device.h> | 14 | #include <linux/device.h> |
diff --git a/drivers/media/platform/omap3isp/ispresizer.h b/drivers/media/platform/omap3isp/ispresizer.h index 5414542912e2..28cc89940ead 100644 --- a/drivers/media/platform/omap3isp/ispresizer.h +++ b/drivers/media/platform/omap3isp/ispresizer.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ispresizer.h | 3 | * ispresizer.h |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | #ifndef OMAP3_ISP_RESIZER_H | 14 | #ifndef OMAP3_ISP_RESIZER_H |
diff --git a/drivers/media/platform/omap3isp/ispstat.c b/drivers/media/platform/omap3isp/ispstat.c index 47353fee26c3..ca7bb8497c3d 100644 --- a/drivers/media/platform/omap3isp/ispstat.c +++ b/drivers/media/platform/omap3isp/ispstat.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ispstat.c | 3 | * ispstat.c |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * Contacts: David Cohen <dacohen@gmail.com> | 10 | * Contacts: David Cohen <dacohen@gmail.com> |
10 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 11 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
11 | * Sakari Ailus <sakari.ailus@iki.fi> | 12 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #include <linux/dma-mapping.h> | 15 | #include <linux/dma-mapping.h> |
diff --git a/drivers/media/platform/omap3isp/ispstat.h b/drivers/media/platform/omap3isp/ispstat.h index 923b38cfc682..b548e617cf62 100644 --- a/drivers/media/platform/omap3isp/ispstat.h +++ b/drivers/media/platform/omap3isp/ispstat.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ispstat.h | 3 | * ispstat.h |
3 | * | 4 | * |
@@ -9,10 +10,6 @@ | |||
9 | * Contacts: David Cohen <dacohen@gmail.com> | 10 | * Contacts: David Cohen <dacohen@gmail.com> |
10 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 11 | * Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
11 | * Sakari Ailus <sakari.ailus@iki.fi> | 12 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
15 | * published by the Free Software Foundation. | ||
16 | */ | 13 | */ |
17 | 14 | ||
18 | #ifndef OMAP3_ISP_STAT_H | 15 | #ifndef OMAP3_ISP_STAT_H |
diff --git a/drivers/media/platform/omap3isp/ispvideo.c b/drivers/media/platform/omap3isp/ispvideo.c index 078d64114b24..6bb4dd264b71 100644 --- a/drivers/media/platform/omap3isp/ispvideo.c +++ b/drivers/media/platform/omap3isp/ispvideo.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * ispvideo.c | 3 | * ispvideo.c |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
9 | * Sakari Ailus <sakari.ailus@iki.fi> | 10 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 <asm/cacheflush.h> | 13 | #include <asm/cacheflush.h> |
diff --git a/drivers/media/platform/omap3isp/ispvideo.h b/drivers/media/platform/omap3isp/ispvideo.h index f6a2082b4a0a..a0908670c0cf 100644 --- a/drivers/media/platform/omap3isp/ispvideo.h +++ b/drivers/media/platform/omap3isp/ispvideo.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * ispvideo.h | 3 | * ispvideo.h |
3 | * | 4 | * |
@@ -7,10 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
9 | * Sakari Ailus <sakari.ailus@iki.fi> | 10 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 | #ifndef OMAP3_ISP_VIDEO_H | 13 | #ifndef OMAP3_ISP_VIDEO_H |
diff --git a/drivers/media/platform/omap3isp/luma_enhance_table.h b/drivers/media/platform/omap3isp/luma_enhance_table.h index 81c5b1566469..d5fbf9241f48 100644 --- a/drivers/media/platform/omap3isp/luma_enhance_table.h +++ b/drivers/media/platform/omap3isp/luma_enhance_table.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * luma_enhance_table.h | 3 | * luma_enhance_table.h |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | 1047552, 1047552, 1047552, 1047552, 1047552, 1047552, 1047552, 1047552, | 14 | 1047552, 1047552, 1047552, 1047552, 1047552, 1047552, 1047552, 1047552, |
diff --git a/drivers/media/platform/omap3isp/noise_filter_table.h b/drivers/media/platform/omap3isp/noise_filter_table.h index 5073f9847937..da66bd0a3b9f 100644 --- a/drivers/media/platform/omap3isp/noise_filter_table.h +++ b/drivers/media/platform/omap3isp/noise_filter_table.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * noise_filter_table.h | 3 | * noise_filter_table.h |
3 | * | 4 | * |
@@ -8,10 +9,6 @@ | |||
8 | * | 9 | * |
9 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 10 | * Contacts: Laurent Pinchart <laurent.pinchart@ideasonboard.com> |
10 | * Sakari Ailus <sakari.ailus@iki.fi> | 11 | * Sakari Ailus <sakari.ailus@iki.fi> |
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 version 2 as | ||
14 | * published by the Free Software Foundation. | ||
15 | */ | 12 | */ |
16 | 13 | ||
17 | 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, | 14 | 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, |
diff --git a/drivers/media/platform/s3c-camif/camif-capture.c b/drivers/media/platform/s3c-camif/camif-capture.c index c3fc94ef251e..a876d0873ebc 100644 --- a/drivers/media/platform/s3c-camif/camif-capture.c +++ b/drivers/media/platform/s3c-camif/camif-capture.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * s3c24xx/s3c64xx SoC series Camera Interface (CAMIF) driver | 3 | * s3c24xx/s3c64xx SoC series Camera Interface (CAMIF) driver |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Based on drivers/media/platform/s5p-fimc, | 8 | * Based on drivers/media/platform/s5p-fimc, |
8 | * Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd. | 9 | * Copyright (C) 2010 - 2012 Samsung Electronics Co., Ltd. |
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 | #define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__ | 11 | #define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__ |
15 | 12 | ||
diff --git a/drivers/media/platform/s3c-camif/camif-core.h b/drivers/media/platform/s3c-camif/camif-core.h index be5e7357dffc..efdc00b4ec6f 100644 --- a/drivers/media/platform/s3c-camif/camif-core.h +++ b/drivers/media/platform/s3c-camif/camif-core.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * s3c24xx/s3c64xx SoC series Camera Interface (CAMIF) driver | 3 | * s3c24xx/s3c64xx SoC series Camera Interface (CAMIF) driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com> | 5 | * Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com> |
5 | * Copyright (C) 2012 Tomasz Figa <tomasz.figa@gmail.com> | 6 | * Copyright (C) 2012 Tomasz Figa <tomasz.figa@gmail.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 | #ifndef CAMIF_CORE_H_ | 9 | #ifndef CAMIF_CORE_H_ |
diff --git a/drivers/media/platform/s3c-camif/camif-regs.c b/drivers/media/platform/s3c-camif/camif-regs.c index 812fb3a7c4e3..1a65532dc36d 100644 --- a/drivers/media/platform/s3c-camif/camif-regs.c +++ b/drivers/media/platform/s3c-camif/camif-regs.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Samsung s3c24xx/s3c64xx SoC CAMIF driver | 3 | * Samsung s3c24xx/s3c64xx SoC CAMIF driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com> | 5 | * Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com> |
5 | * Copyright (C) 2012 Tomasz Figa <tomasz.figa@gmail.com> | 6 | * Copyright (C) 2012 Tomasz Figa <tomasz.figa@gmail.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 | #define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__ | 8 | #define pr_fmt(fmt) "%s:%d " fmt, __func__, __LINE__ |
12 | 9 | ||
diff --git a/drivers/media/platform/s3c-camif/camif-regs.h b/drivers/media/platform/s3c-camif/camif-regs.h index 5ad36c1c2a5d..29f839cdb486 100644 --- a/drivers/media/platform/s3c-camif/camif-regs.h +++ b/drivers/media/platform/s3c-camif/camif-regs.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Register definition file for s3c24xx/s3c64xx SoC CAMIF driver | 3 | * Register definition file for s3c24xx/s3c64xx SoC CAMIF driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com> | 5 | * Copyright (C) 2012 Sylwester Nawrocki <sylvester.nawrocki@gmail.com> |
5 | * Copyright (C) 2012 Tomasz Figa <tomasz.figa@gmail.com> | 6 | * Copyright (C) 2012 Tomasz Figa <tomasz.figa@gmail.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 | #ifndef CAMIF_REGS_H_ | 9 | #ifndef CAMIF_REGS_H_ |
diff --git a/drivers/media/platform/s5p-cec/exynos_hdmi_cec.h b/drivers/media/platform/s5p-cec/exynos_hdmi_cec.h index 7d9453505dce..325db8c432bd 100644 --- a/drivers/media/platform/s5p-cec/exynos_hdmi_cec.h +++ b/drivers/media/platform/s5p-cec/exynos_hdmi_cec.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* drivers/media/platform/s5p-cec/exynos_hdmi_cec.h | 2 | /* drivers/media/platform/s5p-cec/exynos_hdmi_cec.h |
2 | * | 3 | * |
3 | * Copyright (c) 2010, 2014 Samsung Electronics | 4 | * Copyright (c) 2010, 2014 Samsung Electronics |
4 | * http://www.samsung.com/ | 5 | * http://www.samsung.com/ |
5 | * | 6 | * |
6 | * Header file for interface of Samsung Exynos hdmi cec hardware | 7 | * Header file for interface of Samsung Exynos hdmi cec hardware |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _EXYNOS_HDMI_CEC_H_ | 10 | #ifndef _EXYNOS_HDMI_CEC_H_ |
diff --git a/drivers/media/platform/s5p-cec/exynos_hdmi_cecctrl.c b/drivers/media/platform/s5p-cec/exynos_hdmi_cecctrl.c index 146ae6f25cdb..eb981ebce362 100644 --- a/drivers/media/platform/s5p-cec/exynos_hdmi_cecctrl.c +++ b/drivers/media/platform/s5p-cec/exynos_hdmi_cecctrl.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* drivers/media/platform/s5p-cec/exynos_hdmi_cecctrl.c | 2 | /* drivers/media/platform/s5p-cec/exynos_hdmi_cecctrl.c |
2 | * | 3 | * |
3 | * Copyright (c) 2009, 2014 Samsung Electronics | 4 | * Copyright (c) 2009, 2014 Samsung Electronics |
4 | * http://www.samsung.com/ | 5 | * http://www.samsung.com/ |
5 | * | 6 | * |
6 | * cec ftn file for Samsung TVOUT driver | 7 | * cec ftn file for Samsung TVOUT driver |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/io.h> | 10 | #include <linux/io.h> |
diff --git a/drivers/media/platform/s5p-cec/regs-cec.h b/drivers/media/platform/s5p-cec/regs-cec.h index b2e7e129920e..447f717028a2 100644 --- a/drivers/media/platform/s5p-cec/regs-cec.h +++ b/drivers/media/platform/s5p-cec/regs-cec.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* drivers/media/platform/s5p-cec/regs-cec.h | 2 | /* drivers/media/platform/s5p-cec/regs-cec.h |
2 | * | 3 | * |
3 | * Copyright (c) 2010 Samsung Electronics | 4 | * Copyright (c) 2010 Samsung Electronics |
4 | * http://www.samsung.com/ | 5 | * http://www.samsung.com/ |
5 | * | 6 | * |
6 | * register header file for Samsung TVOUT driver | 7 | * register header file for Samsung TVOUT driver |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef __EXYNOS_REGS__H | 10 | #ifndef __EXYNOS_REGS__H |
diff --git a/drivers/media/platform/s5p-jpeg/jpeg-core.c b/drivers/media/platform/s5p-jpeg/jpeg-core.c index 8cc730eccb6c..a3bc884b7df1 100644 --- a/drivers/media/platform/s5p-jpeg/jpeg-core.c +++ b/drivers/media/platform/s5p-jpeg/jpeg-core.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* linux/drivers/media/platform/s5p-jpeg/jpeg-core.c | 2 | /* linux/drivers/media/platform/s5p-jpeg/jpeg-core.c |
2 | * | 3 | * |
3 | * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2011-2014 Samsung Electronics Co., Ltd. |
@@ -5,10 +6,6 @@ | |||
5 | * | 6 | * |
6 | * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> | 7 | * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> |
7 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> | 8 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> |
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 version 2 as | ||
11 | * published by the Free Software Foundation. | ||
12 | */ | 9 | */ |
13 | 10 | ||
14 | #include <linux/clk.h> | 11 | #include <linux/clk.h> |
diff --git a/drivers/media/platform/s5p-jpeg/jpeg-core.h b/drivers/media/platform/s5p-jpeg/jpeg-core.h index 144c102ff05f..34f87f6c02f2 100644 --- a/drivers/media/platform/s5p-jpeg/jpeg-core.h +++ b/drivers/media/platform/s5p-jpeg/jpeg-core.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* linux/drivers/media/platform/s5p-jpeg/jpeg-core.h | 2 | /* linux/drivers/media/platform/s5p-jpeg/jpeg-core.h |
2 | * | 3 | * |
3 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> | 7 | * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef JPEG_CORE_H_ | 10 | #ifndef JPEG_CORE_H_ |
diff --git a/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.c b/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.c index 0861842b2dfc..637a5104d948 100644 --- a/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.c +++ b/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* linux/drivers/media/platform/exynos3250-jpeg/jpeg-hw.h | 2 | /* linux/drivers/media/platform/exynos3250-jpeg/jpeg-hw.h |
2 | * | 3 | * |
3 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> | 7 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/io.h> | 10 | #include <linux/io.h> |
diff --git a/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.h b/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.h index b6e3be8b5008..68160befce39 100644 --- a/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.h +++ b/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* linux/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.h | 2 | /* linux/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos3250.h |
2 | * | 3 | * |
3 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> | 7 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #ifndef JPEG_HW_EXYNOS3250_H_ | 9 | #ifndef JPEG_HW_EXYNOS3250_H_ |
13 | #define JPEG_HW_EXYNOS3250_H_ | 10 | #define JPEG_HW_EXYNOS3250_H_ |
diff --git a/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos4.c b/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos4.c index c72789bae6ed..0828cfa783fe 100644 --- a/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos4.c +++ b/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos4.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* Copyright (c) 2013 Samsung Electronics Co., Ltd. | 2 | /* Copyright (c) 2013 Samsung Electronics Co., Ltd. |
2 | * http://www.samsung.com/ | 3 | * http://www.samsung.com/ |
3 | * | 4 | * |
4 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> | 5 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> |
5 | * | 6 | * |
6 | * Register interface file for JPEG driver on Exynos4x12. | 7 | * Register interface file for JPEG driver on Exynos4x12. |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #include <linux/io.h> | 9 | #include <linux/io.h> |
13 | #include <linux/delay.h> | 10 | #include <linux/delay.h> |
diff --git a/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos4.h b/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos4.h index cf6ec055d63a..3e2887526960 100644 --- a/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos4.h +++ b/drivers/media/platform/s5p-jpeg/jpeg-hw-exynos4.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* Copyright (c) 2013 Samsung Electronics Co., Ltd. | 2 | /* Copyright (c) 2013 Samsung Electronics Co., Ltd. |
2 | * http://www.samsung.com/ | 3 | * http://www.samsung.com/ |
3 | * | 4 | * |
4 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> | 5 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> |
5 | * | 6 | * |
6 | * Header file of the register interface for JPEG driver on Exynos4x12. | 7 | * Header file of the register interface for JPEG driver on Exynos4x12. |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef JPEG_HW_EXYNOS4_H_ | 10 | #ifndef JPEG_HW_EXYNOS4_H_ |
diff --git a/drivers/media/platform/s5p-jpeg/jpeg-hw-s5p.c b/drivers/media/platform/s5p-jpeg/jpeg-hw-s5p.c index 59c6263a71bf..491e9248286c 100644 --- a/drivers/media/platform/s5p-jpeg/jpeg-hw-s5p.c +++ b/drivers/media/platform/s5p-jpeg/jpeg-hw-s5p.c | |||
@@ -1,13 +1,10 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* linux/drivers/media/platform/s5p-jpeg/jpeg-hw.h | 2 | /* linux/drivers/media/platform/s5p-jpeg/jpeg-hw.h |
2 | * | 3 | * |
3 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> | 7 | * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #include <linux/io.h> | 10 | #include <linux/io.h> |
diff --git a/drivers/media/platform/s5p-jpeg/jpeg-hw-s5p.h b/drivers/media/platform/s5p-jpeg/jpeg-hw-s5p.h index bfe746f8f750..98ddf7097562 100644 --- a/drivers/media/platform/s5p-jpeg/jpeg-hw-s5p.h +++ b/drivers/media/platform/s5p-jpeg/jpeg-hw-s5p.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* linux/drivers/media/platform/s5p-jpeg/jpeg-hw.h | 2 | /* linux/drivers/media/platform/s5p-jpeg/jpeg-hw.h |
2 | * | 3 | * |
3 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. | 4 | * Copyright (c) 2011 Samsung Electronics Co., Ltd. |
4 | * http://www.samsung.com | 5 | * http://www.samsung.com |
5 | * | 6 | * |
6 | * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> | 7 | * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> |
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 version 2 as | ||
10 | * published by the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #ifndef JPEG_HW_S5P_H_ | 9 | #ifndef JPEG_HW_S5P_H_ |
13 | #define JPEG_HW_S5P_H_ | 10 | #define JPEG_HW_S5P_H_ |
diff --git a/drivers/media/platform/s5p-jpeg/jpeg-regs.h b/drivers/media/platform/s5p-jpeg/jpeg-regs.h index 574f0e8021e5..bab7fa46b89a 100644 --- a/drivers/media/platform/s5p-jpeg/jpeg-regs.h +++ b/drivers/media/platform/s5p-jpeg/jpeg-regs.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* linux/drivers/media/platform/s5p-jpeg/jpeg-regs.h | 2 | /* linux/drivers/media/platform/s5p-jpeg/jpeg-regs.h |
2 | * | 3 | * |
3 | * Register definition file for Samsung JPEG codec driver | 4 | * Register definition file for Samsung JPEG codec driver |
@@ -7,10 +8,6 @@ | |||
7 | * | 8 | * |
8 | * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> | 9 | * Author: Andrzej Pietrasiewicz <andrzejtp2010@gmail.com> |
9 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> | 10 | * Author: Jacek Anaszewski <j.anaszewski@samsung.com> |
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 | #ifndef JPEG_REGS_H_ | 13 | #ifndef JPEG_REGS_H_ |
diff --git a/drivers/media/platform/s5p-mfc/regs-mfc-v6.h b/drivers/media/platform/s5p-mfc/regs-mfc-v6.h index c0166ee9a455..fa49fe580e1a 100644 --- a/drivers/media/platform/s5p-mfc/regs-mfc-v6.h +++ b/drivers/media/platform/s5p-mfc/regs-mfc-v6.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Register definition file for Samsung MFC V6.x Interface (FIMV) driver | 3 | * Register definition file for Samsung MFC V6.x Interface (FIMV) driver |
3 | * | 4 | * |
4 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. | 5 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. |
5 | * http://www.samsung.com/ | 6 | * http://www.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 | #ifndef _REGS_FIMV_V6_H | 9 | #ifndef _REGS_FIMV_V6_H |
diff --git a/drivers/media/platform/s5p-mfc/regs-mfc-v7.h b/drivers/media/platform/s5p-mfc/regs-mfc-v7.h index 9f220769d970..4a7adfdaa359 100644 --- a/drivers/media/platform/s5p-mfc/regs-mfc-v7.h +++ b/drivers/media/platform/s5p-mfc/regs-mfc-v7.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Register definition file for Samsung MFC V7.x Interface (FIMV) driver | 3 | * Register definition file for Samsung MFC V7.x Interface (FIMV) driver |
3 | * | 4 | * |
4 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. | 5 | * Copyright (c) 2013 Samsung Electronics Co., Ltd. |
5 | * http://www.samsung.com/ | 6 | * http://www.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 | #ifndef _REGS_MFC_V7_H | 9 | #ifndef _REGS_MFC_V7_H |
diff --git a/drivers/media/platform/s5p-mfc/regs-mfc-v8.h b/drivers/media/platform/s5p-mfc/regs-mfc-v8.h index bd639ae71023..162e3c7e920f 100644 --- a/drivers/media/platform/s5p-mfc/regs-mfc-v8.h +++ b/drivers/media/platform/s5p-mfc/regs-mfc-v8.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Register definition file for Samsung MFC V8.x Interface (FIMV) driver | 3 | * Register definition file for Samsung MFC V8.x Interface (FIMV) driver |
3 | * | 4 | * |
4 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. | 5 | * Copyright (c) 2014 Samsung Electronics Co., Ltd. |
5 | * http://www.samsung.com/ | 6 | * http://www.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 | #ifndef _REGS_MFC_V8_H | 9 | #ifndef _REGS_MFC_V8_H |
diff --git a/drivers/media/platform/s5p-mfc/regs-mfc.h b/drivers/media/platform/s5p-mfc/regs-mfc.h index 57b7e0be0596..9171e8181c18 100644 --- a/drivers/media/platform/s5p-mfc/regs-mfc.h +++ b/drivers/media/platform/s5p-mfc/regs-mfc.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Register definition file for Samsung MFC V5.1 Interface (FIMV) driver | 3 | * Register definition file for Samsung MFC V5.1 Interface (FIMV) driver |
3 | * | 4 | * |
4 | * Kamil Debski, Copyright (c) 2010 Samsung Electronics | 5 | * Kamil Debski, Copyright (c) 2010 Samsung Electronics |
5 | * http://www.samsung.com/ | 6 | * http://www.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 | #ifndef _REGS_FIMV_H | 9 | #ifndef _REGS_FIMV_H |
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_debug.h b/drivers/media/platform/s5p-mfc/s5p_mfc_debug.h index 1936a5b868f5..752bbe4fe48e 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_debug.h +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_debug.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * drivers/media/platform/s5p-mfc/s5p_mfc_debug.h | 3 | * drivers/media/platform/s5p-mfc/s5p_mfc_debug.h |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Kamil Debski, Copyright (c) 2011 Samsung Electronics | 8 | * Kamil Debski, Copyright (c) 2011 Samsung Electronics |
8 | * http://www.samsung.com/ | 9 | * http://www.samsung.com/ |
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 | #ifndef S5P_MFC_DEBUG_H_ | 12 | #ifndef S5P_MFC_DEBUG_H_ |
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c b/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c index 5b8f0e085e6d..0a38f6d70ee9 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_intr.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * drivers/media/platform/samsung/mfc5/s5p_mfc_intr.c | 3 | * drivers/media/platform/samsung/mfc5/s5p_mfc_intr.c |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Kamil Debski, Copyright (C) 2011 Samsung Electronics Co., Ltd. | 8 | * Kamil Debski, Copyright (C) 2011 Samsung Electronics Co., Ltd. |
8 | * http://www.samsung.com/ | 9 | * http://www.samsung.com/ |
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/delay.h> | 12 | #include <linux/delay.h> |
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_intr.h b/drivers/media/platform/s5p-mfc/s5p_mfc_intr.h index 18341a88514e..d32860db17d2 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_intr.h +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_intr.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * drivers/media/platform/samsung/mfc5/s5p_mfc_intr.h | 3 | * drivers/media/platform/samsung/mfc5/s5p_mfc_intr.h |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Kamil Debski, Copyright (C) 2011 Samsung Electronics | 8 | * Kamil Debski, Copyright (C) 2011 Samsung Electronics |
8 | * http://www.samsung.com/ | 9 | * http://www.samsung.com/ |
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 | #ifndef S5P_MFC_INTR_H_ | 12 | #ifndef S5P_MFC_INTR_H_ |
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr.c index 7f33cf23947f..bb65671eea91 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr.c +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * drivers/media/platform/s5p-mfc/s5p_mfc_opr.c | 3 | * drivers/media/platform/s5p-mfc/s5p_mfc_opr.c |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Kamil Debski, Copyright (c) 2012 Samsung Electronics Co., Ltd. | 8 | * Kamil Debski, Copyright (c) 2012 Samsung Electronics Co., Ltd. |
8 | * http://www.samsung.com/ | 9 | * http://www.samsung.com/ |
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 "s5p_mfc_debug.h" | 12 | #include "s5p_mfc_debug.h" |
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr.h b/drivers/media/platform/s5p-mfc/s5p_mfc_opr.h index 8c295f0f9740..1c5d2d4c0543 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr.h +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * drivers/media/platform/s5p-mfc/s5p_mfc_opr.h | 3 | * drivers/media/platform/s5p-mfc/s5p_mfc_opr.h |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Kamil Debski, Copyright (C) 2012 Samsung Electronics Co., Ltd. | 8 | * Kamil Debski, Copyright (C) 2012 Samsung Electronics Co., Ltd. |
8 | * http://www.samsung.com/ | 9 | * http://www.samsung.com/ |
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 | #ifndef S5P_MFC_OPR_H_ | 12 | #ifndef S5P_MFC_OPR_H_ |
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c index 6144e95f6425..ee727e21ef5b 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * drivers/media/platform/samsung/mfc5/s5p_mfc_opr_v5.c | 3 | * drivers/media/platform/samsung/mfc5/s5p_mfc_opr_v5.c |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Kamil Debski, Copyright (c) 2011 Samsung Electronics | 8 | * Kamil Debski, Copyright (c) 2011 Samsung Electronics |
8 | * http://www.samsung.com/ | 9 | * http://www.samsung.com/ |
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 "s5p_mfc_common.h" | 12 | #include "s5p_mfc_common.h" |
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.h b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.h index ffee39a127d5..b53d376ead60 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.h +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v5.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * drivers/media/platform/samsung/mfc5/s5p_mfc_opr_v5.h | 3 | * drivers/media/platform/samsung/mfc5/s5p_mfc_opr_v5.h |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Kamil Debski, Copyright (C) 2011 Samsung Electronics | 8 | * Kamil Debski, Copyright (C) 2011 Samsung Electronics |
8 | * http://www.samsung.com/ | 9 | * http://www.samsung.com/ |
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 | #ifndef S5P_MFC_OPR_V5_H_ | 12 | #ifndef S5P_MFC_OPR_V5_H_ |
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c index 281699ab7fe1..8717b475d58d 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c | 3 | * drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. | 8 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. |
8 | * http://www.samsung.com/ | 9 | * http://www.samsung.com/ |
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 | #undef DEBUG | 12 | #undef DEBUG |
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.h b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.h index f013b291ae5b..8ca514bf5e37 100644 --- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.h +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.h | 3 | * drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.h |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. | 8 | * Copyright (c) 2012 Samsung Electronics Co., Ltd. |
8 | * http://www.samsung.com/ | 9 | * http://www.samsung.com/ |
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 | #ifndef S5P_MFC_OPR_V6_H_ | 12 | #ifndef S5P_MFC_OPR_V6_H_ |
diff --git a/drivers/media/platform/ti-vpe/cal.c b/drivers/media/platform/ti-vpe/cal.c index 8d075683e448..9e86d761546b 100644 --- a/drivers/media/platform/ti-vpe/cal.c +++ b/drivers/media/platform/ti-vpe/cal.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * TI CAL camera interface driver | 3 | * TI CAL camera interface driver |
3 | * | 4 | * |
4 | * Copyright (c) 2015 Texas Instruments Inc. | 5 | * Copyright (c) 2015 Texas Instruments Inc. |
5 | * Benoit Parrot, <bparrot@ti.com> | 6 | * Benoit Parrot, <bparrot@ti.com> |
6 | * | ||
7 | * This program is free software; you can redistribute it and/or modify it | ||
8 | * under the terms of the GNU General Public License version 2 as published by | ||
9 | * the Free Software Foundation | ||
10 | */ | 7 | */ |
11 | 8 | ||
12 | #include <linux/interrupt.h> | 9 | #include <linux/interrupt.h> |
diff --git a/drivers/media/platform/ti-vpe/cal_regs.h b/drivers/media/platform/ti-vpe/cal_regs.h index 82b3dcf87128..68cfc922b422 100644 --- a/drivers/media/platform/ti-vpe/cal_regs.h +++ b/drivers/media/platform/ti-vpe/cal_regs.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * TI CAL camera interface driver | 3 | * TI CAL camera interface driver |
3 | * | 4 | * |
4 | * Copyright (c) 2015 Texas Instruments Inc. | 5 | * Copyright (c) 2015 Texas Instruments Inc. |
5 | * | 6 | * |
6 | * Benoit Parrot, <bparrot@ti.com> | 7 | * Benoit Parrot, <bparrot@ti.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License version 2 as published by | ||
10 | * the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef __TI_CAL_REGS_H | 10 | #ifndef __TI_CAL_REGS_H |
diff --git a/drivers/media/platform/ti-vpe/csc.c b/drivers/media/platform/ti-vpe/csc.c index 44b8465cf101..eda2a5985da7 100644 --- a/drivers/media/platform/ti-vpe/csc.c +++ b/drivers/media/platform/ti-vpe/csc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Color space converter library | 3 | * Color space converter library |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * David Griego, <dagriego@biglakesoftware.com> | 7 | * David Griego, <dagriego@biglakesoftware.com> |
7 | * Dale Farnsworth, <dale@farnsworth.org> | 8 | * Dale Farnsworth, <dale@farnsworth.org> |
8 | * Archit Taneja, <archit@ti.com> | 9 | * Archit Taneja, <archit@ti.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published by | ||
12 | * the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/err.h> | 12 | #include <linux/err.h> |
diff --git a/drivers/media/platform/ti-vpe/csc.h b/drivers/media/platform/ti-vpe/csc.h index 024700b15152..de9a58af2ca8 100644 --- a/drivers/media/platform/ti-vpe/csc.h +++ b/drivers/media/platform/ti-vpe/csc.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013 Texas Instruments Inc. | 3 | * Copyright (c) 2013 Texas Instruments Inc. |
3 | * | 4 | * |
4 | * David Griego, <dagriego@biglakesoftware.com> | 5 | * David Griego, <dagriego@biglakesoftware.com> |
5 | * Dale Farnsworth, <dale@farnsworth.org> | 6 | * Dale Farnsworth, <dale@farnsworth.org> |
6 | * Archit Taneja, <archit@ti.com> | 7 | * Archit Taneja, <archit@ti.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License version 2 as published by | ||
10 | * the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #ifndef TI_CSC_H | 9 | #ifndef TI_CSC_H |
13 | #define TI_CSC_H | 10 | #define TI_CSC_H |
diff --git a/drivers/media/platform/ti-vpe/sc.c b/drivers/media/platform/ti-vpe/sc.c index e9273b713782..98f95082a6fd 100644 --- a/drivers/media/platform/ti-vpe/sc.c +++ b/drivers/media/platform/ti-vpe/sc.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Scaler library | 3 | * Scaler library |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * David Griego, <dagriego@biglakesoftware.com> | 7 | * David Griego, <dagriego@biglakesoftware.com> |
7 | * Dale Farnsworth, <dale@farnsworth.org> | 8 | * Dale Farnsworth, <dale@farnsworth.org> |
8 | * Archit Taneja, <archit@ti.com> | 9 | * Archit Taneja, <archit@ti.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published by | ||
12 | * the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/err.h> | 12 | #include <linux/err.h> |
diff --git a/drivers/media/platform/ti-vpe/sc.h b/drivers/media/platform/ti-vpe/sc.h index f1fe80b38c9f..d55de44d5257 100644 --- a/drivers/media/platform/ti-vpe/sc.h +++ b/drivers/media/platform/ti-vpe/sc.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013 Texas Instruments Inc. | 3 | * Copyright (c) 2013 Texas Instruments Inc. |
3 | * | 4 | * |
4 | * David Griego, <dagriego@biglakesoftware.com> | 5 | * David Griego, <dagriego@biglakesoftware.com> |
5 | * Dale Farnsworth, <dale@farnsworth.org> | 6 | * Dale Farnsworth, <dale@farnsworth.org> |
6 | * Archit Taneja, <archit@ti.com> | 7 | * Archit Taneja, <archit@ti.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License version 2 as published by | ||
10 | * the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | #ifndef TI_SC_H | 9 | #ifndef TI_SC_H |
13 | #define TI_SC_H | 10 | #define TI_SC_H |
diff --git a/drivers/media/platform/ti-vpe/sc_coeff.h b/drivers/media/platform/ti-vpe/sc_coeff.h index 5bfa5c03aec6..c525d1764099 100644 --- a/drivers/media/platform/ti-vpe/sc_coeff.h +++ b/drivers/media/platform/ti-vpe/sc_coeff.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * VPE SC coefs | 3 | * VPE SC coefs |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * David Griego, <dagriego@biglakesoftware.com> | 7 | * David Griego, <dagriego@biglakesoftware.com> |
7 | * Dale Farnsworth, <dale@farnsworth.org> | 8 | * Dale Farnsworth, <dale@farnsworth.org> |
8 | * Archit Taneja, <archit@ti.com> | 9 | * Archit Taneja, <archit@ti.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published by | ||
12 | * the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #ifndef __TI_SC_COEFF_H | 12 | #ifndef __TI_SC_COEFF_H |
diff --git a/drivers/media/platform/ti-vpe/vpdma.c b/drivers/media/platform/ti-vpe/vpdma.c index 78d716c93649..fd37d79e1619 100644 --- a/drivers/media/platform/ti-vpe/vpdma.c +++ b/drivers/media/platform/ti-vpe/vpdma.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * VPDMA helper library | 3 | * VPDMA helper library |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * David Griego, <dagriego@biglakesoftware.com> | 7 | * David Griego, <dagriego@biglakesoftware.com> |
7 | * Dale Farnsworth, <dale@farnsworth.org> | 8 | * Dale Farnsworth, <dale@farnsworth.org> |
8 | * Archit Taneja, <archit@ti.com> | 9 | * Archit Taneja, <archit@ti.com> |
9 | * | ||
10 | * This program is free software; you can redistribute it and/or modify it | ||
11 | * under the terms of the GNU General Public License version 2 as published by | ||
12 | * the Free Software Foundation. | ||
13 | */ | 10 | */ |
14 | 11 | ||
15 | #include <linux/delay.h> | 12 | #include <linux/delay.h> |
diff --git a/drivers/media/platform/ti-vpe/vpdma.h b/drivers/media/platform/ti-vpe/vpdma.h index 7e611501c291..28bc94129348 100644 --- a/drivers/media/platform/ti-vpe/vpdma.h +++ b/drivers/media/platform/ti-vpe/vpdma.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013 Texas Instruments Inc. | 3 | * Copyright (c) 2013 Texas Instruments Inc. |
3 | * | 4 | * |
4 | * David Griego, <dagriego@biglakesoftware.com> | 5 | * David Griego, <dagriego@biglakesoftware.com> |
5 | * Dale Farnsworth, <dale@farnsworth.org> | 6 | * Dale Farnsworth, <dale@farnsworth.org> |
6 | * Archit Taneja, <archit@ti.com> | 7 | * Archit Taneja, <archit@ti.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License version 2 as published by | ||
10 | * the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef __TI_VPDMA_H_ | 10 | #ifndef __TI_VPDMA_H_ |
diff --git a/drivers/media/platform/ti-vpe/vpdma_priv.h b/drivers/media/platform/ti-vpe/vpdma_priv.h index 72c7f13b4a9d..c488609bc162 100644 --- a/drivers/media/platform/ti-vpe/vpdma_priv.h +++ b/drivers/media/platform/ti-vpe/vpdma_priv.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013 Texas Instruments Inc. | 3 | * Copyright (c) 2013 Texas Instruments Inc. |
3 | * | 4 | * |
4 | * David Griego, <dagriego@biglakesoftware.com> | 5 | * David Griego, <dagriego@biglakesoftware.com> |
5 | * Dale Farnsworth, <dale@farnsworth.org> | 6 | * Dale Farnsworth, <dale@farnsworth.org> |
6 | * Archit Taneja, <archit@ti.com> | 7 | * Archit Taneja, <archit@ti.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License version 2 as published by | ||
10 | * the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef _TI_VPDMA_PRIV_H_ | 10 | #ifndef _TI_VPDMA_PRIV_H_ |
diff --git a/drivers/media/platform/ti-vpe/vpe.c b/drivers/media/platform/ti-vpe/vpe.c index 1e40eafec284..4867d0ee803a 100644 --- a/drivers/media/platform/ti-vpe/vpe.c +++ b/drivers/media/platform/ti-vpe/vpe.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * TI VPE mem2mem driver, based on the virtual v4l2-mem2mem example driver | 3 | * TI VPE mem2mem driver, based on the virtual v4l2-mem2mem example driver |
3 | * | 4 | * |
@@ -11,10 +12,6 @@ | |||
11 | * Marek Szyprowski, <m.szyprowski@samsung.com> | 12 | * Marek Szyprowski, <m.szyprowski@samsung.com> |
12 | * | 13 | * |
13 | * Based on the virtual v4l2-mem2mem example device | 14 | * Based on the virtual v4l2-mem2mem example device |
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify it | ||
16 | * under the terms of the GNU General Public License version 2 as published by | ||
17 | * the Free Software Foundation | ||
18 | */ | 15 | */ |
19 | 16 | ||
20 | #include <linux/delay.h> | 17 | #include <linux/delay.h> |
diff --git a/drivers/media/platform/ti-vpe/vpe_regs.h b/drivers/media/platform/ti-vpe/vpe_regs.h index 74283d79eae1..9969bea0dded 100644 --- a/drivers/media/platform/ti-vpe/vpe_regs.h +++ b/drivers/media/platform/ti-vpe/vpe_regs.h | |||
@@ -1,13 +1,10 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2013 Texas Instruments Inc. | 3 | * Copyright (c) 2013 Texas Instruments Inc. |
3 | * | 4 | * |
4 | * David Griego, <dagriego@biglakesoftware.com> | 5 | * David Griego, <dagriego@biglakesoftware.com> |
5 | * Dale Farnsworth, <dale@farnsworth.org> | 6 | * Dale Farnsworth, <dale@farnsworth.org> |
6 | * Archit Taneja, <archit@ti.com> | 7 | * Archit Taneja, <archit@ti.com> |
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License version 2 as published by | ||
10 | * the Free Software Foundation. | ||
11 | */ | 8 | */ |
12 | 9 | ||
13 | #ifndef __TI_VPE_REGS_H | 10 | #ifndef __TI_VPE_REGS_H |