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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B4230C04FFE for ; Mon, 20 May 2024 14:51:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=TfC96krQpXRx6wEmQ3Iy63aK6d9k8oTTChBvRIhu/5A=; b=pqecjB3oQkJ6ZA heWtaTTAifzXVKngckGyq+3f4fOzWcffhmLqrEl/W1w35WeXmDhbCBKCsRgUW6jdlr6dnaTyVD4Vx EX947SFOibiZzeSocAicTiUV8pD/jAiqD9VirlGbQk78uIwVPgNSyLWKpxfTTVrOEjWbNhWUG1WYs bLNsKf5geawh8tTAP50/Pc2uQGitzpq3IQW3VL9IUG2jEiSZVawudRvU7kHt+AmqYrv1DlJXAVcqJ DKIRM73sK1INXBYNDU42xDDvSDwm0sq88t8O0Ro03dIJJhT6SRBcfTbSkALLEXNh9N1Cb8gk2IHAt kb2/j6gbtC6ZpPmR9sUQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s94MH-0000000EkDw-3gFd; Mon, 20 May 2024 14:51:25 +0000 Received: from sin.source.kernel.org ([145.40.73.55]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s94MF-0000000EkDU-1frm for linux-arm-kernel@lists.infradead.org; Mon, 20 May 2024 14:51:24 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 8BA3ACE0A27; Mon, 20 May 2024 14:51:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3101AC32786; Mon, 20 May 2024 14:51:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1716216678; bh=D+Kqca1KEXxg0yNf3o5Zf6/5aAbEqPhGV7VQ7pMihjU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oNxxzmK3tj6QsLYknhOkxRgQnSLppWoidfLzPYyT/ueo2FaiBWGuEMGQYK5lOEmtn p3BYIZQn8HwaInlnHOGvoHxnTXWYYPmlJjS9InuTgjtEMtESTyjpDLdJWH4ED7+TF9 WuLkIJOdiWtijrI3PCgkV+6nf2VFkj0nbAYnl5UXcALoFyC2hVBSR7bbP20jLHmNg6 /i96MXLEjH9xMRLs7zJ57kmU/ymWZ+mEna4llLIsrO4XK9PfdeDMpsZmPZR/mKeJix ZJml7gKQlmAzsXiAYJke+eTDpiVbGizLt2k3+foOaPLyai6Z1hhE8KAlSp1mWr3SH0 tlKVnZaXSEnhg== Date: Mon, 20 May 2024 09:51:17 -0500 From: "Rob Herring (Arm)" To: "Peng Fan (OSS)" Cc: Conor Dooley , linux-kernel@vger.kernel.org, Sudeep Holla , devicetree@vger.kernel.org, Peng Fan , linux-arm-kernel@lists.infradead.org, Cristian Marussi , Krzysztof Kozlowski Subject: Re: [PATCH v2 1/2] dt-bindings: firmware: arm,scmi: Support notification completion channel Message-ID: <171621667459.535282.3262936480019838224.robh@kernel.org> References: <20240510-scmi-notify-v2-0-e994cf14ef86@nxp.com> <20240510-scmi-notify-v2-1-e994cf14ef86@nxp.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240510-scmi-notify-v2-1-e994cf14ef86@nxp.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240520_075123_656782_C0EA32EC X-CRM114-Status: GOOD ( 10.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Fri, 10 May 2024 11:19:47 +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > Per System Control Management Interface specification: > " Completion interrupts:This transport supports polling or interrupt driven > modes of communication. In interrupt mode, when the callee completes > processing a message, it raises an interrupt to the caller. Hardware > support for completion interrupts is optional." > So add an optional mailbox channel for notification completion interrupts. > > Signed-off-by: Peng Fan > --- > Documentation/devicetree/bindings/firmware/arm,scmi.yaml | 12 ++++++++---- > 1 file changed, 8 insertions(+), 4 deletions(-) > Acked-by: Rob Herring (Arm) _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel