]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
PM / devfreq: exynos: Rename Exynos to lowercase
authorKrzysztof Kozlowski <krzk@kernel.org>
Sat, 4 Jan 2020 15:21:00 +0000 (16:21 +0100)
committerChanwoo Choi <cw00.choi@samsung.com>
Mon, 6 Jan 2020 01:50:09 +0000 (10:50 +0900)
Fix up inconsistent usage of upper and lowercase letters in "Exynos"
name.

"EXYNOS" is not an abbreviation but a regular trademarked name.
Therefore it should be written with lowercase letters starting with
capital letter.

The lowercase "Exynos" name is promoted by its manufacturer Samsung
Electronics Co., Ltd., in advertisement materials and on website.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
drivers/devfreq/Kconfig
drivers/devfreq/event/Kconfig
drivers/devfreq/event/exynos-nocp.c
drivers/devfreq/event/exynos-nocp.h
drivers/devfreq/event/exynos-ppmu.c
drivers/devfreq/event/exynos-ppmu.h

index 1526f758daeb6486c6491bdb20ceb0f8c5051b60..0b1df12e0f21ce57ec5c3108095b3e60d5178b6e 100644 (file)
@@ -77,7 +77,7 @@ config DEVFREQ_GOV_PASSIVE
 comment "DEVFREQ Drivers"
 
 config ARM_EXYNOS_BUS_DEVFREQ
-       tristate "ARM EXYNOS Generic Memory Bus DEVFREQ Driver"
+       tristate "ARM Exynos Generic Memory Bus DEVFREQ Driver"
        depends on ARCH_EXYNOS || COMPILE_TEST
        select DEVFREQ_GOV_SIMPLE_ONDEMAND
        select DEVFREQ_GOV_PASSIVE
index a53e0a6ffdfeb7620f900c3473b1971ba3265f67..878825372f6f7d7560e443fd794293450ea4ff3d 100644 (file)
@@ -15,7 +15,7 @@ menuconfig PM_DEVFREQ_EVENT
 if PM_DEVFREQ_EVENT
 
 config DEVFREQ_EVENT_EXYNOS_NOCP
-       tristate "EXYNOS NoC (Network On Chip) Probe DEVFREQ event Driver"
+       tristate "Exynos NoC (Network On Chip) Probe DEVFREQ event Driver"
        depends on ARCH_EXYNOS || COMPILE_TEST
        select PM_OPP
        select REGMAP_MMIO
@@ -24,7 +24,7 @@ config DEVFREQ_EVENT_EXYNOS_NOCP
          (Network on Chip) Probe counters to measure the bandwidth of AXI bus.
 
 config DEVFREQ_EVENT_EXYNOS_PPMU
-       tristate "EXYNOS PPMU (Platform Performance Monitoring Unit) DEVFREQ event Driver"
+       tristate "Exynos PPMU (Platform Performance Monitoring Unit) DEVFREQ event Driver"
        depends on ARCH_EXYNOS || COMPILE_TEST
        select PM_OPP
        help
index 1c565926db9f588186e2cfcf73199d43bcf87420..ccc531ee6938fb8e9ba8824e709a3a960d2251f7 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * exynos-nocp.c - EXYNOS NoC (Network On Chip) Probe support
+ * exynos-nocp.c - Exynos NoC (Network On Chip) Probe support
  *
  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  * Author : Chanwoo Choi <cw00.choi@samsung.com>
index 55cc96284a367766638a034f6d34182d053a6a9e..2d6f08cfd0c5831a59d3eb0103aece64445f8dbb 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * exynos-nocp.h - EXYNOS NoC (Network on Chip) Probe header file
+ * exynos-nocp.h - Exynos NoC (Network on Chip) Probe header file
  *
  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
  * Author : Chanwoo Choi <cw00.choi@samsung.com>
index 055deea42c373e9dff84631e92b75fec3a6be563..17ed980d9099861229ec780c9a7ea68567d0e54d 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- * exynos_ppmu.c - EXYNOS PPMU (Platform Performance Monitoring Unit) support
+ * exynos_ppmu.c - Exynos PPMU (Platform Performance Monitoring Unit) support
  *
  * Copyright (c) 2014-2015 Samsung Electronics Co., Ltd.
  * Author : Chanwoo Choi <cw00.choi@samsung.com>
index 2844200474550209bcf6c28ebee3ecdd6dc5226f..97f667d0cbddfd6d8fc74039da51f18376a52684 100644 (file)
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0-only */
 /*
- * exynos_ppmu.h - EXYNOS PPMU header file
+ * exynos_ppmu.h - Exynos PPMU header file
  *
  * Copyright (c) 2015 Samsung Electronics Co., Ltd.
  * Author : Chanwoo Choi <cw00.choi@samsung.com>