drm: rcar-du: Convert to SPDX identifiers
Kconfig doesn't have license line, thus, it is GPL-2.0 as default. rcar_du_regs.h, rcar_lvds_regs.h are GPL-2.0, and all other files are GPL-2.0+ as original license. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
d7cfd25904
commit
0bbce9eb77
@ -1,3 +1,4 @@
|
|||||||
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
config DRM_RCAR_DU
|
config DRM_RCAR_DU
|
||||||
tristate "DRM Support for R-Car Display Unit"
|
tristate "DRM Support for R-Car Display Unit"
|
||||||
depends on DRM && OF
|
depends on DRM && OF
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* rcar_du_crtc.c -- R-Car Display Unit CRTCs
|
* rcar_du_crtc.c -- R-Car Display Unit CRTCs
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* rcar_du_crtc.h -- R-Car Display Unit CRTCs
|
* rcar_du_crtc.h -- R-Car Display Unit CRTCs
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RCAR_DU_CRTC_H__
|
#ifndef __RCAR_DU_CRTC_H__
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* rcar_du_drv.c -- R-Car Display Unit DRM driver
|
* rcar_du_drv.c -- R-Car Display Unit DRM driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* rcar_du_drv.h -- R-Car Display Unit DRM driver
|
* rcar_du_drv.h -- R-Car Display Unit DRM driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RCAR_DU_DRV_H__
|
#ifndef __RCAR_DU_DRV_H__
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* rcar_du_encoder.c -- R-Car Display Unit Encoder
|
* rcar_du_encoder.c -- R-Car Display Unit Encoder
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2014 Renesas Electronics Corporation
|
* Copyright (C) 2013-2014 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/export.h>
|
#include <linux/export.h>
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* rcar_du_encoder.h -- R-Car Display Unit Encoder
|
* rcar_du_encoder.h -- R-Car Display Unit Encoder
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2014 Renesas Electronics Corporation
|
* Copyright (C) 2013-2014 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RCAR_DU_ENCODER_H__
|
#ifndef __RCAR_DU_ENCODER_H__
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* rcar_du_group.c -- R-Car Display Unit Channels Pair
|
* rcar_du_group.c -- R-Car Display Unit Channels Pair
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* rcar_du_group.c -- R-Car Display Unit Planes and CRTCs Group
|
* rcar_du_group.c -- R-Car Display Unit Planes and CRTCs Group
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2014 Renesas Electronics Corporation
|
* Copyright (C) 2013-2014 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RCAR_DU_GROUP_H__
|
#ifndef __RCAR_DU_GROUP_H__
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* rcar_du_kms.c -- R-Car Display Unit Mode Setting
|
* rcar_du_kms.c -- R-Car Display Unit Mode Setting
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <drm/drmP.h>
|
#include <drm/drmP.h>
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* rcar_du_kms.h -- R-Car Display Unit Mode Setting
|
* rcar_du_kms.h -- R-Car Display Unit Mode Setting
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2014 Renesas Electronics Corporation
|
* Copyright (C) 2013-2014 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RCAR_DU_KMS_H__
|
#ifndef __RCAR_DU_KMS_H__
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* rcar_du_plane.c -- R-Car Display Unit Planes
|
* rcar_du_plane.c -- R-Car Display Unit Planes
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <drm/drmP.h>
|
#include <drm/drmP.h>
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* rcar_du_plane.h -- R-Car Display Unit Planes
|
* rcar_du_plane.h -- R-Car Display Unit Planes
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2014 Renesas Electronics Corporation
|
* Copyright (C) 2013-2014 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RCAR_DU_PLANE_H__
|
#ifndef __RCAR_DU_PLANE_H__
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* rcar_du_regs.h -- R-Car Display Unit Registers Definitions
|
* rcar_du_regs.h -- R-Car Display Unit Registers Definitions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RCAR_DU_REGS_H__
|
#ifndef __RCAR_DU_REGS_H__
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* rcar_du_vsp.h -- R-Car Display Unit VSP-Based Compositor
|
* rcar_du_vsp.h -- R-Car Display Unit VSP-Based Compositor
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Renesas Electronics Corporation
|
* Copyright (C) 2015 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <drm/drmP.h>
|
#include <drm/drmP.h>
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* rcar_du_vsp.h -- R-Car Display Unit VSP-Based Compositor
|
* rcar_du_vsp.h -- R-Car Display Unit VSP-Based Compositor
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015 Renesas Electronics Corporation
|
* Copyright (C) 2015 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RCAR_DU_VSP_H__
|
#ifndef __RCAR_DU_VSP_H__
|
||||||
|
@ -1,14 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* R-Car Gen3 HDMI PHY
|
* R-Car Gen3 HDMI PHY
|
||||||
*
|
*
|
||||||
* Copyright (C) 2016 Renesas Electronics Corporation
|
* Copyright (C) 2016 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
@ -1,13 +1,10 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* rcar_lvds_regs.h -- R-Car LVDS Interface Registers Definitions
|
* rcar_lvds_regs.h -- R-Car LVDS Interface Registers Definitions
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
* Copyright (C) 2013-2015 Renesas Electronics Corporation
|
||||||
*
|
*
|
||||||
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
* Contact: Laurent Pinchart (laurent.pinchart@ideasonboard.com)
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2
|
|
||||||
* as published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __RCAR_LVDS_REGS_H__
|
#ifndef __RCAR_LVDS_REGS_H__
|
||||||
|
Loading…
Reference in New Issue
Block a user