Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dmaengine: dw: convert to SPDX identifiers

This patch updates license to use SPDX-License-Identifier
instead of verbose license text.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Andy Shevchenko and committed by
Vinod Koul
b466a37f 934891b0

+9 -28
+2
drivers/dma/dw/Kconfig
··· 1 + # SPDX-License-Identifier: GPL-2.0 2 + 1 3 # 2 4 # DMA engine configuration for dw 3 5 #
+1 -4
drivers/dma/dw/core.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Core driver for the Synopsys DesignWare DMA Controller 3 4 * 4 5 * Copyright (C) 2007-2008 Atmel Corporation 5 6 * Copyright (C) 2010-2011 ST Microelectronics 6 7 * Copyright (C) 2013 Intel Corporation 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 8 */ 12 9 13 10 #include <linux/bitops.h>
+1 -4
drivers/dma/dw/internal.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Driver for the Synopsys DesignWare DMA Controller 3 4 * 4 5 * Copyright (C) 2013 Intel Corporation 5 - * 6 - * This program is free software; you can redistribute it and/or modify 7 - * it under the terms of the GNU General Public License version 2 as 8 - * published by the Free Software Foundation. 9 6 */ 10 7 11 8 #ifndef _DMA_DW_INTERNAL_H
+1 -4
drivers/dma/dw/pci.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * PCI driver for the Synopsys DesignWare DMA Controller 3 4 * 4 5 * Copyright (C) 2013 Intel Corporation 5 6 * Author: Andy Shevchenko <andriy.shevchenko@linux.intel.com> 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 7 */ 11 8 12 9 #include <linux/module.h>
+1 -4
drivers/dma/dw/platform.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Platform driver for the Synopsys DesignWare DMA Controller 3 4 * ··· 7 6 * Copyright (C) 2013 Intel Corporation 8 7 * 9 8 * Some parts of this driver are derived from the original dw_dmac. 10 - * 11 - * This program is free software; you can redistribute it and/or modify 12 - * it under the terms of the GNU General Public License version 2 as 13 - * published by the Free Software Foundation. 14 9 */ 15 10 16 11 #include <linux/module.h>
+1 -4
drivers/dma/dw/regs.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Driver for the Synopsys DesignWare AHB DMA Controller 3 4 * 4 5 * Copyright (C) 2005-2007 Atmel Corporation 5 6 * Copyright (C) 2010-2011 ST Microelectronics 6 7 * Copyright (C) 2016 Intel Corporation 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 8 */ 12 9 13 10 #include <linux/bitops.h>
+1 -4
include/linux/dma/dw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Driver for the Synopsys DesignWare DMA Controller 3 4 * 4 5 * Copyright (C) 2007 Atmel Corporation 5 6 * Copyright (C) 2010-2011 ST Microelectronics 6 7 * Copyright (C) 2014 Intel Corporation 7 - * 8 - * This program is free software; you can redistribute it and/or modify 9 - * it under the terms of the GNU General Public License version 2 as 10 - * published by the Free Software Foundation. 11 8 */ 12 9 #ifndef _DMA_DW_H 13 10 #define _DMA_DW_H
+1 -4
include/linux/platform_data/dma-dw.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Driver for the Synopsys DesignWare DMA Controller 3 4 * 4 5 * Copyright (C) 2007 Atmel Corporation 5 6 * Copyright (C) 2010-2011 ST Microelectronics 6 - * 7 - * This program is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License version 2 as 9 - * published by the Free Software Foundation. 10 7 */ 11 8 #ifndef _PLATFORM_DATA_DMA_DW_H 12 9 #define _PLATFORM_DATA_DMA_DW_H