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=unavailable 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 0C7A9C4727F for ; Wed, 30 Sep 2020 07:21:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C151020789 for ; Wed, 30 Sep 2020 07:21:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727861AbgI3HVW (ORCPT ); Wed, 30 Sep 2020 03:21:22 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:14742 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725440AbgI3HVW (ORCPT ); Wed, 30 Sep 2020 03:21:22 -0400 Received: from DGGEMS413-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 110B451DC318BD008111; Wed, 30 Sep 2020 15:21:20 +0800 (CST) Received: from [127.0.0.1] (10.174.177.253) by DGGEMS413-HUB.china.huawei.com (10.3.19.213) with Microsoft SMTP Server id 14.3.487.0; Wed, 30 Sep 2020 15:21:13 +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> From: "Leizhen (ThunderTown)" Message-ID: <3045a295-928a-eae6-c887-e34446a170e0@huawei.com> Date: Wed, 30 Sep 2020 15:21:11 +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: <20200930071110.GH6148@dell> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.177.253] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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). >