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.2 required=3.0 tests=BAYES_00, 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 26D50C433E0 for ; Wed, 3 Feb 2021 12:11:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CD24764F96 for ; Wed, 3 Feb 2021 12:11:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234508AbhBCMLc (ORCPT ); Wed, 3 Feb 2021 07:11:32 -0500 Received: from foss.arm.com ([217.140.110.172]:38880 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234187AbhBCML3 (ORCPT ); Wed, 3 Feb 2021 07:11:29 -0500 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 03FDED6E; Wed, 3 Feb 2021 04:10:44 -0800 (PST) Received: from e120937-lin (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id DCB483F73B; Wed, 3 Feb 2021 04:10:41 -0800 (PST) Date: Wed, 3 Feb 2021 12:10:35 +0000 From: Cristian Marussi To: Viresh Kumar Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, sudeep.holla@arm.com, lukasz.luba@arm.com, james.quinlan@broadcom.com, Jonathan.Cameron@Huawei.com, f.fainelli@gmail.com, etienne.carriere@linaro.org, thara.gopinath@linaro.org, vincent.guittot@linaro.org, souvik.chakravarty@arm.com, "Rafael J . Wysocki" Subject: Re: [PATCH v6 13/37] cpufreq: scmi: port driver to the new scmi_perf_proto_ops interface Message-ID: <20210203121035.GD8355@e120937-lin> References: <20210202221555.41167-1-cristian.marussi@arm.com> <20210202221555.41167-14-cristian.marussi@arm.com> <20210203030345.7lwcafpginkkcgik@vireshk-i7> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210203030345.7lwcafpginkkcgik@vireshk-i7> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 ? > 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. Thanks Cristian > -- > viresh