提交 fd3b339c 编写于 作者: M Mika Westerberg 提交者: Greg Kroah-Hartman

thunderbolt: Convert rest of the driver files to use SPDX identifier

This gets rid of the licence boilerplate duplicated in each file. While
there fix doubled space in domain.c author line.

No functional changes intended.
Signed-off-by: NMika Westerberg <mika.westerberg@linux.intel.com>
Acked-by: NYehezkel Bernat <yehezkelshb@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 a83bc4a5
// SPDX-License-Identifier: GPL-2.0
/* /*
* Thunderbolt DMA configuration based mailbox support * Thunderbolt DMA configuration based mailbox support
* *
* Copyright (C) 2017, Intel Corporation * Copyright (C) 2017, Intel Corporation
* Authors: Michael Jamet <michael.jamet@intel.com> * Authors: Michael Jamet <michael.jamet@intel.com>
* Mika Westerberg <mika.westerberg@linux.intel.com> * Mika Westerberg <mika.westerberg@linux.intel.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.
*/ */
#include <linux/delay.h> #include <linux/delay.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Thunderbolt DMA configuration based mailbox support * Thunderbolt DMA configuration based mailbox support
* *
* Copyright (C) 2017, Intel Corporation * Copyright (C) 2017, Intel Corporation
* Authors: Michael Jamet <michael.jamet@intel.com> * Authors: Michael Jamet <michael.jamet@intel.com>
* Mika Westerberg <mika.westerberg@linux.intel.com> * Mika Westerberg <mika.westerberg@linux.intel.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 DMA_PORT_H_ #ifndef DMA_PORT_H_
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Thunderbolt bus support * Thunderbolt bus support
* *
* Copyright (C) 2017, Intel Corporation * Copyright (C) 2017, Intel Corporation
* Author: Mika Westerberg <mika.westerberg@linux.intel.com> * Author: Mika Westerberg <mika.westerberg@linux.intel.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.
*/ */
#include <linux/device.h> #include <linux/device.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Internal Thunderbolt Connection Manager. This is a firmware running on * Internal Thunderbolt Connection Manager. This is a firmware running on
* the Thunderbolt host controller performing most of the low-level * the Thunderbolt host controller performing most of the low-level
...@@ -6,10 +7,6 @@ ...@@ -6,10 +7,6 @@
* Copyright (C) 2017, Intel Corporation * Copyright (C) 2017, Intel Corporation
* Authors: Michael Jamet <michael.jamet@intel.com> * Authors: Michael Jamet <michael.jamet@intel.com>
* Mika Westerberg <mika.westerberg@linux.intel.com> * Mika Westerberg <mika.westerberg@linux.intel.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.
*/ */
#include <linux/delay.h> #include <linux/delay.h>
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Thunderbolt XDomain property support * Thunderbolt XDomain property support
* *
* Copyright (C) 2017, Intel Corporation * Copyright (C) 2017, Intel Corporation
* Authors: Michael Jamet <michael.jamet@intel.com> * Authors: Michael Jamet <michael.jamet@intel.com>
* Mika Westerberg <mika.westerberg@linux.intel.com> * Mika Westerberg <mika.westerberg@linux.intel.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.
*/ */
#include <linux/err.h> #include <linux/err.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Thunderbolt control channel messages * Thunderbolt control channel messages
* *
* Copyright (C) 2014 Andreas Noever <andreas.noever@gmail.com> * Copyright (C) 2014 Andreas Noever <andreas.noever@gmail.com>
* Copyright (C) 2017, Intel Corporation * Copyright (C) 2017, Intel Corporation
*
* 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 _TB_MSGS #ifndef _TB_MSGS
......
// SPDX-License-Identifier: GPL-2.0
/* /*
* Thunderbolt XDomain discovery protocol support * Thunderbolt XDomain discovery protocol support
* *
* Copyright (C) 2017, Intel Corporation * Copyright (C) 2017, Intel Corporation
* Authors: Michael Jamet <michael.jamet@intel.com> * Authors: Michael Jamet <michael.jamet@intel.com>
* Mika Westerberg <mika.westerberg@linux.intel.com> * Mika Westerberg <mika.westerberg@linux.intel.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.
*/ */
#include <linux/device.h> #include <linux/device.h>
......
/* SPDX-License-Identifier: GPL-2.0 */
/* /*
* Thunderbolt service API * Thunderbolt service API
* *
...@@ -5,10 +6,6 @@ ...@@ -5,10 +6,6 @@
* Copyright (C) 2017, Intel Corporation * Copyright (C) 2017, Intel Corporation
* Authors: Michael Jamet <michael.jamet@intel.com> * Authors: Michael Jamet <michael.jamet@intel.com>
* Mika Westerberg <mika.westerberg@linux.intel.com> * Mika Westerberg <mika.westerberg@linux.intel.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 THUNDERBOLT_H_ #ifndef THUNDERBOLT_H_
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册