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

dmaengine: use SPDX identifier for Renesas drivers

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Wolfram Sang and committed by
Vinod Koul
901fd852 5b394b2d

+9 -38
+1 -4
drivers/dma/nbpfaxi.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd. 3 4 * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 4 - * 5 - * This program is free software; you can redistribute it and/or modify 6 - * it under the terms of version 2 of the GNU General Public License as 7 - * published by the Free Software Foundation. 8 5 */ 9 6 10 7 #include <linux/bitmap.h>
+1 -4
drivers/dma/sh/shdma-arm.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0 */ 1 2 /* 2 3 * Renesas SuperH DMA Engine support 3 4 * 4 5 * Copyright (C) 2013 Renesas Electronics, Inc. 5 - * 6 - * This is free software; you can redistribute it and/or modify it under the 7 - * terms of version 2 the GNU General Public License as published by the Free 8 - * Software Foundation. 9 6 */ 10 7 11 8 #ifndef SHDMA_ARM_H
+1 -4
drivers/dma/sh/shdma-base.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Dmaengine driver base library for DMA controllers, found on SH-based SoCs 3 4 * ··· 8 7 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9 8 * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved. 10 9 * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved. 11 - * 12 - * This is free software; you can redistribute it and/or modify 13 - * it under the terms of version 2 of the GNU General Public License as 14 - * published by the Free Software Foundation. 15 10 */ 16 11 17 12 #include <linux/delay.h>
+1 -4
drivers/dma/sh/shdma-of.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * SHDMA Device Tree glue 3 4 * 4 5 * Copyright (C) 2013 Renesas Electronics Inc. 5 6 * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de> 6 - * 7 - * This is free software; you can redistribute it and/or modify 8 - * it under the terms of version 2 of the GNU General Public License as 9 - * published by the Free Software Foundation. 10 7 */ 11 8 12 9 #include <linux/dmaengine.h>
+1 -4
drivers/dma/sh/shdma-r8a73a4.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas SuperH DMA Engine support for r8a73a4 (APE6) SoCs 3 4 * 4 5 * Copyright (C) 2013 Renesas Electronics, Inc. 5 - * 6 - * This is free software; you can redistribute it and/or modify it under the 7 - * terms of version 2 the GNU General Public License as published by the Free 8 - * Software Foundation. 9 6 */ 10 7 #include <linux/sh_dma.h> 11 8
+1 -5
drivers/dma/sh/shdma.h
··· 1 + /* SPDX-License-Identifier: GPL-2.0+ */ 1 2 /* 2 3 * Renesas SuperH DMA Engine support 3 4 * 4 5 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 5 6 * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved. 6 - * 7 - * This is free software; you can redistribute it and/or modify 8 - * it under the terms of the GNU General Public License as published by 9 - * the Free Software Foundation; either version 2 of the License, or 10 - * (at your option) any later version. 11 7 * 12 8 */ 13 9 #ifndef __DMA_SHDMA_H
+1 -5
drivers/dma/sh/shdmac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0+ 1 2 /* 2 3 * Renesas SuperH DMA Engine support 3 4 * ··· 8 7 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 9 8 * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved. 10 9 * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved. 11 - * 12 - * This is free software; you can redistribute it and/or modify 13 - * it under the terms of the GNU General Public License as published by 14 - * the Free Software Foundation; either version 2 of the License, or 15 - * (at your option) any later version. 16 10 * 17 11 * - DMA of SuperH does not have Hardware DMA chain mode. 18 12 * - MAX DMA size is 16MB.
+1 -4
drivers/dma/sh/sudmac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas SUDMAC support 3 4 * ··· 9 8 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> 10 9 * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved. 11 10 * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved. 12 - * 13 - * This is free software; you can redistribute it and/or modify 14 - * it under the terms of version 2 of the GNU General Public License as 15 - * published by the Free Software Foundation. 16 11 */ 17 12 18 13 #include <linux/dmaengine.h>
+1 -4
drivers/dma/sh/usb-dmac.c
··· 1 + // SPDX-License-Identifier: GPL-2.0 1 2 /* 2 3 * Renesas USB DMA Controller Driver 3 4 * ··· 7 6 * based on rcar-dmac.c 8 7 * Copyright (C) 2014 Renesas Electronics Inc. 9 8 * Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 10 - * 11 - * This is free software; you can redistribute it and/or modify 12 - * it under the terms of version 2 of the GNU General Public License as 13 - * published by the Free Software Foundation. 14 9 */ 15 10 16 11 #include <linux/delay.h>