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 28D33C05027 for ; Fri, 20 Jan 2023 11:39:12 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Ny+cdjlTKTGPEqCqYwVn2ZscQQyC8OwJK2n3t8yxAAE=; b=fQhvhb4stzq3aA 0a2Ht3Yjq866/lPux5LI3AgCV+MyNtANal6Plt5H+BhWSFPfxhvC90VYdD35TX7JH6ghTfVqlXiDw z1mC5wj455XMabLm5DKRPv2PWHaS4WWbqD3p/P8DuhvwMIQF60pf6uvPD1ht69uYV0/gl5IRGTgKg XyFOhdzk2ozzvfAPpw9DdYa63iJWhbXkHqmixlSVOzB4XigRRUceO0Ry2/2jxGfMnaiEu9JItnalS f7dSP9goKjx0fIxBQrzPsdu8cOkXcK89Lvs2QpbjQ/OPZczFhQlJg5EJZ+P8fHyMIm0xaHvPYRJgc laS+vwrm70Zy4nJgk9mg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pIpim-00A33q-9S; Fri, 20 Jan 2023 11:38:12 +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 1pIpii-00A32o-W2 for linux-arm-kernel@lists.infradead.org; Fri, 20 Jan 2023 11:38:10 +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 312DD2F; Fri, 20 Jan 2023 03:38:48 -0800 (PST) Received: from bogus (e103737-lin.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B914C3F71A; Fri, 20 Jan 2023 03:38:04 -0800 (PST) Date: Fri, 20 Jan 2023 11:38:02 +0000 From: Sudeep Holla To: Cristian Marussi Cc: Vincent Guittot , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, james.quinlan@broadcom.com, Jonathan.Cameron@huawei.com, f.fainelli@gmail.com, etienne.carriere@linaro.org, souvik.chakravarty@arm.com, wleavitt@marvell.com, Sudeep Holla , peter.hilber@opensynergy.com, nicola.mazzucato@arm.com, tarek.el-sherbiny@arm.com, quic_kshivnan@quicinc.com Subject: Re: [PATCH v8 00/17] Introduce a unified API for SCMI Server testing Message-ID: <20230120113802.azac2q6rqoozlpdi@bogus> References: <20230118121426.492864-1-cristian.marussi@arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230120_033809_116646_B6E6D695 X-CRM114-Status: GOOD ( 17.91 ) 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 Fri, Jan 20, 2023 at 09:56:32AM +0000, Cristian Marussi wrote: > On Fri, Jan 20, 2023 at 09:11:24AM +0100, Vincent Guittot wrote: > > Hi Vincent, > > thanks for trying this out. > > > I haven't seen a description of the . I figured out that this is > > the protocol id to which the channel was associated in DT while > > testing it but it could be good to describe this somewhere. > > Ah, damn yes, I had made a note to myself to add an explicit description > of how the channel number IDs are chosen, then I forgot :P > > I'll add a follow-on patch once is queued. > Please post it ASAP so that I can include it before I tag, just trying to avoid missing it now and sending it as fix later :). > > Apart from this minor thing, I have tested it with an scmi server > > embedded in OPTEE and run the scmi compliance tests. Everything works > > fine using the default mode or using one specific channel. > > > > FWIW > > Tested-by: Vincent Guittot Thanks Vincent and Florian. I just pulled and merged this last night, will update to include your Tested-by tags. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel