mmc: 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: Ulf Hansson <ulf.hansson@linaro.org>
This commit is contained in:
committed by
Ulf Hansson
parent
00c6527b83
commit
f707079df8
@ -1,12 +1,9 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* Renesas Mobile SDHI
|
* Renesas Mobile SDHI
|
||||||
*
|
*
|
||||||
* Copyright (C) 2017 Horms Solutions Ltd., Simon Horman
|
* Copyright (C) 2017 Horms Solutions Ltd., Simon Horman
|
||||||
* Copyright (C) 2017 Renesas Electronics Corporation
|
* Copyright (C) 2017 Renesas Electronics Corporation
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef RENESAS_SDHI_H
|
#ifndef RENESAS_SDHI_H
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Renesas SDHI
|
* Renesas SDHI
|
||||||
*
|
*
|
||||||
@ -6,10 +7,6 @@
|
|||||||
* Copyright (C) 2016-17 Horms Solutions, Simon Horman
|
* Copyright (C) 2016-17 Horms Solutions, Simon Horman
|
||||||
* Copyright (C) 2009 Magnus Damm
|
* Copyright (C) 2009 Magnus Damm
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* Based on "Compaq ASIC3 support":
|
* Based on "Compaq ASIC3 support":
|
||||||
*
|
*
|
||||||
* Copyright 2001 Compaq Computer Corporation.
|
* Copyright 2001 Compaq Computer Corporation.
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* DMA support for Internal DMAC with SDHI SD/SDIO controller
|
* DMA support for Internal DMAC with SDHI SD/SDIO controller
|
||||||
*
|
*
|
||||||
* Copyright (C) 2016-17 Renesas Electronics Corporation
|
* Copyright (C) 2016-17 Renesas Electronics Corporation
|
||||||
* Copyright (C) 2016-17 Horms Solutions, Simon Horman
|
* Copyright (C) 2016-17 Horms Solutions, Simon Horman
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/bitops.h>
|
#include <linux/bitops.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* DMA support use of SYS DMAC with SDHI SD/SDIO controller
|
* DMA support use of SYS DMAC with SDHI SD/SDIO controller
|
||||||
*
|
*
|
||||||
@ -5,10 +6,6 @@
|
|||||||
* Copyright (C) 2016-17 Sang Engineering, Wolfram Sang
|
* Copyright (C) 2016-17 Sang Engineering, Wolfram Sang
|
||||||
* Copyright (C) 2017 Horms Solutions, Simon Horman
|
* Copyright (C) 2017 Horms Solutions, Simon Horman
|
||||||
* Copyright (C) 2010-2011 Guennadi Liakhovetski
|
* Copyright (C) 2010-2011 Guennadi Liakhovetski
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
|
@ -1,12 +1,9 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* MMCIF eMMC driver.
|
* MMCIF eMMC driver.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010 Renesas Solutions Corp.
|
* Copyright (C) 2010 Renesas Solutions Corp.
|
||||||
* Yusuke Goda <yusuke.goda.sx@renesas.com>
|
* Yusuke Goda <yusuke.goda.sx@renesas.com>
|
||||||
*
|
|
||||||
* This program 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.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -1573,6 +1570,6 @@ static struct platform_driver sh_mmcif_driver = {
|
|||||||
module_platform_driver(sh_mmcif_driver);
|
module_platform_driver(sh_mmcif_driver);
|
||||||
|
|
||||||
MODULE_DESCRIPTION("SuperH on-chip MMC/eMMC interface driver");
|
MODULE_DESCRIPTION("SuperH on-chip MMC/eMMC interface driver");
|
||||||
MODULE_LICENSE("GPL");
|
MODULE_LICENSE("GPL v2");
|
||||||
MODULE_ALIAS("platform:" DRIVER_NAME);
|
MODULE_ALIAS("platform:" DRIVER_NAME);
|
||||||
MODULE_AUTHOR("Yusuke Goda <yusuke.goda.sx@renesas.com>");
|
MODULE_AUTHOR("Yusuke Goda <yusuke.goda.sx@renesas.com>");
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Driver for the MMC / SD / SDIO cell found in:
|
* Driver for the MMC / SD / SDIO cell found in:
|
||||||
*
|
*
|
||||||
@ -7,10 +8,6 @@
|
|||||||
* Copyright (C) 2017 Horms Solutions, Simon Horman
|
* Copyright (C) 2017 Horms Solutions, Simon Horman
|
||||||
* Copyright (C) 2007 Ian Molton
|
* Copyright (C) 2007 Ian Molton
|
||||||
* Copyright (C) 2004 Ian Molton
|
* Copyright (C) 2004 Ian Molton
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/*
|
/*
|
||||||
* Driver for the MMC / SD / SDIO cell found in:
|
* Driver for the MMC / SD / SDIO cell found in:
|
||||||
*
|
*
|
||||||
@ -8,11 +9,6 @@
|
|||||||
* Copyright (C) 2016-17 Horms Solutions, Simon Horman
|
* Copyright (C) 2016-17 Horms Solutions, Simon Horman
|
||||||
* Copyright (C) 2007 Ian Molton
|
* Copyright (C) 2007 Ian Molton
|
||||||
* Copyright (C) 2004 Ian Molton
|
* Copyright (C) 2004 Ian Molton
|
||||||
*
|
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef TMIO_MMC_H
|
#ifndef TMIO_MMC_H
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// SPDX-License-Identifier: GPL-2.0
|
||||||
/*
|
/*
|
||||||
* Driver for the MMC / SD / SDIO IP found in:
|
* Driver for the MMC / SD / SDIO IP found in:
|
||||||
*
|
*
|
||||||
@ -10,10 +11,6 @@
|
|||||||
* Copyright (C) 2007 Ian Molton
|
* Copyright (C) 2007 Ian Molton
|
||||||
* Copyright (C) 2004 Ian Molton
|
* Copyright (C) 2004 Ian Molton
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
|
||||||
* published by the Free Software Foundation.
|
|
||||||
*
|
|
||||||
* This driver draws mainly on scattered spec sheets, Reverse engineering
|
* This driver draws mainly on scattered spec sheets, Reverse engineering
|
||||||
* of the toshiba e800 SD driver and some parts of the 2.4 ASIC3 driver (4 bit
|
* of the toshiba e800 SD driver and some parts of the 2.4 ASIC3 driver (4 bit
|
||||||
* support). (Further 4 bit support from a later datasheet).
|
* support). (Further 4 bit support from a later datasheet).
|
||||||
|
@ -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/clk.h>
|
#include <linux/clk.h>
|
||||||
|
Reference in New Issue
Block a user