From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9A661EB64DA for ; Tue, 18 Jul 2023 08:07:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 5EE22C433CA; Tue, 18 Jul 2023 08:07:56 +0000 (UTC) Received: from szxga02-in.huawei.com (szxga02-in.huawei.com [45.249.212.188]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 84978C433C8; Tue, 18 Jul 2023 08:07:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 84978C433C8 Authentication-Results: smtp.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from kwepemm600004.china.huawei.com (unknown [172.30.72.57]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4R4s3R0chwzVjDY; Tue, 18 Jul 2023 16:06:27 +0800 (CST) Received: from [10.67.103.231] (10.67.103.231) by kwepemm600004.china.huawei.com (7.193.23.242) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.27; Tue, 18 Jul 2023 16:07:48 +0800 Message-ID: <2cc391ce-0e87-040f-6a45-d3e128a988f0@huawei.com> Date: Tue, 18 Jul 2023 16:07:47 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: [PATCH v3 0/2] soc: hisilicon: Support HCCS driver on Kunpeng SoC To: Krzysztof Kozlowski , "xuwei (O)" List-Id: CC: , , , , , , , , , , , References: <20230424073020.4039-1-lihuisong@huawei.com> <20230530112746.2767-1-lihuisong@huawei.com> <02f74b25-2ade-5b87-b316-ab902f08ead2@huawei.com> <3e106062-9ceb-eb51-70ba-32734c769bd5@kernel.org> From: "lihuisong (C)" In-Reply-To: <3e106062-9ceb-eb51-70ba-32734c769bd5@kernel.org> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.231] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To kwepemm600004.china.huawei.com (7.193.23.242) X-CFilter-Loop: Reflected Hi Krzysztof, Thank you for your reply. 在 2023/7/17 20:06, Krzysztof Kozlowski 写道: > On 14/07/2023 08:17, lihuisong (C) wrote: >> Hi all, >> >> Can you take a look at this series? > People you listed in "To:" field are not maintainers of HiSilicon, so > why pinging us? This "To:" field are from the get_maintainer.pl script. ./scripts/get_maintainer.pl -f ./drivers/soc/ The hisilicon in drivers/soc/ is created for the first time. So there are no maintainer of HiSilicon. Thanks for reminder. add HiSilicon SOC maintainer Wei Xu. > > HiSilicon DTS has numerous issues, so if you want to increase the > chances anyone cares about your patch, please contribute to fixing and > improving your company DTS. See for example commit b2bbc8687 which is > bad (underscores are not allowed) or 1860a51823 which is just wrong. The > latter one is being fixed, although I do not see the fix being picked > up... my feelings are the platform is just dead. The HCCS driver has nothing to do with HiSilicon DTS. So I cannot understand why you say DTS. /Huisong