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 02CA2C001DC for ; Tue, 18 Jul 2023 14:00:53 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id B71A6C433C8; Tue, 18 Jul 2023 14:00:53 +0000 (UTC) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) (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 70F61C433C7; Tue, 18 Jul 2023 14:00:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 70F61C433C7 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.54]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4R50rh5wBpztRXf; Tue, 18 Jul 2023 21:57:40 +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 22:00:46 +0800 Message-ID: Date: Tue, 18 Jul 2023 22:00:41 +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 List-Id: CC: , , , , , , , , , , , , , "xuwei (O)" 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> <2cc391ce-0e87-040f-6a45-d3e128a988f0@huawei.com> From: "lihuisong (C)" In-Reply-To: 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 在 2023/7/18 18:59, Krzysztof Kozlowski 写道: > On 18/07/2023 10:07, lihuisong (C) wrote: >> 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/ > Which is not really correct. Why would you send it to maintainers of > Samsung or NXP? Yeah, that's not entirely correct. I should skip other SOC maintainers from the output of the script. The reason why I send to some maintainers in "To" field is that some of them have kindly reviewed my patch before. > >> The hisilicon in drivers/soc/ is created for the first time. So there >> are no maintainer of HiSilicon. > There are. Open MAINTAINERS file, use search and voila. got it, thanks. > >> 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. > I grunted about poor support for HiSilicon. Because both - HiSilicon DTS > and HiSilicon SoC HCCS driver - are for HiSilicon. This driver works on kunpneg SOC platform, which isn't related to something you mentioned. > > Now, why don't you help the maintainers review/fix stuff so they will > have more time for your patch? Yes, this is helpful and reasonable. Would do it if I have the chance. Best regards, Huisong