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=-10.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 04FA8C43463 for ; Fri, 18 Sep 2020 18:55:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A75D0206B2 for ; Fri, 18 Sep 2020 18:55:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600455351; bh=ihI+7BKGkkYmKR73JMuy1SHqDYxONOS9ajlx6wIRavI=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=ZK8q910q5Qxwhk1An7AB7gVGeblalIG9FmYl2wla5zGSJxFmKWhewTIlZuj0j5czY uSm7ExZ5P8CRlgTVx6sSNDag3C/bUytE8ko8gkq0oU2k41v8tNQNqLZprsmIrMyhj5 xw1+XVCLu/OEL8QH0X4pIBOkxj/NG4zd5PqTimCU= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726306AbgIRSzv (ORCPT ); Fri, 18 Sep 2020 14:55:51 -0400 Received: from mail.kernel.org ([198.145.29.99]:55536 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726174AbgIRSzu (ORCPT ); Fri, 18 Sep 2020 14:55:50 -0400 Received: from mail-ot1-f51.google.com (mail-ot1-f51.google.com [209.85.210.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B42E221D7F; Fri, 18 Sep 2020 18:55:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600455349; bh=ihI+7BKGkkYmKR73JMuy1SHqDYxONOS9ajlx6wIRavI=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=kHGs21LjRsgm28Qa+KeanX9BjuQuudufV+XoGsDt75JdTSZZHLKXBu5oWyvrczFmt GxqZ9ihO15nysNNipKsqNsYD+yDH0l/JM+3tNiByRAo5sGPE9KZJTsCXRTod8zxSag tL7gmzydlKuszNKet0jQ3e7KGQ/n4y6A1fAlCZEc= Received: by mail-ot1-f51.google.com with SMTP id q21so6325129ota.8; Fri, 18 Sep 2020 11:55:49 -0700 (PDT) X-Gm-Message-State: AOAM532m4Z7vwHTyTqN2DX6p+Tq72cl5tmVhj/kg1np+0bjcp0/XT4Fi CUyZVf1bP7Mcf0UPUxQzyLPxHpqHQNNL5yIMPQ== X-Google-Smtp-Source: ABdhPJwfcYWEDoDMqrgG2knzf4aCim7g04Lemlql1hss4d1AAsDpNE9H9/loKt4hRFPQvgrTjJ8xkBXNZeco4XovUP4= X-Received: by 2002:a9d:6ada:: with SMTP id m26mr10131043otq.192.1600455349030; Fri, 18 Sep 2020 11:55:49 -0700 (PDT) MIME-Version: 1.0 References: <20200903120504.2308-1-thunder.leizhen@huawei.com> <20200903120504.2308-2-thunder.leizhen@huawei.com> <20200914203110.GA185427@bogus> <4873e234-d06c-930e-6645-a832164e18ea@huawei.com> <0928ac6a-2295-4e87-5191-4fd4580f87b5@huawei.com> In-Reply-To: <0928ac6a-2295-4e87-5191-4fd4580f87b5@huawei.com> From: Rob Herring Date: Fri, 18 Sep 2020 12:55:37 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: interrupt-controller: add Hisilicon SD5203 vector interrupt controller To: "Leizhen (ThunderTown)" Cc: Thomas Gleixner , Jason Cooper , Marc Zyngier , devicetree , linux-kernel , Kefeng Wang Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 16, 2020 at 9:30 PM Leizhen (ThunderTown) wrote: > > > > On 2020/9/15 14:12, Leizhen (ThunderTown) wrote: > > > > > > On 2020/9/15 4:31, Rob Herring wrote: > >> On Thu, Sep 03, 2020 at 08:05:03PM +0800, Zhen Lei wrote: > >>> Add DT bindings for the Hisilicon SD5203 vector interrupt controller. > >>> > >>> Signed-off-by: Zhen Lei > >>> --- > >>> .../hisilicon,sd5203-vic.txt | 27 +++++++++++++++++++ > >> > >> Bindings should be in DT schema format now. > > Do I need to change the existing "snps,dw-apb-ictl.txt" to DT schema format? That would be nice, but not necessary for minor changes. Rob