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 CE553C38145 for ; Thu, 8 Sep 2022 11:25:31 +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=+ocO2RHYoPhI2ncGeDnQdHkQn9Waab9L9OsC8aicNhQ=; b=BiIoF73QkDefDZ ZqHnhTc76yfDUWcDCHmTLX7HncUZnJYG7tmImjidbWD6NuXyXV8/Zelk8an3eTilRYaDB+TCZOXC2 3l5qLGk0GkMG9sv6NLAJEhQJspXmBjEXjD1NHchUnKsOaaOfC+vHrhv6olW78M/oQqhfYXcFzIUYH /aF9UHA3ffMjW571ETZOYJTIOD7ot24xI5HGiWprZAM0dUk8WWNUEV5taRq2UwZoax/9EAofvQO5c rNO8a5qq48hXn2Z4UY0PufBFxKlVGQzUICwdszf8T2S+FDM2vcpF5oDA9MMbGi1yrAijW/p5dcdw6 pbVYrXwKBpTnoMulc5AQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oWFe6-002gkG-DZ; Thu, 08 Sep 2022 11:24:34 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oWFe3-002gi9-4C for linux-arm-kernel@lists.infradead.org; Thu, 08 Sep 2022 11:24:33 +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 109BC14BF; Thu, 8 Sep 2022 04:24:30 -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 6C34F3F71A; Thu, 8 Sep 2022 04:24:22 -0700 (PDT) From: Sudeep Holla To: sudeep.holla@arm.com, op-tee@lists.trustedfirmware.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: jens.wiklander@linaro.org, marc.bonnici@arm.com, coboy.chen@mediatek.com, valentin.laurent@trustonic.com, lukas.hanel@trustonic.com, achin.gupta@arm.com Subject: Re: [PATCH v3 00/10] firmware: arm_ffa: Refactoring and initial/minor v1.1 update Date: Thu, 8 Sep 2022 12:24:16 +0100 Message-Id: <166263613429.1889754.11330926190281757716.b4-ty@arm.com> X-Mailer: git-send-email 2.37.3 In-Reply-To: <20220907145240.1683088-1-sudeep.holla@arm.com> References: <20220907145240.1683088-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-20220908_042431_252005_0AC1C8FE X-CRM114-Status: UNSURE ( 8.85 ) 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 Wed, 7 Sep 2022 15:52:30 +0100, Sudeep Holla wrote: > This series is just some refactoring in preparation to add FF-A v1.1 > support. It doesn't have any memory layout or notification changes > supported in v1.1 yet. > > Regards, > Sudeep > > [...] Applied to sudeep.holla/linux (for-next/ffa), thanks! [01/10] firmware: arm_ffa: Add pointer to the ffa_dev_ops in struct ffa_dev https://git.kernel.org/sudeep.holla/c/d01387fc1642 [02/10] tee: optee: Drop ffa_ops in optee_ffa structure using ffa_dev->ops directly https://git.kernel.org/sudeep.holla/c/320c3fa38c51 [03/10] firmware: arm_ffa: Remove ffa_dev_ops_get() https://git.kernel.org/sudeep.holla/c/55bf84fd0a76 [04/10] firmware: arm_ffa: Add support for querying FF-A features https://git.kernel.org/sudeep.holla/c/cb1f4c2c15bb [05/10] firmware: arm_ffa: Use FFA_FEATURES to detect if native versions are supported https://git.kernel.org/sudeep.holla/c/e57fba9105fa [06/10] firmware: arm_ffa: Make memory apis ffa_device independent https://git.kernel.org/sudeep.holla/c/8c3812c8f74f [07/10] firmware: arm_ffa: Rename ffa_dev_ops as ffa_ops https://git.kernel.org/sudeep.holla/c/7aa7a9798955 [08/10] firmware: arm_ffa: Add v1.1 get_partition_info support https://git.kernel.org/sudeep.holla/c/bb1be7498500 [09/10] firmware: arm_ffa: Set up 32bit execution mode flag using partiion property (with the additional version check as discussed on the list) https://git.kernel.org/sudeep.holla/c/106b11b1ccd5 [10/10] firmware: arm_ffa: Split up ffa_ops into info, message and memory operations https://git.kernel.org/sudeep.holla/c/5b0c6328e47d -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel