summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXingyu Wu <xingyu.wu@starfivetech.com>2023-06-01 05:24:37 +0300
committerAndy Hu <andy.hu@starfivetech.com>2023-06-07 14:33:32 +0300
commit461c67f020261b2a0b452e8a886f5c37ae48b688 (patch)
tree3317ab6891a703cb4680be80884f6526566a3243
parent9501c1c44a178755d190f23e1b4b2f16761970ce (diff)
downloadlinux-461c67f020261b2a0b452e8a886f5c37ae48b688.tar.xz
driver/include/sound: Normalize the copyright licenses
Normalize the copyright licenses about clocktree/watchdog/timer/spdif/pwmdac. Signed-off-by: Xingyu Wu <xingyu.wu@starfivetech.com>
-rw-r--r--[-rwxr-xr-x]drivers/clk/starfive/clk-starfive-jh7110-aon.c3
-rw-r--r--drivers/clk/starfive/clk-starfive-jh7110-gen.c3
-rw-r--r--drivers/clk/starfive/clk-starfive-jh7110-isp.c3
-rw-r--r--drivers/clk/starfive/clk-starfive-jh7110-pll.c3
-rw-r--r--drivers/clk/starfive/clk-starfive-jh7110-pll.h3
-rw-r--r--[-rwxr-xr-x]drivers/clk/starfive/clk-starfive-jh7110-stg.c3
-rw-r--r--drivers/clk/starfive/clk-starfive-jh7110-sys.c3
-rw-r--r--drivers/clk/starfive/clk-starfive-jh7110-vout.c3
-rw-r--r--drivers/clk/starfive/clk-starfive-jh7110.h3
-rw-r--r--drivers/clocksource/timer-starfive.c4
-rw-r--r--drivers/clocksource/timer-starfive.h12
-rw-r--r--drivers/watchdog/starfive-wdt.c13
-rw-r--r--[-rwxr-xr-x]include/dt-bindings/clock/starfive-jh7110-clkgen.h3
-rw-r--r--[-rwxr-xr-x]include/dt-bindings/clock/starfive-jh7110-isp.h3
-rw-r--r--[-rwxr-xr-x]include/dt-bindings/clock/starfive-jh7110-vout.h3
-rw-r--r--sound/soc/starfive/pwmdac.h1
-rw-r--r--sound/soc/starfive/starfive_pwmdac_pcm.c25
-rw-r--r--[-rwxr-xr-x]sound/soc/starfive/starfive_pwmdac_transmitter.c25
-rw-r--r--sound/soc/starfive/starfive_spdif_pcm.c18
19 files changed, 48 insertions, 86 deletions
diff --git a/drivers/clk/starfive/clk-starfive-jh7110-aon.c b/drivers/clk/starfive/clk-starfive-jh7110-aon.c
index 83a22380d9f6..c0fd927397e9 100755..100644
--- a/drivers/clk/starfive/clk-starfive-jh7110-aon.c
+++ b/drivers/clk/starfive/clk-starfive-jh7110-aon.c
@@ -2,7 +2,8 @@
/*
* StarFive JH7110 aon Clock Generator Driver
*
- * Copyright (C) 2022 Xingyu Wu <xingyu.wu@starfivetech.com>
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
*/
#include <linux/clk.h>
diff --git a/drivers/clk/starfive/clk-starfive-jh7110-gen.c b/drivers/clk/starfive/clk-starfive-jh7110-gen.c
index 3a4d9893c78c..b756eecf673e 100644
--- a/drivers/clk/starfive/clk-starfive-jh7110-gen.c
+++ b/drivers/clk/starfive/clk-starfive-jh7110-gen.c
@@ -2,7 +2,8 @@
/*
* StarFive JH7110 Clock Generator Driver
*
- * Copyright (C) 2022 Xingyu Wu <xingyu.wu@starfivetech.com>
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
*/
#include <linux/bits.h>
diff --git a/drivers/clk/starfive/clk-starfive-jh7110-isp.c b/drivers/clk/starfive/clk-starfive-jh7110-isp.c
index b30cc76bdf03..52c3e656a039 100644
--- a/drivers/clk/starfive/clk-starfive-jh7110-isp.c
+++ b/drivers/clk/starfive/clk-starfive-jh7110-isp.c
@@ -2,7 +2,8 @@
/*
* StarFive JH7110 Isp Clock Driver
*
- * Copyright (C) 2022 Xingyu Wu <xingyu.wu@starfivetech.com>
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
*/
#include <linux/bits.h>
diff --git a/drivers/clk/starfive/clk-starfive-jh7110-pll.c b/drivers/clk/starfive/clk-starfive-jh7110-pll.c
index e58dc4c4d32a..46a35e61ac59 100644
--- a/drivers/clk/starfive/clk-starfive-jh7110-pll.c
+++ b/drivers/clk/starfive/clk-starfive-jh7110-pll.c
@@ -2,7 +2,8 @@
/*
* StarFive JH7110 PLL Clock Generator Driver
*
- * Copyright (C) 2022 Xingyu Wu <xingyu.wu@starfivetech.com>
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
*/
#include <linux/platform_device.h>
diff --git a/drivers/clk/starfive/clk-starfive-jh7110-pll.h b/drivers/clk/starfive/clk-starfive-jh7110-pll.h
index 87843181ecf8..196885412833 100644
--- a/drivers/clk/starfive/clk-starfive-jh7110-pll.h
+++ b/drivers/clk/starfive/clk-starfive-jh7110-pll.h
@@ -2,7 +2,8 @@
/*
* StarFive JH7110 PLL Clock Generator Driver
*
- * Copyright (C) 2022 Xingyu Wu <xingyu.wu@starfivetech.com>
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
*/
#ifndef _CLK_STARFIVE_JH7110_PLL_H_
diff --git a/drivers/clk/starfive/clk-starfive-jh7110-stg.c b/drivers/clk/starfive/clk-starfive-jh7110-stg.c
index 9ef47fe8ce00..2f850f9c10f8 100755..100644
--- a/drivers/clk/starfive/clk-starfive-jh7110-stg.c
+++ b/drivers/clk/starfive/clk-starfive-jh7110-stg.c
@@ -2,7 +2,8 @@
/*
* StarFive JH7110 stg Clock Generator Driver
*
- * Copyright (C) 2022 Xingyu Wu <xingyu.wu@starfivetech.com>
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
*/
#include <linux/clk.h>
diff --git a/drivers/clk/starfive/clk-starfive-jh7110-sys.c b/drivers/clk/starfive/clk-starfive-jh7110-sys.c
index 7b52a6145e55..0a9d0f7b32b2 100644
--- a/drivers/clk/starfive/clk-starfive-jh7110-sys.c
+++ b/drivers/clk/starfive/clk-starfive-jh7110-sys.c
@@ -2,7 +2,8 @@
/*
* StarFive JH7110 sys Clock Generator Driver
*
- * Copyright (C) 2022 Xingyu Wu <xingyu.wu@starfivetech.com>
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
*/
#include <linux/clk.h>
diff --git a/drivers/clk/starfive/clk-starfive-jh7110-vout.c b/drivers/clk/starfive/clk-starfive-jh7110-vout.c
index 39874cfed84d..6be741609315 100644
--- a/drivers/clk/starfive/clk-starfive-jh7110-vout.c
+++ b/drivers/clk/starfive/clk-starfive-jh7110-vout.c
@@ -2,7 +2,8 @@
/*
* StarFive JH7110 vout Clock Driver
*
- * Copyright (C) 2022 Xingyu Wu <xingyu.wu@starfivetech.com>
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
*/
#include <linux/bits.h>
diff --git a/drivers/clk/starfive/clk-starfive-jh7110.h b/drivers/clk/starfive/clk-starfive-jh7110.h
index c776ab38a7b3..4304e8aa1a4d 100644
--- a/drivers/clk/starfive/clk-starfive-jh7110.h
+++ b/drivers/clk/starfive/clk-starfive-jh7110.h
@@ -2,7 +2,8 @@
/*
* StarFive JH7110 Clock Generator Driver
*
- * Copyright (C) 2022 Xingyu Wu <xingyu.wu@starfivetech.com>
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
*/
#ifndef _CLK_STARFIVE_JH7110_H_
diff --git a/drivers/clocksource/timer-starfive.c b/drivers/clocksource/timer-starfive.c
index 46003d13fa1d..3c7ee9689717 100644
--- a/drivers/clocksource/timer-starfive.c
+++ b/drivers/clocksource/timer-starfive.c
@@ -2,7 +2,9 @@
/*
* Starfive Timer driver
*
- * Copyright 2021 StarFive, Inc. All rights reserved.
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
+ * Samin Guo <samin.guo@starfivetech.com>
*/
#include <linux/clk.h>
diff --git a/drivers/clocksource/timer-starfive.h b/drivers/clocksource/timer-starfive.h
index f2ccc07d0e22..23300a6a6b43 100644
--- a/drivers/clocksource/timer-starfive.h
+++ b/drivers/clocksource/timer-starfive.h
@@ -1,14 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0 */
/*
- * Copyright 2021 StarFive, Inc <samin.guo@starfivetech.com>
- *
- * THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING
- * CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER
- * FOR THEM TO SAVE TIME. AS A RESULT, STARFIVE SHALL NOT BE HELD LIABLE
- * FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY
- * CLAIMS ARISING FROM THE CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE
- * BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION
- * WITH THEIR PRODUCTS.
+ * Copyright (C) 2021 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
+ * Samin Guo <samin.guo@starfivetech.com>
*/
#ifndef STARFIVE_TIMER_H
#define STARFIVE_TIMER_H
diff --git a/drivers/watchdog/starfive-wdt.c b/drivers/watchdog/starfive-wdt.c
index 90765f99d43f..bc8b932745ad 100644
--- a/drivers/watchdog/starfive-wdt.c
+++ b/drivers/watchdog/starfive-wdt.c
@@ -1,15 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Copyright 2021 StarFive, Inc <samin.guo@starfivetech.com>
- * Copyright 2022 StarFive, Inc <xingyu.wu@starfivetech.com>
- *
- * THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING
- * CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER
- * FOR THEM TO SAVE TIME. AS A RESULT, STARFIVE SHALL NOT BE HELD LIABLE
- * FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY
- * CLAIMS ARISING FROM THE CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE
- * BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION
- * WITH THEIR PRODUCTS.
+ * Copyright (C) 2021 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
+ * Samin Guo <samin.guo@starfivetech.com>
*/
#include <linux/clk.h>
diff --git a/include/dt-bindings/clock/starfive-jh7110-clkgen.h b/include/dt-bindings/clock/starfive-jh7110-clkgen.h
index 03ce4952b45f..f00bb6d2ef41 100755..100644
--- a/include/dt-bindings/clock/starfive-jh7110-clkgen.h
+++ b/include/dt-bindings/clock/starfive-jh7110-clkgen.h
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 OR MIT */
/*
- * Copyright 2022 StarFive, Inc <xingyu.wu@starfivetech.com>
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
*/
#ifndef __DT_BINDINGS_CLOCK_STARFIVE_JH7110_CLKGEN_H__
diff --git a/include/dt-bindings/clock/starfive-jh7110-isp.h b/include/dt-bindings/clock/starfive-jh7110-isp.h
index 498d5683f572..98732ed04332 100755..100644
--- a/include/dt-bindings/clock/starfive-jh7110-isp.h
+++ b/include/dt-bindings/clock/starfive-jh7110-isp.h
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 OR MIT */
/*
- * Copyright 2022 StarFive, Inc <xingyu.wu@starfivetech.com>
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
*/
#ifndef __DT_BINDINGS_CLOCK_STARFIVE_JH7110_ISP_H__
diff --git a/include/dt-bindings/clock/starfive-jh7110-vout.h b/include/dt-bindings/clock/starfive-jh7110-vout.h
index 9501cdbe1ae1..c01ded6fdea1 100755..100644
--- a/include/dt-bindings/clock/starfive-jh7110-vout.h
+++ b/include/dt-bindings/clock/starfive-jh7110-vout.h
@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 OR MIT */
/*
- * Copyright 2022 StarFive, Inc <xingyu.wu@starfivetech.com>
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ * Author: Xingyu Wu <xingyu.wu@starfivetech.com>
*/
#ifndef __DT_BINDINGS_CLOCK_STARFIVE_JH7110_VOUT_H__
diff --git a/sound/soc/starfive/pwmdac.h b/sound/soc/starfive/pwmdac.h
index d4742f99a51b..9489891254e3 100644
--- a/sound/soc/starfive/pwmdac.h
+++ b/sound/soc/starfive/pwmdac.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
/*
* PWMDAC driver for the StarFive JH7110 SoC
*
diff --git a/sound/soc/starfive/starfive_pwmdac_pcm.c b/sound/soc/starfive/starfive_pwmdac_pcm.c
index 55141445de22..26860e21e0b4 100644
--- a/sound/soc/starfive/starfive_pwmdac_pcm.c
+++ b/sound/soc/starfive/starfive_pwmdac_pcm.c
@@ -1,22 +1,9 @@
-/**
- ******************************************************************************
- * @file sf_pwmdac_pcm.c
- * @author StarFive Technology
- * @version V1.0
- * @date 05/27/2021
- * @brief
- ******************************************************************************
- * @copy
- *
- * THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
- * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
- * TIME. AS A RESULT, STARFIVE SHALL NOT BE HELD LIABLE FOR ANY
- * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
- * FROM THE CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
- * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
- *
- * <h2><center>&copy; COPYRIGHT 20120 Shanghai StarFive Technology Co., Ltd. </center></h2>
- */
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * PWMDAC PCM driver for the StarFive JH7110 SoC
+ *
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ */
#include <linux/io.h>
#include <linux/rcupdate.h>
diff --git a/sound/soc/starfive/starfive_pwmdac_transmitter.c b/sound/soc/starfive/starfive_pwmdac_transmitter.c
index 6d58fcfd5592..31c29aa464ab 100755..100644
--- a/sound/soc/starfive/starfive_pwmdac_transmitter.c
+++ b/sound/soc/starfive/starfive_pwmdac_transmitter.c
@@ -1,22 +1,9 @@
-/**
- ******************************************************************************
- * @file sf_pwmdac_transmitter.c
- * @author StarFive Technology
- * @version V1.0
- * @date 05/27/2021
- * @brief
- ******************************************************************************
- * @copy
- *
- * THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
- * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
- * TIME. AS A RESULT, STARFIVE SHALL NOT BE HELD LIABLE FOR ANY
- * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
- * FROM THE CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
- * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
- *
- * <h2><center>&copy; COPYRIGHT 20120 Shanghai StarFive Technology Co., Ltd. </center></h2>
- */
+// SPDX-License-Identifier: GPL-2.0
+/*
+ * PWMDAC dummy codec driver for the StarFive JH7110 SoC
+ *
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
+ */
#include <linux/module.h>
#include <linux/moduleparam.h>
diff --git a/sound/soc/starfive/starfive_spdif_pcm.c b/sound/soc/starfive/starfive_spdif_pcm.c
index 78ed55a046aa..4ad8fb86658b 100644
--- a/sound/soc/starfive/starfive_spdif_pcm.c
+++ b/sound/soc/starfive/starfive_spdif_pcm.c
@@ -1,22 +1,8 @@
// SPDX-License-Identifier: GPL-2.0
/*
- ******************************************************************************
- * @file sf_spdif_pcm.c
- * @author StarFive Technology
- * @version V1.0
- * @date 05/27/2021
- * @brief
- ******************************************************************************
- * @copy
+ * SPDIF PCM driver for the StarFive JH7110 SoC
*
- * THE PRESENT SOFTWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS
- * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE
- * TIME. AS A RESULT, STARFIVE SHALL NOT BE HELD LIABLE FOR ANY
- * DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING
- * FROM THE CONTENT OF SUCH SOFTWARE AND/OR THE USE MADE BY CUSTOMERS OF THE
- * CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
- *
- * <h2><center>&copy; COPYRIGHT 20120 Shanghai StarFive Technology Co., Ltd. </center></h2>
+ * Copyright (C) 2022 StarFive Technology Co., Ltd.
*/
#include <linux/io.h>