mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
5b394b2ddf
commit
901fd85251
|
@ -1,10 +1,7 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2013-2014 Renesas Electronics Europe Ltd.
|
* Copyright (C) 2013-2014 Renesas Electronics Europe Ltd.
|
||||||
* Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
|
* Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/bitmap.h>
|
#include <linux/bitmap.h>
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* Renesas SuperH DMA Engine support
|
* Renesas SuperH DMA Engine support
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Renesas Electronics, Inc.
|
* Copyright (C) 2013 Renesas Electronics, Inc.
|
||||||
*
|
|
||||||
* This is free software; you can redistribute it and/or modify it under the
|
|
||||||
* terms of version 2 the GNU General Public License as published by the Free
|
|
||||||
* Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SHDMA_ARM_H
|
#ifndef SHDMA_ARM_H
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Dmaengine driver base library for DMA controllers, found on SH-based SoCs
|
* Dmaengine driver base library for DMA controllers, found on SH-based SoCs
|
||||||
*
|
*
|
||||||
|
@ -7,10 +8,6 @@
|
||||||
* Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
|
* Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
|
||||||
* Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
|
* Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
|
||||||
* Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
|
* Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
|
||||||
*
|
|
||||||
* This is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
|
|
|
@ -1,12 +1,9 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* SHDMA Device Tree glue
|
* SHDMA Device Tree glue
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Renesas Electronics Inc.
|
* Copyright (C) 2013 Renesas Electronics Inc.
|
||||||
* Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
|
* Author: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
|
||||||
*
|
|
||||||
* This is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/dmaengine.h>
|
#include <linux/dmaengine.h>
|
||||||
|
|
|
@ -1,11 +1,8 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Renesas SuperH DMA Engine support for r8a73a4 (APE6) SoCs
|
* Renesas SuperH DMA Engine support for r8a73a4 (APE6) SoCs
|
||||||
*
|
*
|
||||||
* Copyright (C) 2013 Renesas Electronics, Inc.
|
* Copyright (C) 2013 Renesas Electronics, Inc.
|
||||||
*
|
|
||||||
* This is free software; you can redistribute it and/or modify it under the
|
|
||||||
* terms of version 2 the GNU General Public License as published by the Free
|
|
||||||
* Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
#include <linux/sh_dma.h>
|
#include <linux/sh_dma.h>
|
||||||
|
|
||||||
|
|
|
@ -1,14 +1,10 @@
|
||||||
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||||||
/*
|
/*
|
||||||
* Renesas SuperH DMA Engine support
|
* Renesas SuperH DMA Engine support
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
|
* Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
|
||||||
* Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
|
* Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
#ifndef __DMA_SHDMA_H
|
#ifndef __DMA_SHDMA_H
|
||||||
#define __DMA_SHDMA_H
|
#define __DMA_SHDMA_H
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0+
|
||||||
/*
|
/*
|
||||||
* Renesas SuperH DMA Engine support
|
* Renesas SuperH DMA Engine support
|
||||||
*
|
*
|
||||||
|
@ -8,11 +9,6 @@
|
||||||
* Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
|
* Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
|
||||||
* Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
|
* Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* This is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License as published by
|
|
||||||
* the Free Software Foundation; either version 2 of the License, or
|
|
||||||
* (at your option) any later version.
|
|
||||||
*
|
|
||||||
* - DMA of SuperH does not have Hardware DMA chain mode.
|
* - DMA of SuperH does not have Hardware DMA chain mode.
|
||||||
* - MAX DMA size is 16MB.
|
* - MAX DMA size is 16MB.
|
||||||
*
|
*
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Renesas SUDMAC support
|
* Renesas SUDMAC support
|
||||||
*
|
*
|
||||||
|
@ -8,10 +9,6 @@
|
||||||
* Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
|
* Copyright (C) 2009 Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
|
||||||
* Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
|
* Copyright (C) 2009 Renesas Solutions, Inc. All rights reserved.
|
||||||
* Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
|
* Copyright (C) 2007 Freescale Semiconductor, Inc. All rights reserved.
|
||||||
*
|
|
||||||
* This is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/dmaengine.h>
|
#include <linux/dmaengine.h>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Renesas USB DMA Controller Driver
|
* Renesas USB DMA Controller Driver
|
||||||
*
|
*
|
||||||
|
@ -6,10 +7,6 @@
|
||||||
* based on rcar-dmac.c
|
* based on rcar-dmac.c
|
||||||
* Copyright (C) 2014 Renesas Electronics Inc.
|
* Copyright (C) 2014 Renesas Electronics Inc.
|
||||||
* Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
* Author: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
|
||||||
*
|
|
||||||
* This is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of version 2 of the GNU General Public License as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/delay.h>
|
#include <linux/delay.h>
|
||||||
|
|
Loading…
Reference in New Issue