diff options
Diffstat (limited to 'drivers/gpu/drm/hisilicon')
-rw-r--r-- | drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c | 6 | ||||
-rw-r--r-- | drivers/gpu/drm/hisilicon/kirin/dw_dsi_reg.h | 6 | ||||
-rw-r--r-- | drivers/gpu/drm/hisilicon/kirin/kirin_ade_reg.h | 6 | ||||
-rw-r--r-- | drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 6 | ||||
-rw-r--r-- | drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c | 6 | ||||
-rw-r--r-- | drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.h | 6 |
6 files changed, 6 insertions, 30 deletions
diff --git a/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c b/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c index 3d6c45097f51..5bf8138941de 100644 --- a/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c +++ b/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * DesignWare MIPI DSI Host Controller v1.02 driver | 3 | * DesignWare MIPI DSI Host Controller v1.02 driver |
3 | * | 4 | * |
@@ -8,11 +9,6 @@ | |||
8 | * Xinliang Liu <z.liuxinliang@hisilicon.com> | 9 | * Xinliang Liu <z.liuxinliang@hisilicon.com> |
9 | * Xinliang Liu <xinliang.liu@linaro.org> | 10 | * Xinliang Liu <xinliang.liu@linaro.org> |
10 | * Xinwei Kong <kong.kongxinwei@hisilicon.com> | 11 | * Xinwei Kong <kong.kongxinwei@hisilicon.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 | * | ||
16 | */ | 12 | */ |
17 | 13 | ||
18 | #include <linux/clk.h> | 14 | #include <linux/clk.h> |
diff --git a/drivers/gpu/drm/hisilicon/kirin/dw_dsi_reg.h b/drivers/gpu/drm/hisilicon/kirin/dw_dsi_reg.h index 18808fc9f362..19e81ff64fac 100644 --- a/drivers/gpu/drm/hisilicon/kirin/dw_dsi_reg.h +++ b/drivers/gpu/drm/hisilicon/kirin/dw_dsi_reg.h | |||
@@ -1,11 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016 Linaro Limited. | 3 | * Copyright (c) 2016 Linaro Limited. |
3 | * Copyright (c) 2014-2016 Hisilicon Limited. | 4 | * Copyright (c) 2014-2016 Hisilicon Limited. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | #ifndef __DW_DSI_REG_H__ | 7 | #ifndef __DW_DSI_REG_H__ |
diff --git a/drivers/gpu/drm/hisilicon/kirin/kirin_ade_reg.h b/drivers/gpu/drm/hisilicon/kirin/kirin_ade_reg.h index 4cf281b7ed63..e2ac09894a6d 100644 --- a/drivers/gpu/drm/hisilicon/kirin/kirin_ade_reg.h +++ b/drivers/gpu/drm/hisilicon/kirin/kirin_ade_reg.h | |||
@@ -1,11 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016 Linaro Limited. | 3 | * Copyright (c) 2016 Linaro Limited. |
3 | * Copyright (c) 2014-2016 Hisilicon Limited. | 4 | * Copyright (c) 2014-2016 Hisilicon Limited. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | #ifndef __KIRIN_ADE_REG_H__ | 7 | #ifndef __KIRIN_ADE_REG_H__ |
diff --git a/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c b/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c index 73611a92d96c..ad7042ae2241 100644 --- a/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c +++ b/drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Hisilicon Hi6220 SoC ADE(Advanced Display Engine)'s crtc&plane driver | 3 | * Hisilicon Hi6220 SoC ADE(Advanced Display Engine)'s crtc&plane driver |
3 | * | 4 | * |
@@ -8,11 +9,6 @@ | |||
8 | * Xinliang Liu <z.liuxinliang@hisilicon.com> | 9 | * Xinliang Liu <z.liuxinliang@hisilicon.com> |
9 | * Xinliang Liu <xinliang.liu@linaro.org> | 10 | * Xinliang Liu <xinliang.liu@linaro.org> |
10 | * Xinwei Kong <kong.kongxinwei@hisilicon.com> | 11 | * Xinwei Kong <kong.kongxinwei@hisilicon.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 | * | ||
16 | */ | 12 | */ |
17 | 13 | ||
18 | #include <linux/bitops.h> | 14 | #include <linux/bitops.h> |
diff --git a/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c b/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c index 7cb7c042b93f..4a7fe10a37cb 100644 --- a/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c +++ b/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c | |||
@@ -1,3 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0-only | ||
1 | /* | 2 | /* |
2 | * Hisilicon Kirin SoCs drm master driver | 3 | * Hisilicon Kirin SoCs drm master driver |
3 | * | 4 | * |
@@ -8,11 +9,6 @@ | |||
8 | * Xinliang Liu <z.liuxinliang@hisilicon.com> | 9 | * Xinliang Liu <z.liuxinliang@hisilicon.com> |
9 | * Xinliang Liu <xinliang.liu@linaro.org> | 10 | * Xinliang Liu <xinliang.liu@linaro.org> |
10 | * Xinwei Kong <kong.kongxinwei@hisilicon.com> | 11 | * Xinwei Kong <kong.kongxinwei@hisilicon.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 | * | ||
16 | */ | 12 | */ |
17 | 13 | ||
18 | #include <linux/of_platform.h> | 14 | #include <linux/of_platform.h> |
diff --git a/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.h b/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.h index ad027d1cc826..22d1291668cd 100644 --- a/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.h +++ b/drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.h | |||
@@ -1,11 +1,7 @@ | |||
1 | /* SPDX-License-Identifier: GPL-2.0-only */ | ||
1 | /* | 2 | /* |
2 | * Copyright (c) 2016 Linaro Limited. | 3 | * Copyright (c) 2016 Linaro Limited. |
3 | * Copyright (c) 2014-2016 Hisilicon Limited. | 4 | * Copyright (c) 2014-2016 Hisilicon Limited. |
4 | * | ||
5 | * This program is free software; you can redistribute it and/or modify | ||
6 | * it under the terms of the GNU General Public License version 2 as | ||
7 | * published by the Free Software Foundation. | ||
8 | * | ||
9 | */ | 5 | */ |
10 | 6 | ||
11 | #ifndef __KIRIN_DRM_DRV_H__ | 7 | #ifndef __KIRIN_DRM_DRV_H__ |