summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYanhong Wang <yanhong.wang@starfivetech.com>2023-04-23 06:19:47 +0300
committerYanhong Wang <yanhong.wang@starfivetech.com>2023-04-23 06:19:47 +0300
commitfe8426ebb03dc13a06758d2c4c0571e19b3c064a (patch)
treef9bb4efcf5f355b7975b4256156ef11ece5e916b
parent09e037026077b2ae9fd4e05e3087ca1cd50ed4b6 (diff)
downloadu-boot-fe8426ebb03dc13a06758d2c4c0571e19b3c064a.tar.xz
board: starfive: copyright: Standardize the copyright format
Unify the content format of the copyright section Signed-off-by: Yanhong Wang <yanhong.wang@starfivetech.com>
-rw-r--r--arch/riscv/cpu/jh7110/pll.c2
-rw-r--r--arch/riscv/cpu/jh7110/spl.c2
-rw-r--r--arch/riscv/include/asm/arch-jh7110/clk.h2
-rw-r--r--arch/riscv/include/asm/arch-jh7110/gpio.h2
-rw-r--r--arch/riscv/include/asm/arch-jh7110/jh7110-regs.h2
-rw-r--r--arch/riscv/include/asm/arch-jh7110/spl.h2
-rw-r--r--board/starfive/evb/Makefile2
-rw-r--r--board/starfive/evb/spl.c2
-rw-r--r--board/starfive/evb/starfive_evb.c2
-rw-r--r--board/starfive/visionfive/Makefile2
-rw-r--r--board/starfive/visionfive/spl.c2
-rwxr-xr-xboard/starfive/visionfive/starfive_visionfive.c2
-rw-r--r--drivers/clk/starfive/clk-jh7110.c2
-rw-r--r--drivers/gpio/starfive-gpio.c2
-rw-r--r--drivers/misc/starfive-otp.c2
-rwxr-xr-xdrivers/pinctrl/starfive/pinctrl-starfive.c2
-rwxr-xr-xdrivers/pinctrl/starfive/pinctrl-starfive.h2
-rw-r--r--drivers/ram/starfive/ddrcsr_boot.c2
-rw-r--r--drivers/ram/starfive/ddrphy_start.c3
-rw-r--r--drivers/ram/starfive/ddrphy_train.c2
-rw-r--r--drivers/ram/starfive/ddrphy_utils.c2
-rw-r--r--drivers/ram/starfive/starfive_ddr.c2
-rw-r--r--drivers/ram/starfive/starfive_ddr.h2
-rw-r--r--drivers/reset/reset-jh7110.c2
-rw-r--r--drivers/usb/cdns3/cdns3-starfive.c2
-rw-r--r--include/configs/starfive-visionfive.h2
-rw-r--r--include/dt-bindings/clock/starfive-jh7110-clkgen.h3
-rw-r--r--include/dt-bindings/clock/starfive-jh7110-isp.h3
-rw-r--r--include/dt-bindings/reset/starfive-jh7110.h2
29 files changed, 31 insertions, 30 deletions
diff --git a/arch/riscv/cpu/jh7110/pll.c b/arch/riscv/cpu/jh7110/pll.c
index 563259476a..030e9ca2cd 100644
--- a/arch/riscv/cpu/jh7110/pll.c
+++ b/arch/riscv/cpu/jh7110/pll.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
* samin <samin.guo@starfivetech.com>
*/
diff --git a/arch/riscv/cpu/jh7110/spl.c b/arch/riscv/cpu/jh7110/spl.c
index 414938bce4..2a49fbee10 100644
--- a/arch/riscv/cpu/jh7110/spl.c
+++ b/arch/riscv/cpu/jh7110/spl.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/arch/riscv/include/asm/arch-jh7110/clk.h b/arch/riscv/include/asm/arch-jh7110/clk.h
index b64269d2bd..f0003b0157 100644
--- a/arch/riscv/include/asm/arch-jh7110/clk.h
+++ b/arch/riscv/include/asm/arch-jh7110/clk.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/arch/riscv/include/asm/arch-jh7110/gpio.h b/arch/riscv/include/asm/arch-jh7110/gpio.h
index d83f6d2d9f..60e887c289 100644
--- a/arch/riscv/include/asm/arch-jh7110/gpio.h
+++ b/arch/riscv/include/asm/arch-jh7110/gpio.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/arch/riscv/include/asm/arch-jh7110/jh7110-regs.h b/arch/riscv/include/asm/arch-jh7110/jh7110-regs.h
index ad04e8877c..156709e6ae 100644
--- a/arch/riscv/include/asm/arch-jh7110/jh7110-regs.h
+++ b/arch/riscv/include/asm/arch-jh7110/jh7110-regs.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/arch/riscv/include/asm/arch-jh7110/spl.h b/arch/riscv/include/asm/arch-jh7110/spl.h
index 0756020809..3d665fe0a0 100644
--- a/arch/riscv/include/asm/arch-jh7110/spl.h
+++ b/arch/riscv/include/asm/arch-jh7110/spl.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/board/starfive/evb/Makefile b/board/starfive/evb/Makefile
index fc8867306f..e9d9ad7276 100644
--- a/board/starfive/evb/Makefile
+++ b/board/starfive/evb/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
-# Copyright (C) 2021 Shanghai StarFive Technology Co., Ltd.
+# Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
#
obj-y := starfive_evb.o
diff --git a/board/starfive/evb/spl.c b/board/starfive/evb/spl.c
index 8d07122719..8616a61479 100644
--- a/board/starfive/evb/spl.c
+++ b/board/starfive/evb/spl.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/board/starfive/evb/starfive_evb.c b/board/starfive/evb/starfive_evb.c
index 62f7129431..915ed1d4f9 100644
--- a/board/starfive/evb/starfive_evb.c
+++ b/board/starfive/evb/starfive_evb.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/board/starfive/visionfive/Makefile b/board/starfive/visionfive/Makefile
index 739370cb2a..841d5d9b2d 100644
--- a/board/starfive/visionfive/Makefile
+++ b/board/starfive/visionfive/Makefile
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: GPL-2.0+
#
-# Copyright (C) 2021 Shanghai StarFive Technology Co., Ltd.
+# Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
#
obj-y := starfive_visionfive.o
diff --git a/board/starfive/visionfive/spl.c b/board/starfive/visionfive/spl.c
index d74ecb9690..13e934de4b 100644
--- a/board/starfive/visionfive/spl.c
+++ b/board/starfive/visionfive/spl.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/board/starfive/visionfive/starfive_visionfive.c b/board/starfive/visionfive/starfive_visionfive.c
index e1b0042f10..462781a526 100755
--- a/board/starfive/visionfive/starfive_visionfive.c
+++ b/board/starfive/visionfive/starfive_visionfive.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2021-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/drivers/clk/starfive/clk-jh7110.c b/drivers/clk/starfive/clk-jh7110.c
index 61e46c35f5..249eb130f1 100644
--- a/drivers/clk/starfive/clk-jh7110.c
+++ b/drivers/clk/starfive/clk-jh7110.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/drivers/gpio/starfive-gpio.c b/drivers/gpio/starfive-gpio.c
index 9c715c1f9c..ccdbb116c1 100644
--- a/drivers/gpio/starfive-gpio.c
+++ b/drivers/gpio/starfive-gpio.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/drivers/misc/starfive-otp.c b/drivers/misc/starfive-otp.c
index 8ff189c35d..9ae65fefa0 100644
--- a/drivers/misc/starfive-otp.c
+++ b/drivers/misc/starfive-otp.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/drivers/pinctrl/starfive/pinctrl-starfive.c b/drivers/pinctrl/starfive/pinctrl-starfive.c
index 990d7ac526..389018f28e 100755
--- a/drivers/pinctrl/starfive/pinctrl-starfive.c
+++ b/drivers/pinctrl/starfive/pinctrl-starfive.c
@@ -2,7 +2,7 @@
/*
* Pinctrl / GPIO driver for StarFive JH7100 SoC
*
- * Copyright (C) 2022 Shanghai StarFive Technology Co., Ltd.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: Lee Kuan Lim <kuanlim.lee@starfivetech.com>
* Author: Jianlong Huang <jianlong.huang@starfivetech.com>
*/
diff --git a/drivers/pinctrl/starfive/pinctrl-starfive.h b/drivers/pinctrl/starfive/pinctrl-starfive.h
index 02b87ca996..7d2828f653 100755
--- a/drivers/pinctrl/starfive/pinctrl-starfive.h
+++ b/drivers/pinctrl/starfive/pinctrl-starfive.h
@@ -2,7 +2,7 @@
/*
* Pinctrl / GPIO driver for StarFive SoC
*
- * Copyright (C) 2022 Shanghai StarFive Technology Co., Ltd.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: Lee Kuan Lim <kuanlim.lee@starfivetech.com>
* Author: Jianlong Huang <jianlong.huang@starfivetech.com>
*/
diff --git a/drivers/ram/starfive/ddrcsr_boot.c b/drivers/ram/starfive/ddrcsr_boot.c
index eff862a175..048b838b3d 100644
--- a/drivers/ram/starfive/ddrcsr_boot.c
+++ b/drivers/ram/starfive/ddrcsr_boot.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/drivers/ram/starfive/ddrphy_start.c b/drivers/ram/starfive/ddrphy_start.c
index edfd43bb42..58165e427c 100644
--- a/drivers/ram/starfive/ddrphy_start.c
+++ b/drivers/ram/starfive/ddrphy_start.c
@@ -1,7 +1,6 @@
-
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/drivers/ram/starfive/ddrphy_train.c b/drivers/ram/starfive/ddrphy_train.c
index d5888c9413..6383a42126 100644
--- a/drivers/ram/starfive/ddrphy_train.c
+++ b/drivers/ram/starfive/ddrphy_train.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/drivers/ram/starfive/ddrphy_utils.c b/drivers/ram/starfive/ddrphy_utils.c
index ed7667b536..f21e911cd9 100644
--- a/drivers/ram/starfive/ddrphy_utils.c
+++ b/drivers/ram/starfive/ddrphy_utils.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/drivers/ram/starfive/starfive_ddr.c b/drivers/ram/starfive/starfive_ddr.c
index 862a834a0c..5773d57927 100644
--- a/drivers/ram/starfive/starfive_ddr.c
+++ b/drivers/ram/starfive/starfive_ddr.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/drivers/ram/starfive/starfive_ddr.h b/drivers/ram/starfive/starfive_ddr.h
index 4877489079..d63e7e4c83 100644
--- a/drivers/ram/starfive/starfive_ddr.h
+++ b/drivers/ram/starfive/starfive_ddr.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*
*/
diff --git a/drivers/reset/reset-jh7110.c b/drivers/reset/reset-jh7110.c
index 8a08dcf378..43be04e24f 100644
--- a/drivers/reset/reset-jh7110.c
+++ b/drivers/reset/reset-jh7110.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: samin <samin.guo@starfivetech.com>
* yanhong <yanhong.wang@starfivetech.com>
*
diff --git a/drivers/usb/cdns3/cdns3-starfive.c b/drivers/usb/cdns3/cdns3-starfive.c
index eb184394cd..d51bf30b67 100644
--- a/drivers/usb/cdns3/cdns3-starfive.c
+++ b/drivers/usb/cdns3/cdns3-starfive.c
@@ -2,7 +2,7 @@
/**
* cdns-starfive.c - Cadence USB Controller
*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: yanhong <yanhong.wang@starfivetech.com>
*/
diff --git a/include/configs/starfive-visionfive.h b/include/configs/starfive-visionfive.h
index b732cc3122..956c6a7d12 100644
--- a/include/configs/starfive-visionfive.h
+++ b/include/configs/starfive-visionfive.h
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0+
/*
- * Copyright (C) 2021 Shanghai StarFive Technology Co., Ltd.
+ * Copyright (C) 2021-2023 StarFive Technology Co., Ltd.
* YanHong Wang <yanhong.wang@starfivetech.com>
*/
diff --git a/include/dt-bindings/clock/starfive-jh7110-clkgen.h b/include/dt-bindings/clock/starfive-jh7110-clkgen.h
index c2df56f222..6e9afe9c3b 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-2023 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 b4f28731ed..b6a8a6e3b4 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-2023 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/reset/starfive-jh7110.h b/include/dt-bindings/reset/starfive-jh7110.h
index 5a4d973584..58b22e9165 100644
--- a/include/dt-bindings/reset/starfive-jh7110.h
+++ b/include/dt-bindings/reset/starfive-jh7110.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0 OR MIT */
/*
- * Copyright (C) 2022 Starfive, Inc.
+ * Copyright (C) 2022-2023 StarFive Technology Co., Ltd.
* Author: samin <samin.guo@starfivetech.com>
* yanhong <yanhong.wang@starfivetech.com>
*/