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 A214DC3DA64 for ; Thu, 1 Aug 2024 19:24:44 +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=+vnc+UmYaqqc47iYtwkeBQP2oiRu5Xl/VZAHZ56fIWU=; b=yXx6drEP9POYk6JzeMrfUiYYZb FF564uXqwtb7ti9A+mVWMyRU5050nQomTupygyv4Qm/CdJbPn6S5wDMi3uHRUNNaWmcKY0tV++0tL Oxf5OVkT69WfUMFk7IOktr1GH9Yk1VqCg5yOIJhUqZoHlt+VnyeumxFqV3EhPZ243VHe5eg50Ay8S 9s12ANF7l4EvE2vuleu21YV8VWa70Xp+SLfSUyIfpxKcd4yWkjzscaPgXhBl2IspqVaW/OabenlNU 0+EABP/tXFAxGiQIf3qI76H1j68lMYWer/4sXxGCq4W7jlRzEiyDpjVuWmiIUk8yfmFy8/YtvM1PJ /2UZjgiw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sZbPf-00000006XCR-1cDL; Thu, 01 Aug 2024 19:24:35 +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 1sZbPA-00000006X88-3LTo for linux-arm-kernel@lists.infradead.org; Thu, 01 Aug 2024 19:24:06 +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 F356E1007; Thu, 1 Aug 2024 12:24:29 -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 2D2403F64C; Thu, 1 Aug 2024 12:24:02 -0700 (PDT) Date: Thu, 1 Aug 2024 20:23:59 +0100 From: Cristian Marussi To: Nikunj Kela 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.nxp.com, michal.simek@amd.com, quic_sibis@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> <9c476b12-a4ca-43f7-875a-eb0a1032c494@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9c476b12-a4ca-43f7-875a-eb0a1032c494@quicinc.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240801_122404_899217_FC296F39 X-CRM114-Status: GOOD ( 15.32 ) 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 Thu, Aug 01, 2024 at 12:17:36PM -0700, Nikunj Kela wrote: > > On 7/30/2024 7:47 AM, Cristian Marussi wrote: > > 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] > > > > Thanks, > > Cristian > > > > [1]: https://lore.kernel.org/linux-arm-kernel/20240709140957.3171255-1-peng.fan@oss.nxp.com/ > > [2]: https://lore.kernel.org/linux-arm-kernel/20240730133318.1573765-1-cristian.marussi@arm.com/T/#t > > > > --- > > Thanks Cristian for the series. I have validated them on Qualcomm > SA8255p(to be upstreamed) Ride platform. > Thanks for testing...does this solves your issues ? (assuming that will go through as it is ...) Cristian