Commit 9ed785a9 authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Mauro Carvalho Chehab

media: platform: sti: Adopt SPDX identifier

Add SPDX identifiers to files under sti directory
Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@st.com>
Reviewed-by: default avatarFabien Dessenne <fabien.dessenne@st.com>
Acked-by: default avatarPhilippe Ombredanne <pombredanne@nexb.com>
Acked-by: default avatarHugues Fruchet <hugues.fruchet@st.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 18192a77
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2014 * Copyright (C) STMicroelectronics SA 2014
* Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics. * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#include <linux/debugfs.h> #include <linux/debugfs.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) STMicroelectronics SA 2014 * Copyright (C) STMicroelectronics SA 2014
* Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics. * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#define BDISP_HF_NB 64 #define BDISP_HF_NB 64
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2014 * Copyright (C) STMicroelectronics SA 2014
* Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics. * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#include <linux/delay.h> #include <linux/delay.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) STMicroelectronics SA 2014 * Copyright (C) STMicroelectronics SA 2014
* Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics. * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
struct bdisp_node { struct bdisp_node {
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2014 * Copyright (C) STMicroelectronics SA 2014
* Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics. * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#include <linux/errno.h> #include <linux/errno.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) STMicroelectronics SA 2014 * Copyright (C) STMicroelectronics SA 2014
* Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics. * Authors: Fabien Dessenne <fabien.dessenne@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#include <linux/clk.h> #include <linux/clk.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* c8sectpfe-common.c - C8SECTPFE STi DVB driver * c8sectpfe-common.c - C8SECTPFE STi DVB driver
* *
...@@ -5,10 +6,6 @@ ...@@ -5,10 +6,6 @@
* *
* Author: Peter Griffin <peter.griffin@linaro.org> * Author: Peter Griffin <peter.griffin@linaro.org>
* *
* 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/completion.h> #include <linux/completion.h>
#include <linux/delay.h> #include <linux/delay.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* c8sectpfe-common.h - C8SECTPFE STi DVB driver * c8sectpfe-common.h - C8SECTPFE STi DVB driver
* *
...@@ -5,10 +6,6 @@ ...@@ -5,10 +6,6 @@
* *
* Author: Peter Griffin <peter.griffin@linaro.org> * Author: Peter Griffin <peter.griffin@linaro.org>
* *
* 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 _C8SECTPFE_COMMON_H_ #ifndef _C8SECTPFE_COMMON_H_
#define _C8SECTPFE_COMMON_H_ #define _C8SECTPFE_COMMON_H_
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* c8sectpfe-core.c - C8SECTPFE STi DVB driver * c8sectpfe-core.c - C8SECTPFE STi DVB driver
* *
...@@ -6,10 +7,6 @@ ...@@ -6,10 +7,6 @@
* Author:Peter Bennett <peter.bennett@st.com> * Author:Peter Bennett <peter.bennett@st.com>
* Peter Griffin <peter.griffin@linaro.org> * Peter Griffin <peter.griffin@linaro.org>
* *
* 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/atomic.h> #include <linux/atomic.h>
#include <linux/clk.h> #include <linux/clk.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* c8sectpfe-core.h - C8SECTPFE STi DVB driver * c8sectpfe-core.h - C8SECTPFE STi DVB driver
* *
...@@ -6,10 +7,6 @@ ...@@ -6,10 +7,6 @@
* Author:Peter Bennett <peter.bennett@st.com> * Author:Peter Bennett <peter.bennett@st.com>
* Peter Griffin <peter.griffin@linaro.org> * Peter Griffin <peter.griffin@linaro.org>
* *
* 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 _C8SECTPFE_CORE_H_ #ifndef _C8SECTPFE_CORE_H_
#define _C8SECTPFE_CORE_H_ #define _C8SECTPFE_CORE_H_
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* c8sectpfe-debugfs.c - C8SECTPFE STi DVB driver * c8sectpfe-debugfs.c - C8SECTPFE STi DVB driver
* *
...@@ -5,14 +6,6 @@ ...@@ -5,14 +6,6 @@
* *
* Author: Peter Griffin <peter.griffin@linaro.org> * Author: Peter Griffin <peter.griffin@linaro.org>
* *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 of
* the License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/ */
#include <linux/debugfs.h> #include <linux/debugfs.h>
#include <linux/device.h> #include <linux/device.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/** /**
* c8sectpfe-debugfs.h - C8SECTPFE STi DVB driver debugfs header * c8sectpfe-debugfs.h - C8SECTPFE STi DVB driver debugfs header
* *
...@@ -5,14 +6,6 @@ ...@@ -5,14 +6,6 @@
* *
* Authors: Peter Griffin <peter.griffin@linaro.org> * Authors: Peter Griffin <peter.griffin@linaro.org>
* *
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 of
* the License as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/ */
#ifndef __C8SECTPFE_DEBUG_H #ifndef __C8SECTPFE_DEBUG_H
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* c8sectpfe-dvb.c - C8SECTPFE STi DVB driver * c8sectpfe-dvb.c - C8SECTPFE STi DVB driver
* *
...@@ -5,16 +6,6 @@ ...@@ -5,16 +6,6 @@
* *
* Author Peter Griffin <peter.griffin@linaro.org> * Author Peter Griffin <peter.griffin@linaro.org>
* *
* 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.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
*
* GNU General Public License for more details.
*/ */
#include <linux/completion.h> #include <linux/completion.h>
#include <linux/delay.h> #include <linux/delay.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* c8sectpfe-common.h - C8SECTPFE STi DVB driver * c8sectpfe-common.h - C8SECTPFE STi DVB driver
* *
...@@ -5,10 +6,6 @@ ...@@ -5,10 +6,6 @@
* *
* Author: Peter Griffin <peter.griffin@linaro.org> * Author: Peter Griffin <peter.griffin@linaro.org>
* *
* 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 _C8SECTPFE_DVB_H_ #ifndef _C8SECTPFE_DVB_H_
#define _C8SECTPFE_DVB_H_ #define _C8SECTPFE_DVB_H_
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* STIH4xx CEC driver * STIH4xx CEC driver
* Copyright (C) STMicroelectronics SA 2016 * Copyright (C) STMicroelectronics SA 2016
* *
* 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>
#include <linux/interrupt.h> #include <linux/interrupt.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics. * Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#ifndef DELTA_CFG_H #ifndef DELTA_CFG_H
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Authors: Hugues Fruchet <hugues.fruchet@st.com> * Authors: Hugues Fruchet <hugues.fruchet@st.com>
* Fabrice Lecoultre <fabrice.lecoultre@st.com> * Fabrice Lecoultre <fabrice.lecoultre@st.com>
* for STMicroelectronics. * for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#include "delta.h" #include "delta.h"
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Authors: Hugues Fruchet <hugues.fruchet@st.com> * Authors: Hugues Fruchet <hugues.fruchet@st.com>
* Fabrice Lecoultre <fabrice.lecoultre@st.com> * Fabrice Lecoultre <fabrice.lecoultre@st.com>
* for STMicroelectronics. * for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#ifndef DELTA_DEBUG_H #ifndef DELTA_DEBUG_H
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics. * Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#include <linux/rpmsg.h> #include <linux/rpmsg.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics. * Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#ifndef DELTA_IPC_H #ifndef DELTA_IPC_H
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics. * Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#include "delta.h" #include "delta.h"
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics. * Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#ifndef DELTA_MEM_H #ifndef DELTA_MEM_H
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2013 * Copyright (C) STMicroelectronics SA 2013
* Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics. * Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#include <linux/slab.h> #include <linux/slab.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics. * Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#ifndef DELTA_MJPEG_FW_H #ifndef DELTA_MJPEG_FW_H
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2013 * Copyright (C) STMicroelectronics SA 2013
* Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics. * Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#include "delta.h" #include "delta.h"
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) STMicroelectronics SA 2013 * Copyright (C) STMicroelectronics SA 2013
* Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics. * Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#ifndef DELTA_MJPEG_H #ifndef DELTA_MJPEG_H
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Authors: Hugues Fruchet <hugues.fruchet@st.com> * Authors: Hugues Fruchet <hugues.fruchet@st.com>
* Jean-Christophe Trotin <jean-christophe.trotin@st.com> * Jean-Christophe Trotin <jean-christophe.trotin@st.com>
* for STMicroelectronics. * for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#include <linux/clk.h> #include <linux/clk.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics. * Author: Hugues Fruchet <hugues.fruchet@st.com> for STMicroelectronics.
* License terms: GNU General Public License (GPL), version 2
*/ */
#ifndef DELTA_H #ifndef DELTA_H
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Authors: Yannick Fertre <yannick.fertre@st.com> * Authors: Yannick Fertre <yannick.fertre@st.com>
* Hugues Fruchet <hugues.fruchet@st.com> * Hugues Fruchet <hugues.fruchet@st.com>
* License terms: GNU General Public License (GPL), version 2
*/ */
#include <linux/debugfs.h> #include <linux/debugfs.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Authors: Yannick Fertre <yannick.fertre@st.com> * Authors: Yannick Fertre <yannick.fertre@st.com>
* Hugues Fruchet <hugues.fruchet@st.com> * Hugues Fruchet <hugues.fruchet@st.com>
* License terms: GNU General Public License (GPL), version 2
*/ */
#include "hva.h" #include "hva.h"
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Authors: Yannick Fertre <yannick.fertre@st.com> * Authors: Yannick Fertre <yannick.fertre@st.com>
* Hugues Fruchet <hugues.fruchet@st.com> * Hugues Fruchet <hugues.fruchet@st.com>
* License terms: GNU General Public License (GPL), version 2
*/ */
#include <linux/clk.h> #include <linux/clk.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Authors: Yannick Fertre <yannick.fertre@st.com> * Authors: Yannick Fertre <yannick.fertre@st.com>
* Hugues Fruchet <hugues.fruchet@st.com> * Hugues Fruchet <hugues.fruchet@st.com>
* License terms: GNU General Public License (GPL), version 2
*/ */
#ifndef HVA_HW_H #ifndef HVA_HW_H
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Authors: Yannick Fertre <yannick.fertre@st.com> * Authors: Yannick Fertre <yannick.fertre@st.com>
* Hugues Fruchet <hugues.fruchet@st.com> * Hugues Fruchet <hugues.fruchet@st.com>
* License terms: GNU General Public License (GPL), version 2
*/ */
#include "hva.h" #include "hva.h"
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Authors: Yannick Fertre <yannick.fertre@st.com> * Authors: Yannick Fertre <yannick.fertre@st.com>
* Hugues Fruchet <hugues.fruchet@st.com> * Hugues Fruchet <hugues.fruchet@st.com>
* License terms: GNU General Public License (GPL), version 2
*/ */
#ifndef HVA_MEM_H #ifndef HVA_MEM_H
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Authors: Yannick Fertre <yannick.fertre@st.com> * Authors: Yannick Fertre <yannick.fertre@st.com>
* Hugues Fruchet <hugues.fruchet@st.com> * Hugues Fruchet <hugues.fruchet@st.com>
* License terms: GNU General Public License (GPL), version 2
*/ */
#include <linux/module.h> #include <linux/module.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Copyright (C) STMicroelectronics SA 2015 * Copyright (C) STMicroelectronics SA 2015
* Authors: Yannick Fertre <yannick.fertre@st.com> * Authors: Yannick Fertre <yannick.fertre@st.com>
* Hugues Fruchet <hugues.fruchet@st.com> * Hugues Fruchet <hugues.fruchet@st.com>
* License terms: GNU General Public License (GPL), version 2
*/ */
#ifndef HVA_H #ifndef HVA_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