summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshanlong.li <shanlong.li@starfivetech.com>2023-05-05 11:44:16 +0300
committerAndy Hu <andy.hu@starfivetech.com>2024-06-28 13:47:50 +0300
commit32ffc106f4ea678c5032cf12ba55207d23c95bf4 (patch)
tree6df1f4d381a3e43afd0839e8ecc8ce9c76f5972b
parenta87d4c6d8acbf3de07aa303793be0f7b63b68d98 (diff)
downloadlinux-32ffc106f4ea678c5032cf12ba55207d23c95bf4.tar.xz
driver:e24: correct the copyright of e24
correct the copyright of e24 Signed-off-by: shanlong.li <shanlong.li@starfivetech.com>
-rw-r--r--drivers/e24/starfive_e24.c29
-rw-r--r--drivers/e24/starfive_e24.h18
-rw-r--r--drivers/e24/starfive_e24_hw.c17
-rw-r--r--drivers/e24/starfive_e24_hw.h20
4 files changed, 8 insertions, 76 deletions
diff --git a/drivers/e24/starfive_e24.c b/drivers/e24/starfive_e24.c
index 1c886ba279f3..5fde86263eb4 100644
--- a/drivers/e24/starfive_e24.c
+++ b/drivers/e24/starfive_e24.c
@@ -1,23 +1,10 @@
// SPDX-License-Identifier: GPL-2.0
-/*********************************Copyright (c)*********************************************
- **
- **
- **
- **-------------------------------file info-------------------------------------------------
- ** Vrsions: V1.0
- ** Filename: starfive_e24.c
- ** Creator: shanlong.li
- ** Date: 2021/05/20
- ** Description: boot e24 and communication with u74
- **
- **-------------------------------history----------------------------------------------
- ** Name: shanlong.li
- ** Versions: V1.0
- ** Date: 2021/05/20
- ** Description:
- **
- ** ----------------------------------------------------------------------------------------
- ******************************************************************************************/
+/*
+ * e24 driver for StarFive JH7110 SoC
+ *
+ * Copyright (c) 2021 StarFive Technology Co., Ltd.
+ * Author: Shanlong Li <shanlong.li@starfivetech.com>
+ */
#include <linux/version.h>
#include <linux/atomic.h>
#include <linux/acpi.h>
@@ -1532,6 +1519,6 @@ static struct platform_driver e24_driver = {
module_platform_driver(e24_driver);
-MODULE_AUTHOR("StarFive Technology Co. Ltd.");
-MODULE_DESCRIPTION("e24 mailbox driver");
+MODULE_DESCRIPTION("StarFive e24 driver");
+MODULE_AUTHOR("Shanlong Li <shanlong.li@starfivetech.com>");
MODULE_LICENSE("GPL");
diff --git a/drivers/e24/starfive_e24.h b/drivers/e24/starfive_e24.h
index e6fcd6cfbc8c..20c71dd1c9ad 100644
--- a/drivers/e24/starfive_e24.h
+++ b/drivers/e24/starfive_e24.h
@@ -1,22 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0 */
-/*********************************Copyright (c)*********************************************
- **
- **-------------------------------file info-------------------------------------------------
- ** Vrsions: V1.0
- ** Filename: starfive_e24.h
- ** Creator: shanlong.li
- ** Date: 2021/05/20
- ** Description: header file
- **
- **-------------------------------history----------------------------------------------
- ** Name: shanlong.li
- ** Versions: V1.0
- ** Date: 2021/05/20
- ** Description:
- **
- ** ----------------------------------------------------------------------------------------
- ******************************************************************************************/
-
#ifndef __STARFIVE_E24_H__
#define __STARFIVE_E24_H__
diff --git a/drivers/e24/starfive_e24_hw.c b/drivers/e24/starfive_e24_hw.c
index 94d32d75e4be..75944c49a52d 100644
--- a/drivers/e24/starfive_e24_hw.c
+++ b/drivers/e24/starfive_e24_hw.c
@@ -1,21 +1,4 @@
// SPDX-License-Identifier: GPL-2.0
-/*********************************Copyright (c)*********************************************
- **
- **-------------------------------file info-------------------------------------------------
- ** Vrsions: V1.0
- ** Filename: starfive_e24_hw.c
- ** Creator: shanlong.li
- ** Date: 2021/05/20
- ** Description: e24 start
- **
- **-------------------------------history----------------------------------------------
- ** Name: shanlong.li
- ** Versions: V1.0
- ** Date: 2021/05/20
- ** Description:
- **
- ** ----------------------------------------------------------------------------------------
- ******************************************************************************************/
#include <linux/delay.h>
#include <linux/interrupt.h>
#include <linux/idr.h>
diff --git a/drivers/e24/starfive_e24_hw.h b/drivers/e24/starfive_e24_hw.h
index 195c532688bc..2beea192761e 100644
--- a/drivers/e24/starfive_e24_hw.h
+++ b/drivers/e24/starfive_e24_hw.h
@@ -1,24 +1,4 @@
/* SPDX-License-Identifier: GPL-2.0 */
-/*********************************Copyright (c)*********************************************
- **
- **
- **
- **-------------------------------file info-------------------------------------------------
- ** Vrsions: V1.0
- ** Filename: starfive_e24_hw.h
- ** Creator: shanlong.li
- ** Date: 2021/05/20
- ** Description: header file
- **
- **-------------------------------history----------------------------------------------
- ** Name: shanlong.li
- ** Versions: V1.0
- ** Date: 2021/05/20
- ** Description:
- **
- ** ----------------------------------------------------------------------------------------
- ******************************************************************************************/
-
#ifndef __STARFIVE_E24_HW_H__
#define __STARFIVE_E24_HW_H__
/*