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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 076C0C433FE for ; Tue, 15 Nov 2022 22:36:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229561AbiKOWgf (ORCPT ); Tue, 15 Nov 2022 17:36:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37926 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230354AbiKOWgL (ORCPT ); Tue, 15 Nov 2022 17:36:11 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 00E4827931; Tue, 15 Nov 2022 14:34:19 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 90ADF60C66; Tue, 15 Nov 2022 22:34:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5EF7DC433D6; Tue, 15 Nov 2022 22:34:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668551659; bh=76h3S74vm1zYx6md3wh9PEY2pfxWlGuA1XOIWM1Ej8E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=rCQGmaC8E1eybY/odcwOwupHzv03jx6xqZRt6NQtxw0A02dG+GlWp+6u+vFSYn8Bc SnBQdosUT3PFr2By8Sa0wSP8xAMCz8GosfjCqLp7Cy4oFaf3ZokqfxowUb4VZFxNLO lPNMCCe+OllrBnf8hZnYzkpX12Qeo1cWNMQCXyYDK7fc4f9hhws3IikLqWWtTvYA2N zJWLdpjnBiWz/bRryhfdKrijjmNamYoUP3iV/1/gEpWGP+aJ4Ix15oKRA3X2HHMFH4 A0AUn+yIauYJKeNCmBOOPvwTdTOK+EBxwXxTxNdpFWlrDCAmrxWs6dPfSy0fxrGsHb DJ0RKyeH1wa7w== Date: Tue, 15 Nov 2022 22:34:13 +0000 From: Conor Dooley To: Anup Patel Cc: Palmer Dabbelt , Paul Walmsley , Thomas Gleixner , Marc Zyngier , Rob Herring , Krzysztof Kozlowski , Atish Patra , Alistair Francis , Anup Patel , linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings Message-ID: References: <20221111044207.1478350-1-apatel@ventanamicro.com> <20221111044207.1478350-5-apatel@ventanamicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Nov 14, 2022 at 05:59:00PM +0530, Anup Patel wrote: > On Sun, Nov 13, 2022 at 8:18 PM Conor Dooley wrote: > > Also, the file name says "riscv,imsic", the description says "IMSIC" but > > you've used "imsics" in the compatible. Is this a typo, or a plural? > > Yes, the file name should be consistent. I will update the file name. Is there a reason why the compatible is plural when all of the other mentions etc do not have an "s"? It really did look like a typo to me. It's the "incoming MSI controller", so I am unsure as to where the "s" actually even comes from. Why not just use "riscv,imsic"? Thanks, Conor.