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 AAE97C4332F for ; Mon, 13 Nov 2023 12:26:07 +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=ZvALxNjg4LbjRzBMEXs1uL0H95Nk+q2xXDwiAEBEkQE=; b=QhMEWaY7ij3W1y OrgbOgNs3g/MOyaFjS28hZmHhn2E30UugrpZQtJmghNZpPvjT5VrAiYxF1a+WWnJHduFEk1ZI7SDW 4Ae+9IBkN/0iX4sczqG9E7hYMUhcXrIE0aNV6i5snuBl/s1yMCRfnFPcm9N+JIUBZVs/hG8NM55Hx iYhEt2l7VvbJfK5Yc8/zc9tWVCfcqwPlmPzwgsHagMOlhrpCe50AQuKswVe2VsrDqfXn6j+bTkRVk l9MY+1XBjOZHwNW3Ora4kapVjRHfH752/Ppup2fLMS/ZnFa/F/k+0YULzBhfCNuApr7OzCbvRtFhf 5GL2eE17UFfjPHt3fUEA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1r2W0h-00DxFd-28; Mon, 13 Nov 2023 12:25: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 1r2W0f-00DxEl-0d for linux-arm-kernel@lists.infradead.org; Mon, 13 Nov 2023 12:25: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 DBF14FEC; Mon, 13 Nov 2023 04:26:28 -0800 (PST) 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 8DD973F6C4; Mon, 13 Nov 2023 04:25:42 -0800 (PST) From: Sudeep Holla To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Sudeep Holla Cc: Jens Wiklander , Coboy Chen , Lorenzo Pieralisi Subject: Re: [PATCH 0/4] firmware: arm_ffa: Few fixes for FF-A notification support Date: Mon, 13 Nov 2023 12:25:40 +0000 Message-ID: <169987803529.35505.8372374865461648200.b4-ty@arm.com> X-Mailer: git-send-email 2.42.0 In-Reply-To: <20231024-ffa-notification-fixes-v1-0-d552c0ec260d@arm.com> References: <20231024-ffa-notification-fixes-v1-0-d552c0ec260d@arm.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231113_042545_283719_093DD214 X-CRM114-Status: UNSURE ( 8.63 ) 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 Tue, 24 Oct 2023 11:56:16 +0100, Sudeep Holla wrote: > These are set of small fixes around FF-A notification support that are > currently queued in -next. It is mostly to take care of absence of > the notification support in the firmware as well as allowing them to be > optional and continue initialisation even when the notification fails. > > Regards, > Sudeep > > [...] Applied to sudeep.holla/linux (for-next/ffa/fixes), thanks! [1/4] firmware: arm_ffa: Allow FF-A initialisation even when notification fails (Dropped redundant return before applying as suggested by Jens) https://git.kernel.org/sudeep.holla/c/95520fc07743 [2/4] firmware: arm_ffa: Setup the partitions after the notification initialisation https://git.kernel.org/sudeep.holla/c/6f47023f7a52 [3/4] firmware: arm_ffa: Add checks for the notification enabled state https://git.kernel.org/sudeep.holla/c/f4bfcaee34bc [4/4] firmware: arm_ffa: Fix FFA notifications cleanup path https://git.kernel.org/sudeep.holla/c/6d67cbe67a86 -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel