···11+// SPDX-License-Identifier: GPL-2.012/*23 * Copyright (C) 2013-2014 Renesas Electronics Europe Ltd.34 * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>44- *55- * This program is free software; you can redistribute it and/or modify66- * it under the terms of version 2 of the GNU General Public License as77- * published by the Free Software Foundation.85 */96107#include <linux/bitmap.h>
···11+/* SPDX-License-Identifier: GPL-2.0 */12/*23 * Renesas SuperH DMA Engine support34 *45 * Copyright (C) 2013 Renesas Electronics, Inc.55- *66- * This is free software; you can redistribute it and/or modify it under the77- * terms of version 2 the GNU General Public License as published by the Free88- * Software Foundation.96 */107118#ifndef SHDMA_ARM_H
+1-4
drivers/dma/sh/shdma-base.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * Dmaengine driver base library for DMA controllers, found on SH-based SoCs34 *···87 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>98 * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.109 * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.1111- *1212- * This is free software; you can redistribute it and/or modify1313- * it under the terms of version 2 of the GNU General Public License as1414- * published by the Free Software Foundation.1510 */16111712#include <linux/delay.h>
+1-4
drivers/dma/sh/shdma-of.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * SHDMA Device Tree glue34 *45 * Copyright (C) 2013 Renesas Electronics Inc.56 * Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>66- *77- * This is free software; you can redistribute it and/or modify88- * it under the terms of version 2 of the GNU General Public License as99- * published by the Free Software Foundation.107 */118129#include <linux/dmaengine.h>
+1-4
drivers/dma/sh/shdma-r8a73a4.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * Renesas SuperH DMA Engine support for r8a73a4 (APE6) SoCs34 *45 * Copyright (C) 2013 Renesas Electronics, Inc.55- *66- * This is free software; you can redistribute it and/or modify it under the77- * terms of version 2 the GNU General Public License as published by the Free88- * Software Foundation.96 */107#include <linux/sh_dma.h>118
+1-5
drivers/dma/sh/shdma.h
···11+/* SPDX-License-Identifier: GPL-2.0+ */12/*23 * Renesas SuperH DMA Engine support34 *45 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>56 * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.66- *77- * This is free software; you can redistribute it and/or modify88- * it under the terms of the GNU General Public License as published by99- * the Free Software Foundation; either version 2 of the License, or1010- * (at your option) any later version.117 *128 */139#ifndef __DMA_SHDMA_H
+1-5
drivers/dma/sh/shdmac.c
···11+// SPDX-License-Identifier: GPL-2.0+12/*23 * Renesas SuperH DMA Engine support34 *···87 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>98 * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.109 * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.1111- *1212- * This is free software; you can redistribute it and/or modify1313- * it under the terms of the GNU General Public License as published by1414- * the Free Software Foundation; either version 2 of the License, or1515- * (at your option) any later version.1610 *1711 * - DMA of SuperH does not have Hardware DMA chain mode.1812 * - MAX DMA size is 16MB.
+1-4
drivers/dma/sh/sudmac.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * Renesas SUDMAC support34 *···98 * Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>109 * Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.1110 * Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.1212- *1313- * This is free software; you can redistribute it and/or modify1414- * it under the terms of version 2 of the GNU General Public License as1515- * published by the Free Software Foundation.1611 */17121813#include <linux/dmaengine.h>
+1-4
drivers/dma/sh/usb-dmac.c
···11+// SPDX-License-Identifier: GPL-2.012/*23 * Renesas USB DMA Controller Driver34 *···76 * based on rcar-dmac.c87 * Copyright (C) 2014 Renesas Electronics Inc.98 * Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com>1010- *1111- * This is free software; you can redistribute it and/or modify1212- * it under the terms of version 2 of the GNU General Public License as1313- * published by the Free Software Foundation.149 */15101611#include <linux/delay.h>