* [PATCH 1/2] board: rename "tqc" vendor to "tq"
@ 2021-11-02 10:36 Matthias Schiffer
2021-11-02 10:36 ` [PATCH 2/2] board: tq: fix spelling of "TQ-Systems" Matthias Schiffer
2021-11-16 19:25 ` [PATCH 1/2] board: rename "tqc" vendor to "tq" Tom Rini
0 siblings, 2 replies; 4+ messages in thread
From: Matthias Schiffer @ 2021-11-02 10:36 UTC (permalink / raw)
To: Stefano Babic, Fabio Estevam
Cc: NXP i.MX U-Boot Team, u-boot, Matthias Schiffer
The subdivision name "TQ Components" hasn't been in use for a long time.
Rename the vendor directory to "tq", which also matches our Device Tree
vendor prefix.
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
---
Take care of the renaming first, in preparation for a larger round of
cleanup and new board support we're currently working on.
arch/arm/mach-imx/mx6/Kconfig | 2 +-
board/{tqc => tq}/tqma6/Kconfig | 8 ++++----
board/{tqc => tq}/tqma6/MAINTAINERS | 2 +-
board/{tqc => tq}/tqma6/Makefile | 0
board/{tqc => tq}/tqma6/README | 0
board/{tqc => tq}/tqma6/clocks.cfg | 0
board/{tqc => tq}/tqma6/tqma6.c | 0
board/{tqc => tq}/tqma6/tqma6_bb.h | 0
board/{tqc => tq}/tqma6/tqma6_mba6.c | 0
board/{tqc => tq}/tqma6/tqma6_wru4.c | 0
board/{tqc => tq}/tqma6/tqma6dl.cfg | 0
board/{tqc => tq}/tqma6/tqma6q.cfg | 0
board/{tqc => tq}/tqma6/tqma6s.cfg | 0
13 files changed, 6 insertions(+), 6 deletions(-)
rename board/{tqc => tq}/tqma6/Kconfig (90%)
rename board/{tqc => tq}/tqma6/MAINTAINERS (87%)
rename board/{tqc => tq}/tqma6/Makefile (100%)
rename board/{tqc => tq}/tqma6/README (100%)
rename board/{tqc => tq}/tqma6/clocks.cfg (100%)
rename board/{tqc => tq}/tqma6/tqma6.c (100%)
rename board/{tqc => tq}/tqma6/tqma6_bb.h (100%)
rename board/{tqc => tq}/tqma6/tqma6_mba6.c (100%)
rename board/{tqc => tq}/tqma6/tqma6_wru4.c (100%)
rename board/{tqc => tq}/tqma6/tqma6dl.cfg (100%)
rename board/{tqc => tq}/tqma6/tqma6q.cfg (100%)
rename board/{tqc => tq}/tqma6/tqma6s.cfg (100%)
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
index b4c8511cb87..d701a46cd6f 100644
--- a/arch/arm/mach-imx/mx6/Kconfig
+++ b/arch/arm/mach-imx/mx6/Kconfig
@@ -688,7 +688,7 @@ source "board/somlabs/visionsom-6ull/Kconfig"
source "board/technexion/pico-imx6/Kconfig"
source "board/technexion/pico-imx6ul/Kconfig"
source "board/tbs/tbs2910/Kconfig"
-source "board/tqc/tqma6/Kconfig"
+source "board/tq/tqma6/Kconfig"
source "board/toradex/apalis_imx6/Kconfig"
source "board/toradex/colibri_imx6/Kconfig"
source "board/toradex/colibri-imx6ull/Kconfig"
diff --git a/board/tqc/tqma6/Kconfig b/board/tq/tqma6/Kconfig
similarity index 90%
rename from board/tqc/tqma6/Kconfig
rename to board/tq/tqma6/Kconfig
index a2a5905290c..cb1b8749cea 100644
--- a/board/tqc/tqma6/Kconfig
+++ b/board/tq/tqma6/Kconfig
@@ -4,7 +4,7 @@ config SYS_BOARD
default "tqma6"
config SYS_VENDOR
- default "tqc"
+ default "tq"
config SYS_CONFIG_NAME
default "tqma6"
@@ -89,8 +89,8 @@ config SYS_TEXT_BASE
default 0x4fc00000 if TQMA6Q || TQMA6DL
config IMX_CONFIG
- default "board/tqc/tqma6/tqma6q.cfg" if TQMA6Q
- default "board/tqc/tqma6/tqma6dl.cfg" if TQMA6DL
- default "board/tqc/tqma6/tqma6s.cfg" if TQMA6S
+ default "board/tq/tqma6/tqma6q.cfg" if TQMA6Q
+ default "board/tq/tqma6/tqma6dl.cfg" if TQMA6DL
+ default "board/tq/tqma6/tqma6s.cfg" if TQMA6S
endif
diff --git a/board/tqc/tqma6/MAINTAINERS b/board/tq/tqma6/MAINTAINERS
similarity index 87%
rename from board/tqc/tqma6/MAINTAINERS
rename to board/tq/tqma6/MAINTAINERS
index 91cd244499f..dae719f00b3 100644
--- a/board/tqc/tqma6/MAINTAINERS
+++ b/board/tq/tqma6/MAINTAINERS
@@ -1,6 +1,6 @@
TQ SYSTEMS TQMA6 BOARD
M: Markus Niebel <Markus.Niebel@tq-group.com>
S: Maintained
-F: board/tqc/tqma6/
+F: board/tq/tqma6/
F: include/configs/tqma6.h
F: configs/tqma6*_defconfig
diff --git a/board/tqc/tqma6/Makefile b/board/tq/tqma6/Makefile
similarity index 100%
rename from board/tqc/tqma6/Makefile
rename to board/tq/tqma6/Makefile
diff --git a/board/tqc/tqma6/README b/board/tq/tqma6/README
similarity index 100%
rename from board/tqc/tqma6/README
rename to board/tq/tqma6/README
diff --git a/board/tqc/tqma6/clocks.cfg b/board/tq/tqma6/clocks.cfg
similarity index 100%
rename from board/tqc/tqma6/clocks.cfg
rename to board/tq/tqma6/clocks.cfg
diff --git a/board/tqc/tqma6/tqma6.c b/board/tq/tqma6/tqma6.c
similarity index 100%
rename from board/tqc/tqma6/tqma6.c
rename to board/tq/tqma6/tqma6.c
diff --git a/board/tqc/tqma6/tqma6_bb.h b/board/tq/tqma6/tqma6_bb.h
similarity index 100%
rename from board/tqc/tqma6/tqma6_bb.h
rename to board/tq/tqma6/tqma6_bb.h
diff --git a/board/tqc/tqma6/tqma6_mba6.c b/board/tq/tqma6/tqma6_mba6.c
similarity index 100%
rename from board/tqc/tqma6/tqma6_mba6.c
rename to board/tq/tqma6/tqma6_mba6.c
diff --git a/board/tqc/tqma6/tqma6_wru4.c b/board/tq/tqma6/tqma6_wru4.c
similarity index 100%
rename from board/tqc/tqma6/tqma6_wru4.c
rename to board/tq/tqma6/tqma6_wru4.c
diff --git a/board/tqc/tqma6/tqma6dl.cfg b/board/tq/tqma6/tqma6dl.cfg
similarity index 100%
rename from board/tqc/tqma6/tqma6dl.cfg
rename to board/tq/tqma6/tqma6dl.cfg
diff --git a/board/tqc/tqma6/tqma6q.cfg b/board/tq/tqma6/tqma6q.cfg
similarity index 100%
rename from board/tqc/tqma6/tqma6q.cfg
rename to board/tq/tqma6/tqma6q.cfg
diff --git a/board/tqc/tqma6/tqma6s.cfg b/board/tq/tqma6/tqma6s.cfg
similarity index 100%
rename from board/tqc/tqma6/tqma6s.cfg
rename to board/tq/tqma6/tqma6s.cfg
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH 2/2] board: tq: fix spelling of "TQ-Systems"
2021-11-02 10:36 [PATCH 1/2] board: rename "tqc" vendor to "tq" Matthias Schiffer
@ 2021-11-02 10:36 ` Matthias Schiffer
2021-11-16 19:25 ` Tom Rini
2021-11-16 19:25 ` [PATCH 1/2] board: rename "tqc" vendor to "tq" Tom Rini
1 sibling, 1 reply; 4+ messages in thread
From: Matthias Schiffer @ 2021-11-02 10:36 UTC (permalink / raw)
To: Stefano Babic, Fabio Estevam
Cc: NXP i.MX U-Boot Team, u-boot, Matthias Schiffer
"TQ-Systems" is written with a dash.
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
---
arch/arm/mach-imx/mx6/Kconfig | 2 +-
board/tq/tqma6/MAINTAINERS | 2 +-
board/tq/tqma6/README | 6 +++---
board/tq/tqma6/tqma6.c | 2 +-
board/tq/tqma6/tqma6_bb.h | 2 +-
board/tq/tqma6/tqma6_mba6.c | 2 +-
board/tq/tqma6/tqma6_wru4.c | 2 +-
include/configs/tqma6.h | 2 +-
include/configs/tqma6_mba6.h | 2 +-
9 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/arch/arm/mach-imx/mx6/Kconfig b/arch/arm/mach-imx/mx6/Kconfig
index d701a46cd6f..62de942a32a 100644
--- a/arch/arm/mach-imx/mx6/Kconfig
+++ b/arch/arm/mach-imx/mx6/Kconfig
@@ -569,7 +569,7 @@ config TARGET_KP_IMX6Q_TPC
imply CMD_SPL
config TARGET_TQMA6
- bool "TQ Systems TQMa6 board"
+ bool "TQ-Systems TQMa6 board"
select BOARD_EARLY_INIT_F
select BOARD_LATE_INIT
select MXC_SPI
diff --git a/board/tq/tqma6/MAINTAINERS b/board/tq/tqma6/MAINTAINERS
index dae719f00b3..c4fb6ec206d 100644
--- a/board/tq/tqma6/MAINTAINERS
+++ b/board/tq/tqma6/MAINTAINERS
@@ -1,4 +1,4 @@
-TQ SYSTEMS TQMA6 BOARD
+TQ-SYSTEMS TQMA6 BOARD
M: Markus Niebel <Markus.Niebel@tq-group.com>
S: Maintained
F: board/tq/tqma6/
diff --git a/board/tq/tqma6/README b/board/tq/tqma6/README
index c47cb21eebb..bd2466c60a2 100644
--- a/board/tq/tqma6/README
+++ b/board/tq/tqma6/README
@@ -1,7 +1,7 @@
-U-Boot for the TQ Systems TQMa6 modules
+U-Boot for the TQ-Systems TQMa6 modules
This file contains information for the port of
-U-Boot to the TQ Systems TQMa6 modules.
+U-Boot to the TQ-Systems TQMa6 modules.
1. Boot source
--------------
@@ -14,7 +14,7 @@ The following boot source is supported:
2. Building
------------
-To build U-Boot for the TQ Systems TQMa6 modules:
+To build U-Boot for the TQ-Systems TQMa6 modules:
make tqma6<x>_<baseboard>_<boot>_config
make
diff --git a/board/tq/tqma6/tqma6.c b/board/tq/tqma6/tqma6.c
index de9c00174ae..1c2228c77ad 100644
--- a/board/tq/tqma6/tqma6.c
+++ b/board/tq/tqma6/tqma6.c
@@ -3,7 +3,7 @@
* Copyright (C) 2012 Freescale Semiconductor, Inc.
* Author: Fabio Estevam <fabio.estevam@freescale.com>
*
- * Copyright (C) 2013, 2014 TQ Systems (ported SabreSD to TQMa6x)
+ * Copyright (C) 2013, 2014 TQ-Systems (ported SabreSD to TQMa6x)
* Author: Markus Niebel <markus.niebel@tq-group.com>
*/
diff --git a/board/tq/tqma6/tqma6_bb.h b/board/tq/tqma6/tqma6_bb.h
index b0f1f99a83c..ca81bdf5853 100644
--- a/board/tq/tqma6/tqma6_bb.h
+++ b/board/tq/tqma6/tqma6_bb.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
- * Copyright (C) 2013, 2014 TQ Systems
+ * Copyright (C) 2013, 2014 TQ-Systems
* Author: Markus Niebel <markus.niebel@tq-group.com>
*/
diff --git a/board/tq/tqma6/tqma6_mba6.c b/board/tq/tqma6/tqma6_mba6.c
index 801619e80b6..52851dd5b55 100644
--- a/board/tq/tqma6/tqma6_mba6.c
+++ b/board/tq/tqma6/tqma6_mba6.c
@@ -3,7 +3,7 @@
* Copyright (C) 2012 Freescale Semiconductor, Inc.
* Author: Fabio Estevam <fabio.estevam@freescale.com>
*
- * Copyright (C) 2013, 2014 TQ Systems (ported SabreSD to TQMa6x)
+ * Copyright (C) 2013, 2014 TQ-Systems (ported SabreSD to TQMa6x)
* Author: Markus Niebel <markus.niebel@tq-group.com>
*/
diff --git a/board/tq/tqma6/tqma6_wru4.c b/board/tq/tqma6/tqma6_wru4.c
index 3b1bc603ce8..5d239913fc5 100644
--- a/board/tq/tqma6/tqma6_wru4.c
+++ b/board/tq/tqma6/tqma6_wru4.c
@@ -3,7 +3,7 @@
* Copyright (C) 2012 Freescale Semiconductor, Inc.
* Author: Fabio Estevam <fabio.estevam@freescale.com>
*
- * Copyright (C) 2013, 2014 TQ Systems (ported SabreSD to TQMa6x)
+ * Copyright (C) 2013, 2014 TQ-Systems (ported SabreSD to TQMa6x)
* Author: Markus Niebel <markus.niebel@tq-group.com>
*
* Copyright (C) 2015 Stefan Roese <sr@denx.de>
diff --git a/include/configs/tqma6.h b/include/configs/tqma6.h
index 1efe9d57a84..faa535bbc4e 100644
--- a/include/configs/tqma6.h
+++ b/include/configs/tqma6.h
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2013, 2014, 2017 Markus Niebel <Markus.Niebel@tq-group.com>
*
- * Configuration settings for the TQ Systems TQMa6<Q,D,DL,S> module.
+ * Configuration settings for the TQ-Systems TQMa6<Q,D,DL,S> module.
*/
#ifndef __CONFIG_H
diff --git a/include/configs/tqma6_mba6.h b/include/configs/tqma6_mba6.h
index bee6d2f33bb..a19ea351c27 100644
--- a/include/configs/tqma6_mba6.h
+++ b/include/configs/tqma6_mba6.h
@@ -2,7 +2,7 @@
/*
* Copyright (C) 2013 - 2017 Markus Niebel <Markus.Niebel@tq-group.com>
*
- * Configuration settings for the TQ Systems TQMa6<Q,D,DL,S> module on
+ * Configuration settings for the TQ-Systems TQMa6<Q,D,DL,S> module on
* MBa6 starter kit
*/
--
2.17.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] board: rename "tqc" vendor to "tq"
2021-11-02 10:36 [PATCH 1/2] board: rename "tqc" vendor to "tq" Matthias Schiffer
2021-11-02 10:36 ` [PATCH 2/2] board: tq: fix spelling of "TQ-Systems" Matthias Schiffer
@ 2021-11-16 19:25 ` Tom Rini
1 sibling, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-11-16 19:25 UTC (permalink / raw)
To: Matthias Schiffer
Cc: Stefano Babic, Fabio Estevam, NXP i.MX U-Boot Team, u-boot
[-- Attachment #1: Type: text/plain, Size: 364 bytes --]
On Tue, Nov 02, 2021 at 11:36:45AM +0100, Matthias Schiffer wrote:
> The subdivision name "TQ Components" hasn't been in use for a long time.
> Rename the vendor directory to "tq", which also matches our Device Tree
> vendor prefix.
>
> Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 2/2] board: tq: fix spelling of "TQ-Systems"
2021-11-02 10:36 ` [PATCH 2/2] board: tq: fix spelling of "TQ-Systems" Matthias Schiffer
@ 2021-11-16 19:25 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-11-16 19:25 UTC (permalink / raw)
To: Matthias Schiffer
Cc: Stefano Babic, Fabio Estevam, NXP i.MX U-Boot Team, u-boot
[-- Attachment #1: Type: text/plain, Size: 235 bytes --]
On Tue, Nov 02, 2021 at 11:36:46AM +0100, Matthias Schiffer wrote:
> "TQ-Systems" is written with a dash.
>
> Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Applied to u-boot/master, thanks!
--
Tom
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-11-16 19:26 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-02 10:36 [PATCH 1/2] board: rename "tqc" vendor to "tq" Matthias Schiffer
2021-11-02 10:36 ` [PATCH 2/2] board: tq: fix spelling of "TQ-Systems" Matthias Schiffer
2021-11-16 19:25 ` Tom Rini
2021-11-16 19:25 ` [PATCH 1/2] board: rename "tqc" vendor to "tq" Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox