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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 98E17C0015E for ; Mon, 3 Jul 2023 09:42:11 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5C1728469C; Mon, 3 Jul 2023 11:42:09 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Received: by phobos.denx.de (Postfix, from userid 109) id 5C7228469F; Mon, 3 Jul 2023 11:42:08 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by phobos.denx.de (Postfix) with ESMTP id 2EC128469B for ; Mon, 3 Jul 2023 11:42:04 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=abdellatif.elkhlifi@arm.com 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 1BADE1FB; Mon, 3 Jul 2023 02:42:46 -0700 (PDT) Received: from e130802.arm.com (unknown [10.57.77.143]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 64C3B3F762; Mon, 3 Jul 2023 02:42:02 -0700 (PDT) Date: Mon, 3 Jul 2023 10:41:57 +0100 From: Abdellatif El Khlifi To: Simon Glass Cc: u-boot@lists.denx.de, nd@arm.com Subject: Re: [PATCH v13 04/10] arm_ffa: introduce Arm FF-A support Message-ID: <20230703094139.GA49380@e130802.arm.com> References: <20230606134856.GA1871110@bill-the-cat> <20230616152817.319869-1-abdellatif.elkhlifi@arm.com> <20230616152817.319869-5-abdellatif.elkhlifi@arm.com> <20230630124916.GA131777@e130802.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean Hi Simon, On Sun, Jul 02, 2023 at 04:44:41PM +0100, Simon Glass wrote: > Hi Abdellatif, > ... > > > > Changelog: > > > > =============== > > > > > > > > v13: > > > > > > > > * doc minor change: specify in the readme that the user > > > > should call ffa_rxtx_unmap() driver operation to unmap > > > > the RX/TX buffers on demand. > > > > Are you happy with this commit please ? May I add a Reviewed-by ? > > Sorry I think I did something wrong on the previous reply. > > Reviewed-by: Simon Glass > Thanks. Are you happy with the Sandbox support commit too [1] ? [1]: arm_ffa: introduce sandbox FF-A support Cheers Abdellatif