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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 91265C433FE for ; Tue, 29 Nov 2022 17:30:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236623AbiK2Ra6 (ORCPT ); Tue, 29 Nov 2022 12:30:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60340 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235803AbiK2Raz (ORCPT ); Tue, 29 Nov 2022 12:30:55 -0500 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 32E7A697EF for ; Tue, 29 Nov 2022 09:30:55 -0800 (PST) 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 1ED7DD6E; Tue, 29 Nov 2022 09:31:01 -0800 (PST) Received: from e120937-lin (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 14BB03F67D; Tue, 29 Nov 2022 09:30:52 -0800 (PST) Date: Tue, 29 Nov 2022 17:30:50 +0000 From: Cristian Marussi To: Etienne Carriere Cc: Ludvig =?iso-8859-1?Q?P=E4rsson?= , "linux-arm-kernel@lists.infradead.org" , "jens.wiklander@linaro.org" , "sumit.garg@linaro.org" , "vincent.guittot@linaro.org" , "sudeep.holla@arm.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] firmware: arm_scmi: Resolve dependency with TEE subsystem Message-ID: References: <20221111095313.2010815-1-sumit.garg@linaro.org> <20221111143800.k7xje6g23ujefnye@bogus> <20221114102650.qwkaxtnstujaiu6u@bogus> <0b24b15bfee6d97d23caf0225d264c14e0ed48f1.camel@axis.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 29, 2022 at 03:57:50PM +0100, Etienne Carriere wrote: > Hi Cristian, Ludvig, > Hi Etienne, > For info, I've tested your patches Cristian on my setup. > they did the job for probing optee transport at module initcall level. > Thanks for testing, I'll keep you in CC when posting the final series. Cristian