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 X-Spam-Level: X-Spam-Status: No, score=-10.6 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06340C433DB for ; Thu, 4 Feb 2021 11:44:43 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A127764F44 for ; Thu, 4 Feb 2021 11:44:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A127764F44 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject: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=lzGVoKyhvSXvix2l0x+yQ0KzOjnLvOyLZNd0BkgJBrw=; b=m4CgI+zatOn7w4pHXJb0mRoBn TAkV1ahkLgJUvszvKgJx936I1EGWt3KTz7KccO6VO5lnJoejrfUbb29hwrJ2USwTzQ45gob2if4+q SaY5Td2u3gmnvd1Oj9mwvcsHM+ZaNA/v2XF716ldcWtKuQcVbPTh6heXbx7GqkauAiRJlpSnfaVe8 BKRTooUN7yPa4Ljgx8WgY8DgCKz3jvYjwTmmwh3XT1rAe5rh6Cu5H40DYsPHRt0TiuS7QNC9JY6V/ H596T5rq32SkR/LyuHvzXXrQx1a9UIa43UOuUg/xeSv1JGW/ID6F41L3aXPSIxzCyz1xycxU15iyb pK/ZltR9g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7d2q-0004vH-ND; Thu, 04 Feb 2021 11:43:32 +0000 Received: from foss.arm.com ([217.140.110.172]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l7d2o-0004uh-37 for linux-arm-kernel@lists.infradead.org; Thu, 04 Feb 2021 11:43:30 +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 6F02B11FB; Thu, 4 Feb 2021 03:43:26 -0800 (PST) Received: from bogus (unknown [10.57.46.120]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 876F63F73B; Thu, 4 Feb 2021 03:43:24 -0800 (PST) Date: Thu, 4 Feb 2021 11:43:18 +0000 From: Sudeep Holla To: Cristian Marussi Subject: Re: [PATCH v6 13/37] cpufreq: scmi: port driver to the new scmi_perf_proto_ops interface Message-ID: <20210204114318.eedlr3uqirixc7il@bogus> References: <20210202221555.41167-1-cristian.marussi@arm.com> <20210202221555.41167-14-cristian.marussi@arm.com> <20210203030345.7lwcafpginkkcgik@vireshk-i7> <20210203121035.GD8355@e120937-lin> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210203121035.GD8355@e120937-lin> User-Agent: NeoMutt/20171215 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210204_064330_200744_5B0A424B X-CRM114-Status: GOOD ( 17.79 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: f.fainelli@gmail.com, vincent.guittot@linaro.org, "Rafael J . Wysocki" , Viresh Kumar , Sudeep Holla , linux-kernel@vger.kernel.org, thara.gopinath@linaro.org, linux-arm-kernel@lists.infradead.org, james.quinlan@broadcom.com, Jonathan.Cameron@Huawei.com, souvik.chakravarty@arm.com, etienne.carriere@linaro.org, lukasz.luba@arm.com 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 Wed, Feb 03, 2021 at 12:10:35PM +0000, Cristian Marussi wrote: > Hi Viresh > > > On Wed, Feb 03, 2021 at 08:33:45AM +0530, Viresh Kumar wrote: > > On 02-02-21, 22:15, Cristian Marussi wrote: > > > Port driver to the new SCMI Perf interface based on protocol handles > > > and common devm_get_ops(). > > > > > > Cc: Rafael J. Wysocki > > > Cc: Viresh Kumar > > > Signed-off-by: Cristian Marussi > > > --- > > > v4 --> v5 > > > - using renamed devm_get/put_protocol > > > > Can this go through the PM tree ? > > Just to be clear, this is targeted for v5.13 not v5.12 in case you are worried about some conflicts. > > It's part of a long series changing internal and external SCMI > interfaces, series including a bit of per-protocol transient code added > and removed around this patch to maintain bisectability along the way... > > ...I'd not recommend split this patch out and committ it out of the series, > if this is what you meant. > > Anyway up to Sudeep really. > I prefer to get the entire series merged at once too. We can see if there are any conflicts once I start merging them more v5.12-rc1 or later. -- Regards, Sudeep _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel