All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: Krzysztof Kozlowski <krzk@kernel.org>,
	Jonathan Corbet <corbet@lwn.net>, Kukjin Kim <kgene@kernel.org>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Zhang Rui <rui.zhang@intel.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	Amit Kucheria <amit.kucheria@verdurent.com>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org,
	devicetree@vger.kernel.org
Subject: [PATCH v2 06/20] thermal: exynos: Rename Samsung and Exynos to lowercase
Date: Sat,  4 Jan 2020 16:20:53 +0100	[thread overview]
Message-ID: <20200104152107.11407-7-krzk@kernel.org> (raw)
In-Reply-To: <20200104152107.11407-1-krzk@kernel.org>

Fix up inconsistent usage of upper and lowercase letters in "Samsung"
and "Exynos" names.

"SAMSUNG" and "EXYNOS" are not abbreviations but regular trademarked
names.  Therefore they 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.

Although advertisement materials usually use uppercase "SAMSUNG", the
lowercase version is used in all legal aspects (e.g. on Wikipedia and in
privacy/legal statements on
https://www.samsung.com/semiconductor/privacy-global/).

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 Documentation/driver-api/thermal/exynos_thermal.rst | 6 +++---
 drivers/thermal/samsung/Kconfig                     | 2 +-
 drivers/thermal/samsung/exynos_tmu.c                | 4 ++--
 include/dt-bindings/thermal/thermal_exynos.h        | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/driver-api/thermal/exynos_thermal.rst b/Documentation/driver-api/thermal/exynos_thermal.rst
index d4e4a5b75805..764df4ab584d 100644
--- a/Documentation/driver-api/thermal/exynos_thermal.rst
+++ b/Documentation/driver-api/thermal/exynos_thermal.rst
@@ -4,7 +4,7 @@ Kernel driver exynos_tmu
 
 Supported chips:
 
-* ARM SAMSUNG EXYNOS4, EXYNOS5 series of SoC
+* ARM Samsung Exynos4, Exynos5 series of SoC
 
   Datasheet: Not publicly available
 
@@ -14,7 +14,7 @@ Authors: Amit Daniel <amit.daniel@samsung.com>
 TMU controller Description:
 ---------------------------
 
-This driver allows to read temperature inside SAMSUNG EXYNOS4/5 series of SoC.
+This driver allows to read temperature inside Samsung Exynos4/5 series of SoC.
 
 The chip only exposes the measured 8-bit temperature code value
 through a register.
@@ -43,7 +43,7 @@ The three equations are:
        Trimming info for 85 degree Celsius (stored at TRIMINFO register)
        Temperature code measured at 85 degree Celsius which is unchanged
 
-TMU(Thermal Management Unit) in EXYNOS4/5 generates interrupt
+TMU(Thermal Management Unit) in Exynos4/5 generates interrupt
 when temperature exceeds pre-defined levels.
 The maximum number of configurable threshold is five.
 The threshold levels are defined as follows::
diff --git a/drivers/thermal/samsung/Kconfig b/drivers/thermal/samsung/Kconfig
index fe0d2ba51392..f4eff5a41a84 100644
--- a/drivers/thermal/samsung/Kconfig
+++ b/drivers/thermal/samsung/Kconfig
@@ -5,7 +5,7 @@ config EXYNOS_THERMAL
 	depends on HAS_IOMEM
 	help
 	  If you say yes here you get support for the TMU (Thermal Management
-	  Unit) driver for SAMSUNG EXYNOS series of SoCs. This driver initialises
+	  Unit) driver for Samsung Exynos series of SoCs. This driver initialises
 	  the TMU, reports temperature and handles cooling action if defined.
 	  This driver uses the Exynos core thermal APIs and TMU configuration
 	  data from the supported SoCs.
diff --git a/drivers/thermal/samsung/exynos_tmu.c b/drivers/thermal/samsung/exynos_tmu.c
index 8193b66a3f83..fd4a17812f33 100644
--- a/drivers/thermal/samsung/exynos_tmu.c
+++ b/drivers/thermal/samsung/exynos_tmu.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
- * exynos_tmu.c - Samsung EXYNOS TMU (Thermal Management Unit)
+ * exynos_tmu.c - Samsung Exynos TMU (Thermal Management Unit)
  *
  *  Copyright (C) 2014 Samsung Electronics
  *  Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
