Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp5018027pxj; Wed, 12 May 2021 19:36:00 -0700 (PDT) X-Google-Smtp-Source: ABdhPJylUxqJrvR32swrsFC3dv0rnXkbFGuvVBBf0XsKuZKmi/MES900hWbAuR1quKf/rA6h6R7q X-Received: by 2002:a05:6e02:12:: with SMTP id h18mr35134921ilr.246.1620873360684; Wed, 12 May 2021 19:36:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620873360; cv=none; d=google.com; s=arc-20160816; b=u4IwXLiutEFDF1locWJrC6VRft87IUUphzyJ+U3Q4TS7YnFUSrqLoXKO4rbphjBn32 eR0GpSURhPD8II7d45+hZ3Xv2ekgZnU3+I17a4klJiVFG6YwnjoAH/oHpZKExtFNnfHm cyyJvhs7lt3SaGUdX/YhpvT2Sxbpikhc5WHgEVJh8LRC+Jlw6o5wKtLNP6yRvGg0MWj9 IjHcKZc/HYTnha8LvOJOc41oA/VOVb4mien6zmFr9fy0w4m+aFj0ZxWm90ktLioGvq/h FHBxFo7YAM9L/8wc57IkYa2wN+XpW3L1B5X+ObTUC2136Exkh82JTsXxVrar1tmpilbY MMkg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=8aUODx82FAZKRw3hfGjy46uiJ9uVNBIYpkzHRDeBUss=; b=0IYqAo7lsvcJDFFpYkWNMPXxFMq1a9BCYtnRechwwGcOADxnrh2lDGvoie9thatQDG 9GxoODDHlpXJ+NtL+27Y8cXNW5QPSmT5HhngjQEFJgDR+U29d0KXn1Yem+F+03BeA8Fn zMYM0lE581NBdccgDfqWrp/XK2b/RP1YrYzfWcsyaLoqv2RGvY6g3P9+bPLsvYknnQ6C 2D8I6Bs3eMevPtyKNOrdYepXI5swpUQ+Hl3PRd+RfO258JJmxEBAvRuob/0gF2DeMu07 keXO+cAghCr6AKFLpZeYlRE0UhwroghsLD7Edq1ymnk/HO5IPtRJwiEJQr6pvxFG58gZ udBA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id l19si2126299jak.75.2021.05.12.19.35.48; Wed, 12 May 2021 19:36:00 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=huawei.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230355AbhEMCgW (ORCPT + 99 others); Wed, 12 May 2021 22:36:22 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:2647 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229630AbhEMCgV (ORCPT ); Wed, 12 May 2021 22:36:21 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4FgbJg4HY1zQmMF for ; Thu, 13 May 2021 10:31:47 +0800 (CST) Received: from [127.0.0.1] (10.40.188.252) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.498.0; Thu, 13 May 2021 10:35:01 +0800 Subject: Re: [PATCH] reset: hi6220: Use the correct HiSilicon copyright To: Philipp Zabel References: <1617087044-19572-1-git-send-email-fanghao11@huawei.com> <9094d229c86bd55395ad9b01ae8f5432bb80fd35.camel@pengutronix.de> CC: , , From: "fanghao (A)" Message-ID: Date: Thu, 13 May 2021 10:35:00 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <9094d229c86bd55395ad9b01ae8f5432bb80fd35.camel@pengutronix.de> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.40.188.252] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2021/5/12 14:19, Philipp Zabel wrote: > On Tue, 2021-03-30 at 14:50 +0800, Hao Fang wrote: >> s/Hisilicon/HiSilicon/g. >> It should use capital S, according to >> https://www.hisilicon.com/en/terms-of-use. >> >> Signed-off-by: Hao Fang >> --- >> drivers/reset/hisilicon/hi6220_reset.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/reset/hisilicon/hi6220_reset.c b/drivers/reset/hisilicon/hi6220_reset.c >> index 1992650..5ca145b 100644 >> --- a/drivers/reset/hisilicon/hi6220_reset.c >> +++ b/drivers/reset/hisilicon/hi6220_reset.c >> @@ -3,7 +3,7 @@ >> * Hisilicon Hi6220 reset controller driver > > Why leave this "Hisilicon" alone? HiSilicon has applied for two trademarks Hisilicon/HiSilicon, so I think this one is OK. But there is only one English name for the company, We have consulted with company's lawyer who suggested that should use a copyright statement consistent with the official website. > >> * >> * Copyright (c) 2016 Linaro Limited. >> - * Copyright (c) 2015-2016 Hisilicon Limited. >> + * Copyright (c) 2015-2016 HiSilicon Limited. >> * >> * Author: Feng Chen >> */ > > That will be a lot of churn: > > git grep Copyright.*Hisilicon | wc -l > 141 > > git grep Hisilicon | wc -l > 371 As mentioned above, I am focused on correcting the copyright. 5.13-rc1 has been released and I will continue to clean the rest by make one patch per subsystem. Should I resend this based on 5.13-rc1? > > Could I get an Acked-by from someone at HiSilicon for this? Maybe I could remind the author. > > regards > Philipp > > . > Thank, Hao