From patchwork Mon Jul 20 08:55:26 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "andrew-sh.cheng" X-Patchwork-Id: 11673287 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 6F3E1138C for ; Mon, 20 Jul 2020 09:03:23 +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 482EF208E4 for ; Mon, 20 Jul 2020 09:03:23 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="WjhpUvZM"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=mediatek.com header.i=@mediatek.com header.b="DvpUj11L" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 482EF208E4 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=mediatek.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mediatek-bounces+patchwork-linux-mediatek=patchwork.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:MIME-Version:Message-ID:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=+w6YvvrWRFJDASmr9gTAi3ZVRUl7yv+E8fcP7zinnG4=; b=WjhpUvZM3LJ0GgTyYxyk1Xqmkr kjAKmzS5mOf3DRZ1wX9gFThSz2j4wbLX1Z6L91cN4vCWcJGupDV1pm+cGwXUkOa5yobcdQHyRnjDI f7bTrfjJVhWHFmhlnfSWBXYyDEf+5v40RtvRQ18V4oXiXs4TP6rqWBkF1SUwiL9GE130XS0O5Y+wz nWdsCl0Y7sbaBRK+v1OHsM4zmD5ut4whzrOlQAj+zu9KYSLCA7UapgzF5IrorgKRZCxIfo+I4i7xb YH0bIjybtf4sttvM+TY4tPa8224b6PCsLlW5OYfmc1rSlROXieMrq3+MYmY+L50xcgT3fIUikODIv fhBVvaBg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxRhV-0001sB-Fh; Mon, 20 Jul 2020 09:03:09 +0000 Received: from mailgw02.mediatek.com ([216.200.240.185]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jxRhH-0001ki-Ir; Mon, 20 Jul 2020 09:03:07 +0000 X-UUID: 6db75a21f6db41828f220b18c1bcb0b0-20200720 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mediatek.com; s=dk; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date:Subject:CC:To:From; bh=TSHLjC4mQdLckwje8+VW5lp9F9dLArVZIednfBFkdXY=; b=DvpUj11LFTHg1NpoP+7/9iZmawACij33Ju58SQYEsT0/D+xrVSnjK5sj52++xCtVBXhh57gRsylje6klAEsvjn2/7QSQ9MVFUteMJOw2bDEe/ZUiAUlHC9oxrwBnSf1aaVTIOLeGYDK0SO7xI7yBIrOf7TSz8qNKt61wCUz/0dU=; X-UUID: 6db75a21f6db41828f220b18c1bcb0b0-20200720 Received: from mtkcas66.mediatek.inc [(172.29.193.44)] by mailgw02.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLS) with ESMTP id 340928749; Mon, 20 Jul 2020 01:03:23 -0800 Received: from MTKMBS07N2.mediatek.inc (172.21.101.141) by MTKMBS62DR.mediatek.inc (172.29.94.18) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 20 Jul 2020 01:55:28 -0700 Received: from mtkcas07.mediatek.inc (172.21.101.84) by mtkmbs07n2.mediatek.inc (172.21.101.141) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Mon, 20 Jul 2020 16:55:27 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas07.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Mon, 20 Jul 2020 16:55:27 +0800 From: Andrew-sh.Cheng To: Viresh Kumar , Nishanth Menon , "Stephen Boyd" , Matthias Brugger , , , , Subject: opp: Modify opp API, dev_pm_opp_get_freq(), find freq in opp, even it is disabled Date: Mon, 20 Jul 2020 16:55:26 +0800 Message-ID: <1595235326-6333-1-git-send-email-andrew-sh.cheng@mediatek.com> X-Mailer: git-send-email 1.8.1.1.dirty MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200720_050255_868731_63262110 X-CRM114-Status: GOOD ( 11.51 ) X-Spam-Score: -0.2 (/) X-Spam-Report: SpamAssassin version 3.4.4 on merlin.infradead.org summary: Content analysis details: (-0.2 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 MIME_BASE64_TEXT RAW: Message text disguised using base64 encoding -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID_EF Message has a valid DKIM or DK signature from envelope-from domain 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Andrew-sh.Cheng" , srv_heupstream@mediatek.com Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+patchwork-linux-mediatek=patchwork.kernel.org@lists.infradead.org From: "Andrew-sh.Cheng" Modify dev_pm_opp_get_freq() to return freqeuncy even this opp item is not available. So that we can get the information of disable opp items. Signed-off-by: Andrew-sh.Cheng --- drivers/opp/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/opp/core.c b/drivers/opp/core.c index eed42d6b2e6b..5213e0462382 100644 --- a/drivers/opp/core.c +++ b/drivers/opp/core.c @@ -118,7 +118,7 @@ EXPORT_SYMBOL_GPL(dev_pm_opp_get_voltage); */ unsigned long dev_pm_opp_get_freq(struct dev_pm_opp *opp) { - if (IS_ERR_OR_NULL(opp) || !opp->available) { + if (IS_ERR_OR_NULL(opp)) { pr_err("%s: Invalid parameters\n", __func__); return 0; }