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.3 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, 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 3AE44C3A5A3 for ; Tue, 27 Aug 2019 14:09:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 11F10214DA for ; Tue, 27 Aug 2019 14:09:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=flygoat.com header.i=@flygoat.com header.b="wyppnKUD" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726522AbfH0OJJ (ORCPT ); Tue, 27 Aug 2019 10:09:09 -0400 Received: from forward102o.mail.yandex.net ([37.140.190.182]:50612 "EHLO forward102o.mail.yandex.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726134AbfH0OJJ (ORCPT ); Tue, 27 Aug 2019 10:09:09 -0400 Received: from mxback22j.mail.yandex.net (mxback22j.mail.yandex.net [IPv6:2a02:6b8:0:1619::222]) by forward102o.mail.yandex.net (Yandex) with ESMTP id 0F4BC6680117; Tue, 27 Aug 2019 17:09:04 +0300 (MSK) Received: from smtp1j.mail.yandex.net (smtp1j.mail.yandex.net [2a02:6b8:0:801::ab]) by mxback22j.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 1AzA1SgxCi-93GqxJxh; Tue, 27 Aug 2019 17:09:04 +0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=flygoat.com; s=mail; t=1566914944; bh=D5uwWM4YJ43JikPE4fZ2mEzTipIE6Wedo0MPqc73Jp8=; h=In-Reply-To:From:To:Subject:Cc:Date:References:Message-ID; b=wyppnKUDmPRVIbYEv5JOM3jldINRCO7EeZ2clN1IFck8WDLZdWG8raUmOGlBruakG Bl36sAycqbgXeVPCZHHk+whbLGkzTdXCFOk3pgwHCLoixQhSHZZ74L+Rqd4G2KhfUp O0jrrJU8Bb+Sc5RCWtrzMj+PZIXbI83JzuSWS8sw= Authentication-Results: mxback22j.mail.yandex.net; dkim=pass header.i=@flygoat.com Received: by smtp1j.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id u2heOhXOSl-8tACFLiI; Tue, 27 Aug 2019 17:09:01 +0300 (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client certificate not present) Subject: Re: [PATCH 07/13] dt-bindings: interrupt-controller: Add Loongson-3 HTINTC To: Rob Herring Cc: "open list:MIPS" , Huacai Chen , Paul Burton , Thomas Gleixner , Jason Cooper , Marc Zyngier , "linux-kernel@vger.kernel.org" , Mark Rutland , devicetree@vger.kernel.org References: <20190827085302.5197-1-jiaxun.yang@flygoat.com> <20190827085302.5197-8-jiaxun.yang@flygoat.com> From: Jiaxun Yang Message-ID: Date: Tue, 27 Aug 2019 22:08:49 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On 2019/8/27 下午8:49, Rob Herring wrote: > On Tue, Aug 27, 2019 at 3:59 AM Jiaxun Yang wrote: >> Document Loongson-3 HyperTransport Interrupt controller. >> >> Signed-off-by: Jiaxun Yang >> --- >> .../loongson,ls3-htintc.yaml | 53 +++++++++++++++++++ >> 1 file changed, 53 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/interrupt-controller/loongson,ls3-htintc.yaml >> >> diff --git a/Documentation/devicetree/bindings/interrupt-controller/loongson,ls3-htintc.yaml b/Documentation/devicetree/bindings/interrupt-controller/loongson,ls3-htintc.yaml >> new file mode 100644 >> index 000000000000..c1bc0faca656 >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/interrupt-controller/loongson,ls3-htintc.yaml >> @@ -0,0 +1,53 @@ >> +# SPDX-License-Identifier: GPL-2.0 >> +%YAML 1.2 >> +--- >> +$id: "http://devicetree.org/schemas/interrupt-controller/loongson,ls3-htintc.yaml#" >> +$schema: "http://devicetree.org/meta-schemas/core.yaml#" >> + >> +title: Loongson-3 HyperTransport Interrupt Controller >> + >> +maintainers: >> + - Jiaxun Yang >> + >> +description: | >> + This interrupt controller is found in the Loongson-3 family of chips to transfer >> + interrupts from PCH connected on HyperTransport bus. >> + >> +properties: >> + compatible: >> + items: >> + - enum: >> + - loongson,ls3-htintc > Can be simplified to: > > compatible > const: loongson,ls3-htintc > >> + >> + reg: >> + maxItems: 1 >> + >> + interrupts: >> + maxItems: 4 > Need to list out what each of the 4 are. Hi Rob These 4 interrupts a just delivered randomly, So it's hard to give out a name. Should I add a description for this? Thanks, -- Jiaxun Yang