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 X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5A616C433DF for ; Sat, 10 Oct 2020 10:25:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0FA9B2078B for ; Sat, 10 Oct 2020 10:25:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729291AbgJJKWr (ORCPT ); Sat, 10 Oct 2020 06:22:47 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:15264 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728877AbgJJKUG (ORCPT ); Sat, 10 Oct 2020 06:20:06 -0400 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 2F995A09A6775A450419; Sat, 10 Oct 2020 18:01:24 +0800 (CST) Received: from [127.0.0.1] (10.174.177.134) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.487.0; Sat, 10 Oct 2020 18:01:16 +0800 Subject: Re: [PATCH v6 01/17] dt-bindings: mfd: syscon: add some compatible strings for Hisilicon To: Lee Jones CC: devicetree , Kefeng Wang , linux-kernel , Wei Xu , Rob Herring , Libin , Jonathan Cameron , linux-arm-kernel References: <20200930031712.2365-1-thunder.leizhen@huawei.com> <20200930031712.2365-2-thunder.leizhen@huawei.com> <20200930071110.GH6148@dell> <3045a295-928a-eae6-c887-e34446a170e0@huawei.com> <20201001065917.GJ6148@dell> From: "Leizhen (ThunderTown)" Message-ID: Date: Sat, 10 Oct 2020 18:01:16 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20201001065917.GJ6148@dell> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.177.134] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 2020/10/1 14:59, Lee Jones wrote: > On Wed, 30 Sep 2020, Leizhen (ThunderTown) wrote: > >> >> >> On 2020/9/30 15:11, Lee Jones wrote: >>> On Wed, 30 Sep 2020, Zhen Lei wrote: >>> >>>> Add some compatible strings for Hisilicon controllers: >>>> hisilicon,hi6220-sramctrl --> Hi6220 SRAM controller >>>> hisilicon,pcie-sas-subctrl --> HiP05/HiP06 PCIe-SAS subsystem controller >>>> hisilicon,peri-subctrl --> HiP05/HiP06 PERI subsystem controller >>>> hisilicon,dsa-subctrl --> HiP05/HiP06 DSA subsystem controller >>>> >>>> Signed-off-by: Zhen Lei >>>> --- >>>> Documentation/devicetree/bindings/mfd/syscon.yaml | 5 ++++- >>>> 1 file changed, 4 insertions(+), 1 deletion(-) >>> >>> This was already applied by the time you re-sent it. >>> >>> Any reason for sending it again? >> >> Path 15 are modified. The Document patches except Patch 15 are applied, >> but the config/DTS patches are not applied(They are applied after I re-sent). > > Could you please only send patches which have not been applied. No experience. I'll pay attention next time. >