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.6 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 D49ABC433E0 for ; Mon, 1 Jun 2020 10:24:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A6CD6206C3 for ; Mon, 1 Jun 2020 10:24:45 +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="a9j18/yn" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725999AbgFAKYp (ORCPT ); Mon, 1 Jun 2020 06:24:45 -0400 Received: from mail27.static.mailgun.info ([104.130.122.27]:48435 "EHLO mail27.static.mailgun.info" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725925AbgFAKYo (ORCPT ); Mon, 1 Jun 2020 06:24:44 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1591007084; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=7kmkBXE1s/B1uijytzBWtDNlmhyb/oC4LuZ3LKjjazI=; b=a9j18/ynDSgJsTPHcCl29n4tXP+eUGLUdH7C8lPOzXMyKtPixT+cL6LAs8W9ePv7MxMGEWtU JLdJOreeU+PdcLBOo588kGBsRvF4rn/BZAmn8X2c2e0Zgzrf2Mi/Ce0btKk4+FfT0RCa7+j3 diUj87xtJZOZeVxY3bqwFXZy4e4= X-Mailgun-Sending-Ip: 104.130.122.27 X-Mailgun-Sid: WyI1MzIzYiIsICJsaW51eC1hcm0tbXNtQHZnZXIua2VybmVsLm9yZyIsICJiZTllNGEiXQ== Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n09.prod.us-west-2.postgun.com with SMTP id 5ed4d76942288e951fb11651 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Mon, 01 Jun 2020 10:24:41 GMT Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 4DAD1C433C9; Mon, 1 Jun 2020 10:24:41 +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 7C06BC433C6; Mon, 1 Jun 2020 10:24:40 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 01 Jun 2020 15:54:40 +0530 From: Sibi Sankar To: Viresh Kumar Cc: sboyd@kernel.org, georgi.djakov@linaro.org, nm@ti.com, linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org, saravanak@google.com, mka@chromium.org, smasetty@codeaurora.org, linux-arm-msm-owner@vger.kernel.org, linux-kernel-owner@vger.kernel.org Subject: Re: [PATCH] OPP: Check for bandwidth values before creating icc paths In-Reply-To: <20200601101528.vcauy5fm5tmzgahs@vireshk-i7> References: <20200527192418.20169-1-sibis@codeaurora.org> <20200529052031.n2nvzxdsifwmthfv@vireshk-i7> <0205034b0ece173a7152a43b016985a7@codeaurora.org> <20200601040742.3a4cmhrwgh2ueksy@vireshk-i7> <20200601071349.gbuyfaasdu27a3bd@vireshk-i7> <4258c6b122fa352a6b5cccb07a9b1203@codeaurora.org> <20200601101528.vcauy5fm5tmzgahs@vireshk-i7> Message-ID: X-Sender: sibis@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 2020-06-01 15:45, Viresh Kumar wrote: > On 01-06-20, 15:30, Sibi Sankar wrote: >> Yeah dev_pm_opp_add/dev_pm_opp_set_clkname >> or pretty much any api doing a >> dev_pm_opp_get_opp_table without >> a opp_table node associated with >> it will run into this issue. > > Not sure if what you wrote now is correct, the problem shouldn't > happen from within dev_pm_opp_set_clkname() but only when we try to do > bw thing. > > Anyway, I have pushed the change already. cool, thanks! -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.