@@ -1186,7 +1186,7 @@ static struct platform_driver exynos_tmu_driver = {
 
 module_platform_driver(exynos_tmu_driver);
 
-MODULE_DESCRIPTION("EXYNOS TMU Driver");
+MODULE_DESCRIPTION("Exynos TMU Driver");
 MODULE_AUTHOR("Donggeun Kim <dg77.kim@samsung.com>");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:exynos-tmu");
diff --git a/include/dt-bindings/thermal/thermal_exynos.h b/include/dt-bindings/thermal/thermal_exynos.h
index 642e4e7f4084..52fcb51dda3c 100644
--- a/include/dt-bindings/thermal/thermal_exynos.h
+++ b/include/dt-bindings/thermal/thermal_exynos.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * thermal_exynos.h - Samsung EXYNOS TMU device tree definitions
+ * thermal_exynos.h - Samsung Exynos TMU device tree definitions
  *
  *  Copyright (C) 2014 Samsung Electronics
  *  Lukasz Majewski <l.majewski@samsung.com>
-- 
2.17.1


WARNING: multiple messages have this Message-ID (diff)
From: Krzysztof Kozlowski <krzk@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: Mark Rutland <mark.rutland@arm.com>,
	Jonathan Corbet <corbet@lwn.net>,
	Amit Kucheria <amit.kucheria@verdurent.com>,
	linux-samsung-soc@vger.kernel.org,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	linux-pm@vger.kernel.org,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	linux-doc@vger.kernel.org, Krzysztof Kozlowski <krzk@kernel.org>,
	Rob Herring <robh+dt@kernel.org>,
	devicetree@vger.kernel.org, Kukjin Kim <kgene@kernel.org>,
	Mauro Carvalho Chehab <mchehab+samsung@kernel.org>,
	Zhang Rui <rui.zhang@intel.com>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 06/20] thermal: exynos: Rename Samsung and Exynos to lowercase
Date: Sat,  4 Jan 2020 16:20:53 +0100	[thread overview]
Message-ID: <20200104152107.11407-7-krzk@kernel.org> (raw)
In-Reply-To: <20200104152107.11407-1-krzk@kernel.org>

Fix up inconsistent usage of upper and lowercase letters in "Samsung"
and "Exynos" names.

"SAMSUNG" and "EXYNOS" are not abbreviations but regular trademarked
names.  Therefore they 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.

