Commit 730b0ac3 authored by Daniel Graefe's avatar Daniel Graefe Committed by Mauro Carvalho Chehab

media: staging: media: omap4iss: Added SPDX license identifiers

Added missing SPDX license identifiers to all files of the omap4iss
driver.

Most files already have license texts which clearly state them to be
licensed under GPL 2.0 or later. SPDX identifiers were added accordingly.

Some files do not have any license text. SPDX identifiers for GPL 2.0
were added to them, in accordance with the default license of the
kernel.
Signed-off-by: default avatarDaniel Graefe <daniel.graefe@fau.de>
Signed-off-by: default avatarRoman Sommer <roman.sommer@fau.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent dfb7bcf0
# SPDX-License-Identifier: GPL-2.0
config VIDEO_OMAP4 config VIDEO_OMAP4
tristate "OMAP 4 Camera support" tristate "OMAP 4 Camera support"
depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && I2C depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && I2C
......
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for OMAP4 ISS driver # Makefile for OMAP4 ISS driver
#
omap4-iss-objs += \ omap4-iss-objs += \
iss.o iss_csi2.o iss_csiphy.o iss_ipipeif.o iss_ipipe.o iss_resizer.o iss_video.o iss.o iss_csi2.o iss_csiphy.o iss_ipipeif.o iss_ipipe.o iss_resizer.o iss_video.o
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* TI OMAP4 ISS V4L2 Driver * TI OMAP4 ISS V4L2 Driver
* *
* Copyright (C) 2012, Texas Instruments * Copyright (C) 2012, Texas Instruments
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* TI OMAP4 ISS V4L2 Driver * TI OMAP4 ISS V4L2 Driver
* *
* Copyright (C) 2012 Texas Instruments. * Copyright (C) 2012 Texas Instruments.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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 _OMAP4_ISS_H_ #ifndef _OMAP4_ISS_H_
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* TI OMAP4 ISS V4L2 Driver - CSI PHY module * TI OMAP4 ISS V4L2 Driver - CSI PHY module
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments, Inc.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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/delay.h> #include <linux/delay.h>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* TI OMAP4 ISS V4L2 Driver - CSI2 module * TI OMAP4 ISS V4L2 Driver - CSI2 module
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments, Inc.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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 OMAP4_ISS_CSI2_H #ifndef OMAP4_ISS_CSI2_H
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* TI OMAP4 ISS V4L2 Driver - CSI PHY module * TI OMAP4 ISS V4L2 Driver - CSI PHY module
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments, Inc.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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/delay.h> #include <linux/delay.h>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* TI OMAP4 ISS V4L2 Driver - CSI PHY module * TI OMAP4 ISS V4L2 Driver - CSI PHY module
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments, Inc.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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 OMAP4_ISS_CSI_PHY_H #ifndef OMAP4_ISS_CSI_PHY_H
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* TI OMAP4 ISS V4L2 Driver - ISP IPIPE module * TI OMAP4 ISS V4L2 Driver - ISP IPIPE module
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments, Inc.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* TI OMAP4 ISS V4L2 Driver - ISP IPIPE module * TI OMAP4 ISS V4L2 Driver - ISP IPIPE module
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments, Inc.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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 OMAP4_ISS_IPIPE_H #ifndef OMAP4_ISS_IPIPE_H
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* TI OMAP4 ISS V4L2 Driver - ISP IPIPEIF module * TI OMAP4 ISS V4L2 Driver - ISP IPIPEIF module
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments, Inc.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* TI OMAP4 ISS V4L2 Driver - ISP IPIPEIF module * TI OMAP4 ISS V4L2 Driver - ISP IPIPEIF module
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments, Inc.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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 OMAP4_ISS_IPIPEIF_H #ifndef OMAP4_ISS_IPIPEIF_H
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* TI OMAP4 ISS V4L2 Driver - Register defines * TI OMAP4 ISS V4L2 Driver - Register defines
* *
* Copyright (C) 2012 Texas Instruments. * Copyright (C) 2012 Texas Instruments.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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 _OMAP4_ISS_REGS_H_ #ifndef _OMAP4_ISS_REGS_H_
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* TI OMAP4 ISS V4L2 Driver - ISP RESIZER module * TI OMAP4 ISS V4L2 Driver - ISP RESIZER module
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments, Inc.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* TI OMAP4 ISS V4L2 Driver - ISP RESIZER module * TI OMAP4 ISS V4L2 Driver - ISP RESIZER module
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments, Inc.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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 OMAP4_ISS_RESIZER_H #ifndef OMAP4_ISS_RESIZER_H
......
// SPDX-License-Identifier: GPL-2.0+
/* /*
* TI OMAP4 ISS V4L2 Driver - Generic video node * TI OMAP4 ISS V4L2 Driver - Generic video node
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments, Inc.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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>
......
/* SPDX-License-Identifier: GPL-2.0+ */
/* /*
* TI OMAP4 ISS V4L2 Driver - Generic video node * TI OMAP4 ISS V4L2 Driver - Generic video node
* *
* Copyright (C) 2012 Texas Instruments, Inc. * Copyright (C) 2012 Texas Instruments, Inc.
* *
* Author: Sergio Aguirre <sergio.a.aguirre@gmail.com> * Author: Sergio Aguirre <sergio.a.aguirre@gmail.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 OMAP4_ISS_VIDEO_H #ifndef OMAP4_ISS_VIDEO_H
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment