diff options
Diffstat (limited to 'drivers/gpu/drm/bridge')
-rw-r--r-- | drivers/gpu/drm/bridge/analogix/analogix_dp_reg.h | 5 | ||||
-rw-r--r-- | drivers/gpu/drm/bridge/sil-sii8620.c | 5 | ||||
-rw-r--r-- | drivers/gpu/drm/bridge/sil-sii8620.h | 5 | ||||
-rw-r--r-- | drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c | 5 | ||||
-rw-r--r-- | drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c | 5 | ||||
-rw-r--r-- | drivers/gpu/drm/bridge/ti-tfp410.c | 6 |
6 files changed, 6 insertions, 25 deletions
diff --git a/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.h b/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.h index 0cf27c731727..e284ee8da58b 100644 --- a/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.h +++ b/drivers/gpu/drm/bridge/analogix/analogix_dp_reg.h | |||
@@ -1,12 +1,9 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Register definition file for Analogix DP core driver | 3 | * Register definition file for Analogix DP core driver |
3 | * | 4 | * |
4 | * Copyright (C) 2012 Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2012 Samsung Electronics Co., Ltd. |
5 | * Author: Jingoo Han <jg1.han@samsung.com> | 6 | * Author: Jingoo Han <jg1.han@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 _ANALOGIX_DP_REG_H | 9 | #ifndef _ANALOGIX_DP_REG_H |
diff --git a/drivers/gpu/drm/bridge/sil-sii8620.c b/drivers/gpu/drm/bridge/sil-sii8620.c index 0cc293a6ac24..bd3165ee5354 100644 --- a/drivers/gpu/drm/bridge/sil-sii8620.c +++ b/drivers/gpu/drm/bridge/sil-sii8620.c | |||
@@ -1,12 +1,9 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Silicon Image SiI8620 HDMI/MHL bridge driver | 3 | * Silicon Image SiI8620 HDMI/MHL bridge driver |
3 | * | 4 | * |
4 | * Copyright (C) 2015, Samsung Electronics Co., Ltd. | 5 | * Copyright (C) 2015, Samsung Electronics Co., Ltd. |
5 | * Andrzej Hajda <a.hajda@samsung.com> | 6 | * Andrzej Hajda <a.hajda@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 <asm/unaligned.h> | 9 | #include <asm/unaligned.h> |
diff --git a/drivers/gpu/drm/bridge/sil-sii8620.h b/drivers/gpu/drm/bridge/sil-sii8620.h index 51ab540cf092..79d61caf383f 100644 --- a/drivers/gpu/drm/bridge/sil-sii8620.h +++ b/drivers/gpu/drm/bridge/sil-sii8620.h | |||
@@ -1,3 +1,4 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Registers of Silicon Image SiI8620 Mobile HD Transmitter | 3 | * Registers of Silicon Image SiI8620 Mobile HD Transmitter |
3 | * | 4 | * |
@@ -6,10 +7,6 @@ | |||
6 | * | 7 | * |
7 | * Based on MHL driver for Android devices. | 8 | * Based on MHL driver for Android devices. |
8 | * Copyright (C) 2013-2014 Silicon Image, Inc. | 9 | * Copyright (C) 2013-2014 Silicon Image, Inc. |
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 __SIL_SII8620_H__ | 12 | #ifndef __SIL_SII8620_H__ |
diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c index ed7af7518b52..a494186ae6ce 100644 --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-ahb-audio.c | |||
@@ -1,10 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * DesignWare HDMI audio driver | 3 | * DesignWare HDMI audio driver |
3 | * | 4 | * |
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 | * | ||
8 | * Written and tested against the Designware HDMI Tx found in iMX6. | 5 | * Written and tested against the Designware HDMI Tx found in iMX6. |
9 | */ | 6 | */ |
10 | #include <linux/io.h> | 7 | #include <linux/io.h> |
diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c index 6c323510f128..0f949978d3fc 100644 --- a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c +++ b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c | |||
@@ -1,11 +1,8 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Designware HDMI CEC driver | 3 | * Designware HDMI CEC driver |
3 | * | 4 | * |
4 | * Copyright (C) 2015-2017 Russell King. | 5 | * Copyright (C) 2015-2017 Russell King. |
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify | ||
7 | * it under the terms of the GNU General Public License version 2 as | ||
8 | * published by the Free Software Foundation. | ||
9 | */ | 6 | */ |
10 | #include <linux/interrupt.h> | 7 | #include <linux/interrupt.h> |
11 | #include <linux/io.h> | 8 | #include <linux/io.h> |
diff --git a/drivers/gpu/drm/bridge/ti-tfp410.c b/drivers/gpu/drm/bridge/ti-tfp410.c index 8b0e71bd3ca7..a879aac21246 100644 --- a/drivers/gpu/drm/bridge/ti-tfp410.c +++ b/drivers/gpu/drm/bridge/ti-tfp410.c | |||
@@ -1,11 +1,7 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Copyright (C) 2016 Texas Instruments | 3 | * Copyright (C) 2016 Texas Instruments |
3 | * Author: Jyri Sarha <jsarha@ti.com> | 4 | * Author: Jyri Sarha <jsarha@ti.com> |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify it | ||
6 | * under the terms of the GNU General Public License version 2 as published by | ||
7 | * the Free Software Foundation. | ||
8 | * | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | #include <linux/delay.h> | 7 | #include <linux/delay.h> |