Although advertisement materials usually use uppercase "SAMSUNG", the
lowercase version is used in all legal aspects (e.g. on Wikipedia and in
privacy/legal statements on
https://www.samsung.com/semiconductor/privacy-global/).

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 Documentation/driver-api/thermal/exynos_thermal.rst | 6 +++---
 drivers/thermal/samsung/Kconfig                     | 2 +-
 drivers/thermal/samsung/exynos_tmu.c                | 4 ++--
 include/dt-bindings/thermal/thermal_exynos.h        | 2 +-
 4 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Documentation/driver-api/thermal/exynos_thermal.rst b/Documentation/driver-api/thermal/exynos_thermal.rst
index d4e4a5b75805..764df4ab584d 100644
--- a/Documentation/driver-api/thermal/exynos_thermal.rst
+++ b/Documentation/driver-api/thermal/exynos_thermal.rst
@@ -4,7 +4,7 @@ Kernel driver exynos_tmu
 
 Supported chips:
 
-* ARM SAMSUNG EXYNOS4, EXYNOS5 series of SoC
+* ARM Samsung Exynos4, Exynos5 series of SoC
 
   Datasheet: Not publicly available
 
@@ -14,7 +14,7 @@ Authors: Amit Daniel <amit.daniel@samsung.com>
 TMU controller Description:
 ---------------------------
 
-This driver allows to read temperature inside SAMSUNG EXYNOS4/5 series of SoC.
+This driver allows to read temperature inside Samsung Exynos4/5 series of SoC.
 
 The chip only exposes the measured 8-bit temperature code value
 through a register.
@@ -43,7 +43,7 @@ The three equations are:
        Trimming info for 85 degree Celsius (stored at TRIMINFO register)
        Temperature code measured at 85 degree Celsius which is unchanged
 
-TMU(Thermal Management Unit) in EXYNOS4/5 generates interrupt
+TMU(Thermal Management Unit) in Exynos4/5 generates interrupt
 when temperature exceeds pre-defined levels.
 The maximum number of configurable threshold is five.
 The threshold levels are defined as follows::
diff --git a/drivers/thermal/samsung/Kconfig b/drivers/thermal/samsung/Kconfig
index fe0d2ba51392..f4eff5a41a84 100644
--- a/drivers/thermal/samsung/Kconfig
+++ b/drivers/thermal/samsung/Kconfig
@@ -5,7 +5,7 @@ config EXYNOS_THERMAL
 	depends on HAS_IOMEM
 	help
 	  If you say yes here you get support for the TMU (Thermal Management
-	  Unit) driver for SAMSUNG EXYNOS series of SoCs. This driver initialises
+	  Unit) driver for Samsung Exynos series of SoCs. This driver initialises
 	  the TMU, reports temperature and handles cooling action if defined.
 	  This driver uses the Exynos core thermal APIs and TMU configuration
 	  data from the supported SoCs.
diff --git a/drivers/thermal/samsung/exynos_tmu.c b/drivers/thermal/samsung/exynos_tmu.c
index 8193b66a3f83..fd4a17812f33 100644
--- a/drivers/thermal/samsung/exynos_tmu.c
+++ b/drivers/thermal/samsung/exynos_tmu.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
- * exynos_tmu.c - Samsung EXYNOS TMU (Thermal Management Unit)
+ * exynos_tmu.c - Samsung Exynos TMU (Thermal Management Unit)
  *
  *  Copyright (C) 2014 Samsung Electronics
  *  Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
@@ -1186,7 +1186,7 @@ static struct platform_driver exynos_tmu_driver = {
 
 module_platform_driver(exynos_tmu_driver);
 
-MODULE_DESCRIPTION("EXYNOS TMU Driver");
+MODULE_DESCRIPTION("Exynos TMU Driver");
 MODULE_AUTHOR("Donggeun Kim <dg77.kim@samsung.com>");
 MODULE_LICENSE("GPL");
 MODULE_ALIAS("platform:exynos-tmu");
diff --git a/include/dt-bindings/thermal/thermal_exynos.h b/include/dt-bindings/thermal/thermal_exynos.h
index 642e4e7f4084..52fcb51dda3c 100644
--- a/include/dt-bindings/thermal/thermal_exynos.h
+++ b/include/dt-bindings/thermal/thermal_exynos.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * thermal_exynos.h - Samsung EXYNOS TMU device tree definitions
+ * thermal_exynos.h - Samsung Exynos TMU device tree definitions
  *
  *  Copyright (C) 2014 Samsung Electronics
  *  Lukasz Majewski <l.majewski@samsung.com>
-- 
2.17.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2020-01-04 15:22 UTC|newest]

