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=-0.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no 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 D8978C47257 for ; Tue, 5 May 2020 07:37:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B5E1320663 for ; Tue, 5 May 2020 07:37:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="uu2ko1x7" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728433AbgEEHhD (ORCPT ); Tue, 5 May 2020 03:37:03 -0400 Received: from mail26.static.mailgun.info ([104.130.122.26]:25392 "EHLO mail26.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728114AbgEEHhC (ORCPT ); Tue, 5 May 2020 03:37:02 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1588664221; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=kIFbus3pdBIDI9q5dNQbOWwVqxDFyCbLIbVYGC3IkTQ=; b=uu2ko1x7N/Gp3ty9bvyzBmqH0X00Crj2tm8xiVqDh7kSel69j0LTbBf1dpyeWbDrUhy4IcHy WKwuYeQvJg1IKgRz0jZ4QlYTEo3FCBGzVyGBrCYzkfQhwTjWy48WGyFYLCaoOclGRoU3om2A er/GSDEB4bnUKJsz91z5YiT/FCQ= X-Mailgun-Sending-Ip: 104.130.122.26 X-Mailgun-Sid: WyI5ZDFmMiIsICJsaW51eC1wbUB2Z2VyLmtlcm5lbC5vcmciLCAiYmU5ZTRhIl0= Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by mxa.mailgun.org with ESMTP id 5eb11796.7fc83b4433b0-smtp-out-n03; Tue, 05 May 2020 07:36:54 -0000 (UTC) Received: by smtp.codeaurora.org (Postfix, from userid 1001) id A2428C44788; Tue, 5 May 2020 07:36:53 +0000 (UTC) Received: from mail.codeaurora.org (localhost.localdomain [127.0.0.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: sibis) by smtp.codeaurora.org (Postfix) with ESMTPSA id 01650C433D2; Tue, 5 May 2020 07:36:52 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 05 May 2020 13:06:52 +0530 From: Sibi Sankar To: Saravana Kannan Cc: Viresh Kumar , Stephen Boyd , Georgi Djakov , Bjorn Andersson , Matthias Kaehlcke , Nishanth Menon , Andy Gross , David Brown , Rob Herring , Mark Rutland , "Rafael J. Wysocki" , linux-arm-msm@vger.kernel.org, "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , LKML , Linux PM , Doug Anderson , Vincent Guittot , Amit Kucheria , Ulf Hansson , lukasz.luba@arm.com, Sudeep Holla , linux-arm-msm-owner@vger.kernel.org Subject: Re: [PATCH v4 07/12] OPP: Add and export helper to get icc path count In-Reply-To: References: <20200504202243.5476-1-sibis@codeaurora.org> <20200504202243.5476-8-sibis@codeaurora.org> Message-ID: <9c5786c552bf7f0092cecbbdabd7761b@codeaurora.org> X-Sender: sibis@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On 2020-05-05 03:33, Saravana Kannan wrote: > On Mon, May 4, 2020 at 1:24 PM Sibi Sankar > wrote: >> >> Add and export 'dev_pm_opp_get_path_count' to get the icc path count >> associated with the device. > > This is not related to OPP. You should add this helper function to ICC > framework? yes it should be, I'll work with Georgi so that it gets re-used in his series as well. > > -Saravana -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.