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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 8BC04C55192 for ; Thu, 23 Apr 2020 12:43:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 69C032077D for ; Thu, 23 Apr 2020 12:43:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587645798; bh=Jf4U83nslK4pLE/BKjzX7LhcMz5BzxX0wK8k8b1LmEQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=TbOg/stclqPg0IdiWPw5OVUzFOUsTX3XtI2j/5pXy7WMV62t4DxhzyDXMsh5w8++2 ory5ajUcmPnVxRPY7vPCRj6xyVwK5NQWMSzdkvo7csXXOmhvBfYUPJhamgiYGz1/ON SMuhJDVlGTf/y45hhhCQcTicYGch4555D49hCDbs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728235AbgDWMnS (ORCPT ); Thu, 23 Apr 2020 08:43:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:35362 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726435AbgDWMnR (ORCPT ); Thu, 23 Apr 2020 08:43:17 -0400 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4CF652074F; Thu, 23 Apr 2020 12:43:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1587645797; bh=Jf4U83nslK4pLE/BKjzX7LhcMz5BzxX0wK8k8b1LmEQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=x8suleylMoRjsePqe89CrWPBmZhjfz1Lm3yD8IEyVyMofPYEVyOy3Ljc3xgzOLje4 +Dgz55oeV9szl7pUhrwRT6HBD9UoCwHf4Z9J6rUyWJynYmOufitJs2HXkZzBP5U1NI YLwoRTIJSnRJdid5hhJN64cNoMAT/k9ZyMSEBri0= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1jRbCF-005lvs-Kh; Thu, 23 Apr 2020 13:43:15 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 23 Apr 2020 13:43:15 +0100 From: Marc Zyngier To: Huacai Chen Cc: Jiaxun Yang , "open list:MIPS" , Thomas Gleixner , Jason Cooper , Rob Herring , LKML , devicetree@vger.kernel.org Subject: Re: [PATCH 6/6] dt-bindings: interrupt-controller: Add Loongson PCH MSI In-Reply-To: References: <20200422142428.1249684-1-jiaxun.yang@flygoat.com> <20200422142428.1249684-7-jiaxun.yang@flygoat.com> Message-ID: X-Sender: maz@kernel.org User-Agent: Roundcube Webmail/1.3.10 X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: chenhc@lemote.com, jiaxun.yang@flygoat.com, linux-mips@vger.kernel.org, tglx@linutronix.de, jason@lakedaemon.net, robh+dt@kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Huacai, On 2020-04-23 06:55, Huacai Chen wrote: > Hi, Jiaxun, > > On Wed, Apr 22, 2020 at 10:28 PM Jiaxun Yang > wrote: >> >> Add binding for Loongson PCH MSI controller. >> >> Signed-off-by: Jiaxun Yang >> --- >> .../loongson,pch-msi.yaml | 56 >> +++++++++++++++++++ >> 1 file changed, 56 insertions(+) >> create mode 100644 >> Documentation/devicetree/bindings/interrupt-controller/loongson,pch-msi.yaml >> >> diff --git >> a/Documentation/devicetree/bindings/interrupt-controller/loongson,pch-msi.yaml >> b/Documentation/devicetree/bindings/interrupt-controller/loongson,pch-msi.yaml >> new file mode 100644 >> index 000000000000..dfb9cecacba0 >> --- /dev/null >> +++ >> b/Documentation/devicetree/bindings/interrupt-controller/loongson,pch-msi.yaml >> @@ -0,0 +1,56 @@ >> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) >> +%YAML 1.2 >> +--- >> +$id: >> "http://devicetree.org/schemas/interrupt-controller/loongson,pch-msi.yaml#" >> +$schema: "http://devicetree.org/meta-schemas/core.yaml#" >> + >> +title: Loongson PCH MSI Controller >> + >> +maintainers: >> + - Jiaxun Yang >> + >> +description: | >> + This interrupt controller is found in the Loongson-7A family of PCH >> for > Please use "Loongson's LS7A family" here. It's the fourth email you send on the same subject. I think the author has got the message already. Frankly, it is only a name, and if they want to call it Bob, so be it. Thanks, M. -- Jazz is not dead. It just smells funny...