fpga: use SPDX
Replace GPLv2 boilerplate with SPDX in FPGA code that came from me or from Altera. Signed-off-by: Alan Tull <atull@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
9f368977b4
commit
473f01f7e4
|
@ -1,19 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* FPGA to SDRAM Bridge Driver for Altera SoCFPGA Devices
|
* FPGA to SDRAM Bridge Driver for Altera SoCFPGA Devices
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2016 Altera Corporation, All Rights Reserved.
|
* Copyright (C) 2013-2016 Altera Corporation, All Rights Reserved.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,19 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* FPGA Freeze Bridge Controller
|
* FPGA Freeze Bridge Controller
|
||||||
*
|
*
|
||||||
* Copyright (C) 2016 Altera Corporation. All rights reserved.
|
* Copyright (C) 2016 Altera Corporation. All rights reserved.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* FPGA to/from HPS Bridge Driver for Altera SoCFPGA Devices
|
* FPGA to/from HPS Bridge Driver for Altera SoCFPGA Devices
|
||||||
*
|
*
|
||||||
|
@ -6,18 +7,6 @@
|
||||||
* Includes this patch from the mailing list:
|
* Includes this patch from the mailing list:
|
||||||
* fpga: altera-hps2fpga: fix HPS2FPGA bridge visibility to L3 masters
|
* fpga: altera-hps2fpga: fix HPS2FPGA bridge visibility to L3 masters
|
||||||
* Signed-off-by: Anatolij Gustschin <agust@denx.de>
|
* Signed-off-by: Anatolij Gustschin <agust@denx.de>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Driver for Altera Partial Reconfiguration IP Core
|
* Driver for Altera Partial Reconfiguration IP Core
|
||||||
*
|
*
|
||||||
|
@ -5,18 +6,6 @@
|
||||||
*
|
*
|
||||||
* Based on socfpga-a10.c Copyright (C) 2015-2016 Altera Corporation
|
* Based on socfpga-a10.c Copyright (C) 2015-2016 Altera Corporation
|
||||||
* by Alan Tull <atull@opensource.altera.com>
|
* by Alan Tull <atull@opensource.altera.com>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/fpga/altera-pr-ip-core.h>
|
#include <linux/fpga/altera-pr-ip-core.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Driver for Altera Partial Reconfiguration IP Core
|
* Driver for Altera Partial Reconfiguration IP Core
|
||||||
*
|
*
|
||||||
|
@ -5,18 +6,6 @@
|
||||||
*
|
*
|
||||||
* Based on socfpga-a10.c Copyright (C) 2015-2016 Altera Corporation
|
* Based on socfpga-a10.c Copyright (C) 2015-2016 Altera Corporation
|
||||||
* by Alan Tull <atull@opensource.altera.com>
|
* by Alan Tull <atull@opensource.altera.com>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
#include <linux/fpga/altera-pr-ip-core.h>
|
#include <linux/fpga/altera-pr-ip-core.h>
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* FPGA Bridge Framework Driver
|
* FPGA Bridge Framework Driver
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2016 Altera Corporation, All Rights Reserved.
|
* Copyright (C) 2013-2016 Altera Corporation, All Rights Reserved.
|
||||||
* 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 and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/fpga/fpga-bridge.h>
|
#include <linux/fpga/fpga-bridge.h>
|
||||||
#include <linux/idr.h>
|
#include <linux/idr.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* FPGA Manager Core
|
* FPGA Manager Core
|
||||||
*
|
*
|
||||||
|
@ -6,18 +7,6 @@
|
||||||
*
|
*
|
||||||
* With code from the mailing list:
|
* With code from the mailing list:
|
||||||
* Copyright (C) 2013 Xilinx, Inc.
|
* Copyright (C) 2013 Xilinx, Inc.
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/firmware.h>
|
#include <linux/firmware.h>
|
||||||
#include <linux/fpga/fpga-mgr.h>
|
#include <linux/fpga/fpga-mgr.h>
|
||||||
|
|
|
@ -1,22 +1,10 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* FPGA Region - Device Tree support for FPGA programming under Linux
|
* FPGA Region - Device Tree support for FPGA programming under Linux
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2016 Altera Corporation
|
* Copyright (C) 2013-2016 Altera Corporation
|
||||||
* 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 and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/fpga/fpga-bridge.h>
|
#include <linux/fpga/fpga-bridge.h>
|
||||||
#include <linux/fpga/fpga-mgr.h>
|
#include <linux/fpga/fpga-mgr.h>
|
||||||
#include <linux/fpga/fpga-region.h>
|
#include <linux/fpga/fpga-region.h>
|
||||||
|
|
|
@ -1,22 +1,10 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* FPGA Region - Device Tree support for FPGA programming under Linux
|
* FPGA Region - Device Tree support for FPGA programming under Linux
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2016 Altera Corporation
|
* Copyright (C) 2013-2016 Altera Corporation
|
||||||
* 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 and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/fpga/fpga-bridge.h>
|
#include <linux/fpga/fpga-bridge.h>
|
||||||
#include <linux/fpga/fpga-mgr.h>
|
#include <linux/fpga/fpga-mgr.h>
|
||||||
#include <linux/fpga/fpga-region.h>
|
#include <linux/fpga/fpga-region.h>
|
||||||
|
|
|
@ -1,21 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* FPGA Manager Driver for Altera Arria10 SoCFPGA
|
* FPGA Manager Driver for Altera Arria10 SoCFPGA
|
||||||
*
|
*
|
||||||
* Copyright (C) 2015-2016 Altera Corporation
|
* Copyright (C) 2015-2016 Altera Corporation
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
|
|
|
@ -1,19 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* FPGA Manager Driver for Altera SOCFPGA
|
* FPGA Manager Driver for Altera SOCFPGA
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2015 Altera Corporation
|
* Copyright (C) 2013-2015 Altera Corporation
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/completion.h>
|
#include <linux/completion.h>
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* Driver for Altera Partial Reconfiguration IP Core
|
* Driver for Altera Partial Reconfiguration IP Core
|
||||||
*
|
*
|
||||||
|
@ -5,18 +6,6 @@
|
||||||
*
|
*
|
||||||
* Based on socfpga-a10.c Copyright (C) 2015-2016 Altera Corporation
|
* Based on socfpga-a10.c Copyright (C) 2015-2016 Altera Corporation
|
||||||
* by Alan Tull <atull@opensource.altera.com>
|
* by Alan Tull <atull@opensource.altera.com>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify it
|
|
||||||
* under the terms and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _ALT_PR_IP_CORE_H
|
#ifndef _ALT_PR_IP_CORE_H
|
||||||
|
|
|
@ -1,20 +1,9 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* FPGA Framework
|
* FPGA Framework
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013-2016 Altera Corporation
|
* Copyright (C) 2013-2016 Altera Corporation
|
||||||
* 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 and conditions of the GNU General Public License,
|
|
||||||
* version 2, as published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This program is distributed in the hope 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.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU General Public License along with
|
|
||||||
* this program. If not, see <http://www.gnu.org/licenses/>.
|
|
||||||
*/
|
*/
|
||||||
#ifndef _LINUX_FPGA_MGR_H
|
#ifndef _LINUX_FPGA_MGR_H
|
||||||
#define _LINUX_FPGA_MGR_H
|
#define _LINUX_FPGA_MGR_H
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
|
|
||||||
#ifndef _FPGA_REGION_H
|
#ifndef _FPGA_REGION_H
|
||||||
#define _FPGA_REGION_H
|
#define _FPGA_REGION_H
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user