From patchwork Wed May 4 11:28:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sudeep Holla X-Patchwork-Id: 12837679 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 CD5BAC433EF for ; Wed, 4 May 2022 11:30:29 +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: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:In-Reply-To:References: List-Owner; bh=dL4F9OkhQqMDCleFC83h90pklWEbY14xTmG29rLLlvA=; b=rg/f4WyXLYypN+ e8AIIaVQ8kll3FhbtgqnQ2vnpjmGM/9i+IIclcOviO84KSDnz7CVCrp02X5mlvOfkU4sskPggTs5n 91CHmUxZHmDBu8W5tvyyz3v23fzZ+aBkB08quINJLfto5haAK+r+f21xjACegDvsMUue7grO1ylNU eSuw6shlqp/8voXMVoFmD0K+Fadsg+uhLk8kK89hmZmnKo2YC9+OFIJd2X9cRPVStEjQuHJbhVL3e QQmklTqE2XmYua+Is3M373QMSi9t3pvUI+W1gJIcLX9gMRiFr+Jt0S9P1fYz/DbDfH2GyhEFGKfme 8Y+sbcKNU8dOdR9LfrwA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nmDBo-00APoz-4t; Wed, 04 May 2022 11:29:04 +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 1nmDBk-00APn1-54 for linux-arm-kernel@lists.infradead.org; Wed, 04 May 2022 11:29:01 +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 BD9761042; Wed, 4 May 2022 04:28:58 -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 B4E653FA50; Wed, 4 May 2022 04:28:57 -0700 (PDT) From: Sudeep Holla To: ARM SoC Team , SoC Team , ALKML Cc: Sudeep Holla , Arnd Bergmann , op-tee@lists.trustedfirmware.org, Olof Johansson Subject: [GIT PULL] firmware: arm_ffa: Updates for v5.19 Date: Wed, 4 May 2022 12:28:53 +0100 Message-Id: <20220504112853.3491961-1-sudeep.holla@arm.com> X-Mailer: git-send-email 2.36.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220504_042900_290394_3C55307D X-CRM114-Status: UNSURE ( 7.01 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi ARM SoC Team, Please pull ! Regards, Sudeep -->8 The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/ffa-updates-5.19 for you to fetch changes up to f3f3bdbd58cea4fdd088075fdc8864fc47ecd419: tee: optee: Use ffa_dev_get_drvdata to fetch driver_data (2022-04-29 14:51:46 +0100) ---------------------------------------------------------------- Arm FF-A firmware driver updates/fixes for v5.19 Couple of fixes to handle fragmented memory descriptors and incorrect UUID parameter passed to ffa_partition_probe. Another fix deals with the incorrect use of ffa_device's driver_data by the core driver. Apart from these fixes, there is an addition of ffa_dev_get_drvdata helper function and its use in optee driver. ---------------------------------------------------------------- Marc Bonnici (1): firmware: arm_ffa: Fix handling of fragmented memory descriptors Sudeep Holla (4): firmware: arm_ffa: Fix uuid parameter to ffa_partition_probe firmware: arm_ffa: Remove incorrect assignment of driver_data firmware: arm_ffa: Add ffa_dev_get_drvdata helper function tee: optee: Use ffa_dev_get_drvdata to fetch driver_data drivers/firmware/arm_ffa/driver.c | 24 ++++++++++++++---------- drivers/tee/optee/ffa_abi.c | 2 +- include/linux/arm_ffa.h | 7 ++++++- 3 files changed, 21 insertions(+), 12 deletions(-)