linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] phy: hisilicon: Use the correct HiSilicon copyright
@ 2021-03-30  6:47 Hao Fang
  2021-03-31 12:29 ` Vinod Koul
  0 siblings, 1 reply; 3+ messages in thread
From: Hao Fang @ 2021-03-30  6:47 UTC (permalink / raw)
  To: kishon, vkoul, xuejiancheng; +Cc: linux-kernel, prime.zeng, fanghao11

s/Hisilicon/HiSilicon/g.
It should use capital S,
according to https://www.hisilicon.com/en/terms-of-use.

Signed-off-by: Hao Fang <fanghao11@huawei.com>
---
 drivers/phy/hisilicon/phy-hi6220-usb.c   | 2 +-
 drivers/phy/hisilicon/phy-hix5hd2-sata.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/phy/hisilicon/phy-hi6220-usb.c b/drivers/phy/hisilicon/phy-hi6220-usb.c
index be05292..e92ba78 100644
--- a/drivers/phy/hisilicon/phy-hi6220-usb.c
+++ b/drivers/phy/hisilicon/phy-hi6220-usb.c
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (c) 2015 Linaro Ltd.
- * Copyright (c) 2015 Hisilicon Limited.
+ * Copyright (c) 2015 HiSilicon Limited.
  */
 
 #include <linux/mfd/syscon.h>
diff --git a/drivers/phy/hisilicon/phy-hix5hd2-sata.c b/drivers/phy/hisilicon/phy-hix5hd2-sata.c
index c67b78c..b0f99a9 100644
--- a/drivers/phy/hisilicon/phy-hix5hd2-sata.c
+++ b/drivers/phy/hisilicon/phy-hix5hd2-sata.c
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Copyright (c) 2014 Linaro Ltd.
- * Copyright (c) 2014 Hisilicon Limited.
+ * Copyright (c) 2014 HiSilicon Limited.
  */
 
 #include <linux/delay.h>
-- 
2.8.1


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

* Re: [PATCH] phy: hisilicon: Use the correct HiSilicon copyright
  2021-03-30  6:47 [PATCH] phy: hisilicon: Use the correct HiSilicon copyright Hao Fang
@ 2021-03-31 12:29 ` Vinod Koul
  2021-04-01  2:38   ` fanghao (A)
  0 siblings, 1 reply; 3+ messages in thread
From: Vinod Koul @ 2021-03-31 12:29 UTC (permalink / raw)
  To: Hao Fang, Mauro Carvalho Chehab
  Cc: kishon, xuejiancheng, linux-kernel, prime.zeng

On 30-03-21, 14:47, Hao Fang wrote:
> s/Hisilicon/HiSilicon/g.
> It should use capital S,
> according to https://www.hisilicon.com/en/terms-of-use.

And I have not agreed to those terms of use! If you wish to change the
name, please do send the patch dropping this terms of use link. I dont
mind name appearing properly...

Thanks
> 
> Signed-off-by: Hao Fang <fanghao11@huawei.com>
> ---
>  drivers/phy/hisilicon/phy-hi6220-usb.c   | 2 +-
>  drivers/phy/hisilicon/phy-hix5hd2-sata.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/phy/hisilicon/phy-hi6220-usb.c b/drivers/phy/hisilicon/phy-hi6220-usb.c
> index be05292..e92ba78 100644
> --- a/drivers/phy/hisilicon/phy-hi6220-usb.c
> +++ b/drivers/phy/hisilicon/phy-hi6220-usb.c
> @@ -1,7 +1,7 @@
>  // SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Copyright (c) 2015 Linaro Ltd.
> - * Copyright (c) 2015 Hisilicon Limited.
> + * Copyright (c) 2015 HiSilicon Limited.
>   */
>  
>  #include <linux/mfd/syscon.h>
> diff --git a/drivers/phy/hisilicon/phy-hix5hd2-sata.c b/drivers/phy/hisilicon/phy-hix5hd2-sata.c
> index c67b78c..b0f99a9 100644
> --- a/drivers/phy/hisilicon/phy-hix5hd2-sata.c
> +++ b/drivers/phy/hisilicon/phy-hix5hd2-sata.c
> @@ -1,7 +1,7 @@
>  // SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Copyright (c) 2014 Linaro Ltd.
> - * Copyright (c) 2014 Hisilicon Limited.
> + * Copyright (c) 2014 HiSilicon Limited.
>   */
>  
>  #include <linux/delay.h>
> -- 
> 2.8.1

-- 
~Vinod

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

* Re: [PATCH] phy: hisilicon: Use the correct HiSilicon copyright
  2021-03-31 12:29 ` Vinod Koul
@ 2021-04-01  2:38   ` fanghao (A)
  0 siblings, 0 replies; 3+ messages in thread
From: fanghao (A) @ 2021-04-01  2:38 UTC (permalink / raw)
  To: Vinod Koul, Mauro Carvalho Chehab
  Cc: kishon, xuejiancheng, linux-kernel, prime.zeng



On 2021/3/31 20:29, Vinod Koul wrote:
> On 30-03-21, 14:47, Hao Fang wrote:
>> s/Hisilicon/HiSilicon/g.
>> It should use capital S,
>> according to https://www.hisilicon.com/en/terms-of-use.
>
> And I have not agreed to those terms of use! If you wish to change the
> name, please do send the patch dropping this terms of use link. I dont
> mind name appearing properly...
>

I put a link to show the correct example for copyright, maybe it makes a misunderstanding.
I will change it to "according to the official website", and send V2.

Thanks.

Hao

> Thanks
>>
>> Signed-off-by: Hao Fang <fanghao11@huawei.com>
>> ---
>>  drivers/phy/hisilicon/phy-hi6220-usb.c   | 2 +-
>>  drivers/phy/hisilicon/phy-hix5hd2-sata.c | 2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/drivers/phy/hisilicon/phy-hi6220-usb.c b/drivers/phy/hisilicon/phy-hi6220-usb.c
>> index be05292..e92ba78 100644
>> --- a/drivers/phy/hisilicon/phy-hi6220-usb.c
>> +++ b/drivers/phy/hisilicon/phy-hi6220-usb.c
>> @@ -1,7 +1,7 @@
>>  // SPDX-License-Identifier: GPL-2.0-or-later
>>  /*
>>   * Copyright (c) 2015 Linaro Ltd.
>> - * Copyright (c) 2015 Hisilicon Limited.
>> + * Copyright (c) 2015 HiSilicon Limited.
>>   */
>>
>>  #include <linux/mfd/syscon.h>
>> diff --git a/drivers/phy/hisilicon/phy-hix5hd2-sata.c b/drivers/phy/hisilicon/phy-hix5hd2-sata.c
>> index c67b78c..b0f99a9 100644
>> --- a/drivers/phy/hisilicon/phy-hix5hd2-sata.c
>> +++ b/drivers/phy/hisilicon/phy-hix5hd2-sata.c
>> @@ -1,7 +1,7 @@
>>  // SPDX-License-Identifier: GPL-2.0-or-later
>>  /*
>>   * Copyright (c) 2014 Linaro Ltd.
>> - * Copyright (c) 2014 Hisilicon Limited.
>> + * Copyright (c) 2014 HiSilicon Limited.
>>   */
>>
>>  #include <linux/delay.h>
>> --
>> 2.8.1
>


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

end of thread, other threads:[~2021-04-01  2:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30  6:47 [PATCH] phy: hisilicon: Use the correct HiSilicon copyright Hao Fang
2021-03-31 12:29 ` Vinod Koul
2021-04-01  2:38   ` fanghao (A)

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).