linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 16/20] pci: exynos: Rename Exynos to lowercase
       [not found] <20200104152107.11407-1-krzk@kernel.org>
@ 2020-01-04 15:21 ` Krzysztof Kozlowski
  2020-01-04 23:54   ` Jingoo Han
  2020-01-13 12:29   ` Lorenzo Pieralisi
  0 siblings, 2 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2020-01-04 15:21 UTC (permalink / raw)
  To: linux-kernel
  Cc: Krzysztof Kozlowski, Jingoo Han, Lorenzo Pieralisi,
	Andrew Murray, Bjorn Helgaas, Kukjin Kim, linux-pci,
	linux-arm-kernel, linux-samsung-soc

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>
---
 drivers/pci/controller/dwc/pci-exynos.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/controller/dwc/pci-exynos.c b/drivers/pci/controller/dwc/pci-exynos.c
index 14a6ba4067fb..c5043d951e80 100644
--- a/drivers/pci/controller/dwc/pci-exynos.c
+++ b/drivers/pci/controller/dwc/pci-exynos.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0
 /*
- * PCIe host controller driver for Samsung EXYNOS SoCs
+ * PCIe host controller driver for Samsung Exynos SoCs
  *
  * Copyright (C) 2013 Samsung Electronics Co., Ltd.
  *		http://www.samsung.com
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH v2 16/20] pci: exynos: Rename Exynos to lowercase
  2020-01-04 15:21 ` [PATCH v2 16/20] pci: exynos: Rename Exynos to lowercase Krzysztof Kozlowski
@ 2020-01-04 23:54   ` Jingoo Han
  2020-01-13 12:29   ` Lorenzo Pieralisi
  1 sibling, 0 replies; 5+ messages in thread
From: Jingoo Han @ 2020-01-04 23:54 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-kernel
  Cc: Lorenzo Pieralisi, Andrew Murray, Bjorn Helgaas, Kukjin Kim,
	linux-pci, linux-arm-kernel, linux-samsung-soc, Han Jingoo

On 1/4/20, 10:22 AM, Krzysztof Kozlowski wrote:
> 
> 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>

Acked-by Jingoo Han <jingoohan1@gmail.com>

Best regards,
Jingoo Han

> ---
>  drivers/pci/controller/dwc/pci-exynos.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pci/controller/dwc/pci-exynos.c b/drivers/pci/controller/dwc/pci-exynos.c
> index 14a6ba4067fb..c5043d951e80 100644
> --- a/drivers/pci/controller/dwc/pci-exynos.c
> +++ b/drivers/pci/controller/dwc/pci-exynos.c
> @@ -1,6 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0
>  /*
> - * PCIe host controller driver for Samsung EXYNOS SoCs
> + * PCIe host controller driver for Samsung Exynos SoCs
>   *
>   * Copyright (C) 2013 Samsung Electronics Co., Ltd.
>   *		http://www.samsung.com
> -- 
> 2.17.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2 16/20] pci: exynos: Rename Exynos to lowercase
  2020-01-04 15:21 ` [PATCH v2 16/20] pci: exynos: Rename Exynos to lowercase Krzysztof Kozlowski
  2020-01-04 23:54   ` Jingoo Han
@ 2020-01-13 12:29   ` Lorenzo Pieralisi
  2020-01-13 12:44     ` Krzysztof Kozlowski
  1 sibling, 1 reply; 5+ messages in thread
From: Lorenzo Pieralisi @ 2020-01-13 12:29 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-kernel, Jingoo Han, Andrew Murray, Bjorn Helgaas,
	Kukjin Kim, linux-pci, linux-arm-kernel, linux-samsung-soc

On Sat, Jan 04, 2020 at 04:21:03PM +0100, Krzysztof Kozlowski wrote:
> 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>
> ---
>  drivers/pci/controller/dwc/pci-exynos.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)


Should I pick it up or you are sending the series via another tree ?

If so (if it is not queued already):

Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>

> 
> diff --git a/drivers/pci/controller/dwc/pci-exynos.c b/drivers/pci/controller/dwc/pci-exynos.c
> index 14a6ba4067fb..c5043d951e80 100644
> --- a/drivers/pci/controller/dwc/pci-exynos.c
> +++ b/drivers/pci/controller/dwc/pci-exynos.c
> @@ -1,6 +1,6 @@
>  // SPDX-License-Identifier: GPL-2.0
>  /*
> - * PCIe host controller driver for Samsung EXYNOS SoCs
> + * PCIe host controller driver for Samsung Exynos SoCs
>   *
>   * Copyright (C) 2013 Samsung Electronics Co., Ltd.
>   *		http://www.samsung.com
> -- 
> 2.17.1
> 

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2 16/20] pci: exynos: Rename Exynos to lowercase
  2020-01-13 12:29   ` Lorenzo Pieralisi
@ 2020-01-13 12:44     ` Krzysztof Kozlowski
  2020-01-13 14:12       ` Lorenzo Pieralisi
  0 siblings, 1 reply; 5+ messages in thread
From: Krzysztof Kozlowski @ 2020-01-13 12:44 UTC (permalink / raw)
  To: Lorenzo Pieralisi
  Cc: linux-kernel, Jingoo Han, Andrew Murray, Bjorn Helgaas,
	Kukjin Kim, linux-pci, linux-arm-kernel, linux-samsung-soc

On Mon, 13 Jan 2020 at 13:29, Lorenzo Pieralisi
<lorenzo.pieralisi@arm.com> wrote:
>
> On Sat, Jan 04, 2020 at 04:21:03PM +0100, Krzysztof Kozlowski wrote:
> > 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>
> > ---
> >  drivers/pci/controller/dwc/pci-exynos.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
>
>
> Should I pick it up or you are sending the series via another tree ?
>
> If so (if it is not queued already):
>
> Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>

Please pick it up.

Best regards,
Krzysztof

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH v2 16/20] pci: exynos: Rename Exynos to lowercase
  2020-01-13 12:44     ` Krzysztof Kozlowski
@ 2020-01-13 14:12       ` Lorenzo Pieralisi
  0 siblings, 0 replies; 5+ messages in thread
From: Lorenzo Pieralisi @ 2020-01-13 14:12 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-kernel, Jingoo Han, Andrew Murray, Bjorn Helgaas,
	Kukjin Kim, linux-pci, linux-arm-kernel, linux-samsung-soc

On Mon, Jan 13, 2020 at 01:44:45PM +0100, Krzysztof Kozlowski wrote:
> On Mon, 13 Jan 2020 at 13:29, Lorenzo Pieralisi
> <lorenzo.pieralisi@arm.com> wrote:
> >
> > On Sat, Jan 04, 2020 at 04:21:03PM +0100, Krzysztof Kozlowski wrote:
> > > 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>
> > > ---
> > >  drivers/pci/controller/dwc/pci-exynos.c | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> >
> > Should I pick it up or you are sending the series via another tree ?
> >
> > If so (if it is not queued already):
> >
> > Acked-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
> 
> Please pick it up.

Done, pushed out on pci/misc, thanks.

Lorenzo

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-01-13 14:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200104152107.11407-1-krzk@kernel.org>
2020-01-04 15:21 ` [PATCH v2 16/20] pci: exynos: Rename Exynos to lowercase Krzysztof Kozlowski
2020-01-04 23:54   ` Jingoo Han
2020-01-13 12:29   ` Lorenzo Pieralisi
2020-01-13 12:44     ` Krzysztof Kozlowski
2020-01-13 14:12       ` Lorenzo Pieralisi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).