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 9A91BE81E05 for ; Fri, 6 Oct 2023 15:17:14 +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:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NmkTs1shO1naQ3LB449ekIkDGZbxij+glPcD6/K3yxo=; b=usZCIkM3aWeyXy FRmWZgiv4F4aI7D+B7AombSEGD/e+yjAVt/7QCd96UP4QMQuIKuE63fBcUZeJj550HqmrirtReIpE 3nuArAK/bDrkwpNMGhqxgqHAPlpHDptlgvf/VTdlpELSl6Mt1+iLMqJ0vjKguWjeYOCtAnoi4E9Ab okTygQDH/cZbVhkGB9qOT5CfYK+Y8sCtpcuqjJ0qrcpFrrhAG0EfBjBYBAESj/3GyiOkC0TL1gEWy 5dqNwwPpctsoMwoOWKfIeeMDYck65IufHh4ShtVp5AmJSYOv6fEcvbGI9j3jSGt3enEUZC/Kcqjrt mRBKiPBQIb9lyHhrY2xg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qomZL-0064WQ-0u; Fri, 06 Oct 2023 15:16:47 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qomZI-0064Vu-1l for linux-arm-kernel@lists.infradead.org; Fri, 06 Oct 2023 15:16:46 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9F63AC15; Fri, 6 Oct 2023 08:17:21 -0700 (PDT) Received: from usa.arm.com (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id B54DF3F5A1; Fri, 6 Oct 2023 08:16:41 -0700 (PDT) From: Sudeep Holla To: linux-arm-kernel@lists.infradead.org, Sudeep Holla Cc: Marc Bonnici , Jens Wiklander Subject: Re: [PATCH] firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messaging Date: Fri, 6 Oct 2023 16:16:39 +0100 Message-ID: <169660288344.693075.11174914037343304882.b4-ty@arm.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231005142823.278121-1-sudeep.holla@arm.com> References: <20231005142823.278121-1-sudeep.holla@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231006_081644_630559_F9ACB5B5 X-CRM114-Status: UNSURE ( 8.13 ) X-CRM114-Notice: Please train this message. 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 Thu, 05 Oct 2023 15:28:23 +0100, Sudeep Holla wrote: > An FF-A ABI could support both the SMC32 and SMC64 conventions. > A callee that runs in the AArch64 execution state and implements such > an ABI must implement both SMC32 and SMC64 conventions of the ABI. > > So the FF-A drivers will need the option to choose the mode irrespective > of FF-A version and the partition execution mode flag in the partition > information. > > [...] Applied to sudeep.holla/linux (for-next/ffa/updates), thanks! [1/1] firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messaging https://git.kernel.org/sudeep.holla/c/2d698e8b4fd2 -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel