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 C2B9DC3DA64 for ; Wed, 31 Jul 2024 13:59: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:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=1ZjIA7mgTeIyJ+32wUrR8NKVrVjkhXWABYzS53o7NnE=; b=xgcwsrm1p5csVKmX61IqtaUzGd oq0f/9IifSK79g1rDcNHLHY6NWH//Srr6mWwSpZPE2q2eytV4hs1MXfdWzOaEnPYFh9fF3l28wx48 MVUvBU7BMWJM0WJ9qmCKzbbRzFocrfKyML/ogb6UUA/5ro6iXHmAwADDJA+l8X8HkBVYngXXrboXq dbYgUV6Wqi2UrlKg5cIJu7PfhUaQpc9fGePgEcIpgxkfmqNG5AWuzfV1GJgVi0GIBYH2Y9obvO2Gk 6JAsmZFu4aBqAYln1D2iylvQd2huImXPOPE5ojuRvF84SmXPetBBWvB5/5FO7+t/gBCJRsCHQ4L71 ydX7yfaQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sZ9r6-00000001ObC-1iZ1; Wed, 31 Jul 2024 13:59:04 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sZ9qb-00000001OQq-3oMk for linux-arm-kernel@lists.infradead.org; Wed, 31 Jul 2024 13:58:35 +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 C92EB1007; Wed, 31 Jul 2024 06:58:58 -0700 (PDT) Received: from pluto (usa-sjc-mx-foss1.foss.arm.com [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A71863F5A1; Wed, 31 Jul 2024 06:58:30 -0700 (PDT) Date: Wed, 31 Jul 2024 14:58:28 +0100 From: Cristian Marussi To: Peng Fan Cc: Cristian Marussi , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "arm-scmi@vger.kernel.org" , "devicetree@vger.kernel.org" , "sudeep.holla@arm.com" , "james.quinlan@broadcom.com" , "f.fainelli@gmail.com" , "vincent.guittot@linaro.org" , "etienne.carriere@st.com" , "Peng Fan (OSS)" , "michal.simek@amd.com" , "quic_sibis@quicinc.com" , "quic_nkela@quicinc.com" , "dan.carpenter@linaro.org" , "souvik.chakravarty@arm.com" , "robh@kernel.org" , "krzk+dt@kernel.org" Subject: Re: [PATCH v1 0/6] Add SCMI transport descriptors Message-ID: References: <20240730144707.1647025-1-cristian.marussi@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240731_065834_023492_89D60718 X-CRM114-Status: GOOD ( 13.43 ) 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 On Wed, Jul 31, 2024 at 01:13:14PM +0000, Peng Fan wrote: > > Subject: [PATCH v1 0/6] Add SCMI transport descriptors > > > > Hi, > > > > this small series is an extended version of this recent, already reviewed, > > series [1] posted by Peng to add a new arm,scmi property to describe > > some platform-specific SCMI timeout constraints. > > > > On top of that, this adds 2 more properties to describe a couple more > > platform-specific transport characteristics. > > > > To minimize conflicts, the whole series is based on top of another > > recent series, which represents a rework of the core SCMI stack to split > > SCMI transports as standalone drivers. [2] > > For the patchset, > Tested-by: Peng Fan #i.MX95 19x19 EVK > Thanks for testing. Cristian