Thread overview: 75+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-04 15:20 [PATCH v2 00/20] Rename Samsung and Exynos to lowercase Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 01/20] dt-bindings: Rename " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-06 22:16   ` Rob Herring
2020-01-06 22:16     ` Rob Herring
2020-01-04 15:20 ` [PATCH v2 02/20] arm64: dts: exynos: Rename Samsung and " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-07 20:14   ` Krzysztof Kozlowski
2020-01-07 20:14     ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 03/20] ARM: dts: samsung: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-07 20:14   ` Krzysztof Kozlowski
2020-01-07 20:14     ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 04/20] ARM: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-07 20:14   ` Krzysztof Kozlowski
2020-01-07 20:14     ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 05/20] soc: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-07 20:14   ` Krzysztof Kozlowski
2020-01-07 20:14     ` Krzysztof Kozlowski
2020-01-04 15:20 ` Krzysztof Kozlowski [this message]
2020-01-04 15:20   ` [PATCH v2 06/20] thermal: exynos: " Krzysztof Kozlowski
2020-01-09 11:45   ` Daniel Lezcano
2020-01-09 11:45     ` Daniel Lezcano
2020-01-04 15:20 ` [PATCH v2 07/20] media: samsung: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 08/20] usb: exynos: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 09/20] memory: samsung: Rename " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-07 20:15   ` Krzysztof Kozlowski
2020-01-07 20:15     ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 10/20] phy: exynos: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 11/20] clocksource/drivers/exynos_mct: " Krzysztof Kozlowski
2020-01-04 15:20   ` Krzysztof Kozlowski
2020-01-09 11:45   ` Daniel Lezcano
2020-01-09 11:45     ` Daniel Lezcano
2020-01-16 21:30   ` [tip: timers/core] " tip-bot2 for Krzysztof Kozlowski
2020-01-04 15:20 ` [PATCH v2 12/20] crypto: exynos-rng - " Krzysztof Kozlowski
2020-01-09  5:15   ` Herbert Xu
2020-01-04 15:21 ` [PATCH v2 13/20] devfreq: exynos: " Krzysztof Kozlowski
2020-01-04 15:21   ` Krzysztof Kozlowski
2020-01-06  1:50   ` Chanwoo Choi
2020-01-06  1:50     ` Chanwoo Choi
2020-01-04 15:21 ` [PATCH v2 14/20] drm/exynos: " Krzysztof Kozlowski
2020-01-04 15:21   ` Krzysztof Kozlowski
2020-01-04 15:21   ` Krzysztof Kozlowski
2020-01-06  8:07   ` Inki Dae
2020-01-06  8:07     ` Inki Dae
2020-01-06  8:07     ` Inki Dae
2020-01-04 15:21 ` [PATCH v2 15/20] video: exynos: " Krzysztof Kozlowski
2020-01-04 15:21   ` Krzysztof Kozlowski
2020-01-04 15:21   ` Krzysztof Kozlowski
2020-01-15 16:12   ` Bartlomiej Zolnierkiewicz
2020-01-15 16:12     ` Bartlomiej Zolnierkiewicz
2020-01-15 16:12     ` Bartlomiej Zolnierkiewicz
2020-01-04 15:21 ` [PATCH v2 16/20] pci: " Krzysztof Kozlowski
2020-01-04 15:21   ` Krzysztof Kozlowski
2020-01-04 23:54   ` Jingoo Han
2020-01-04 23:54     ` Jingoo Han
2020-01-13 12:29   ` Lorenzo Pieralisi
2020-01-13 12:29     ` Lorenzo Pieralisi
2020-01-13 12:44     ` Krzysztof Kozlowski
2020-01-13 12:44       ` Krzysztof Kozlowski
2020-01-13 14:12       ` Lorenzo Pieralisi
2020-01-13 14:12         ` Lorenzo Pieralisi
2020-01-04 15:21 ` [PATCH v2 17/20] serial: samsung: " Krzysztof Kozlowski
2020-01-04 15:21   ` Krzysztof Kozlowski
2020-01-04 15:21 ` [PATCH v2 18/20] mfd: samsung: Rename Samsung " Krzysztof Kozlowski
2020-01-07 14:22   ` Lee Jones
2020-01-04 15:21 ` [PATCH v2 19/20] net: ethernet: sxgbe: " Krzysztof Kozlowski
2020-01-06 21:33   ` David Miller
2020-01-04 15:21 ` [PATCH v2 20/20] regulator: samsung: " Krzysztof Kozlowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200104152107.11407-7-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=amit.kucheria@verdurent.com \
    --cc=b.zolnierkie@samsung.com \
    --cc=corbet@lwn.net \
    --cc=daniel.lezcano@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=mchehab+samsung@kernel.org \
    --cc=robh+dt@kernel.org \
    --cc=rui.zhang@intel.com \
    --cc=viresh.kumar@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.