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=-5.3 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 D5376C433DF for ; Tue, 16 Jun 2020 17:19:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B95B520B1F for ; Tue, 16 Jun 2020 17:19:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="fd+q13dn" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729024AbgFPRTe (ORCPT ); Tue, 16 Jun 2020 13:19:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60814 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726630AbgFPRTd (ORCPT ); Tue, 16 Jun 2020 13:19:33 -0400 Received: from mail-qt1-x844.google.com (mail-qt1-x844.google.com [IPv6:2607:f8b0:4864:20::844]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A8808C061755 for ; Tue, 16 Jun 2020 10:19:30 -0700 (PDT) Received: by mail-qt1-x844.google.com with SMTP id c12so16056819qtq.11 for ; Tue, 16 Jun 2020 10:19:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=wWTEVC4IvADhgC8WKAFdPBJMykXtWuEzpH/Aah85Qcs=; b=fd+q13dnpRb7sosklNefJkvA0FgEtbX+514cFpXpLhhiNOAvyS/H0qQcCQx7cfQRZa 4rh9Q/ZoLUFe0x7JUpc361CfeuZK/IAZud2gStzhirNsoDffnc2VZVHaTihzVXmP3wqE W4h4PmzaSlA5SXNbb1860nwCQOOwf1EZw5Pz89AXzvU86IydYIKA3GHIBnmWdy+vpU9t 3+kfMcxSKGu00Aa0iG7gvZtvRzhO/TbhNKd1QkdN/KFxYeqijSeeAI55jwazR6hriiRB 56xUWZXy6kVPqQ57aqcuOMqHTxnV3wxH1D+rVTeNzAtv4xr0oH4BCIBYKjVdllNkMxPT q9bg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=wWTEVC4IvADhgC8WKAFdPBJMykXtWuEzpH/Aah85Qcs=; b=lPmPvwA9HuW/bmd0d5ka/jLgR0uVYxw4PvfTRdbgAWhUEWv5aYezV7tH9AuGbSh9rJ P6/lKi6jPv7bs0xxWCXix0w3a+iSmCvPTGUsLSeWocKWjEWzBZmy9hrz5/+jcfnedf7f Ub09ixN3JQ3AdXcdAQ/ACaBu5VrQaxjJ41tGl56lv7BvmEYqOsUKsxuy5E/YwfvCIE4V Rz4MnmCJFZ8kAa6CGPho/KtwDWTzzTHfKisHHTkxY6mSDneNT0kX3TiYXTWjUlVe8SLt +gYXxYE3g5ZdEEEncb5zMF1dhaky97e3xo2v4wrKQau+Ac8Yvjyxlf4G37hiwvzN2WWI Ovkg== X-Gm-Message-State: AOAM533vE6FOeCS77kgRhD61MnzHOXDrIcxesy1mcg+4EFkH9kV1ZhuB TU6pFqLaXNFA16DTxRFBfWNqmw== X-Google-Smtp-Source: ABdhPJy8Ml+SRDOIpfMU19h6AyD4PHxw4EEAdOlfy7DVyy6x5lPuP4K3JL/v7tdCndKeai3czWUJcg== X-Received: by 2002:ac8:339b:: with SMTP id c27mr21285530qtb.210.1592327969918; Tue, 16 Jun 2020 10:19:29 -0700 (PDT) Received: from [192.168.1.92] (pool-71-255-246-27.washdc.fios.verizon.net. [71.255.246.27]) by smtp.gmail.com with ESMTPSA id q187sm14335126qka.34.2020.06.16.10.19.28 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 16 Jun 2020 10:19:29 -0700 (PDT) Subject: Re: [PATCH v6 2/6] soc: qcom: rpmhpd: Introduce function to retrieve power domain performance state count To: Ulf Hansson Cc: Zhang Rui , Daniel Lezcano , Bjorn Andersson , Andy Gross , Rob Herring , Amit Kucheria , Mark Rutland , "Rafael J. Wysocki" , Linux PM , DTML , linux-arm-msm , Linux Kernel Mailing List References: <20200604015317.31389-1-thara.gopinath@linaro.org> <20200604015317.31389-3-thara.gopinath@linaro.org> From: Thara Gopinath Message-ID: <6ce39992-2b24-ba55-521b-6f27e52b9f6e@linaro.org> Date: Tue, 16 Jun 2020 13:19:27 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 6/16/20 5:21 AM, Ulf Hansson wrote: > On Thu, 4 Jun 2020 at 03:53, Thara Gopinath wrote: >> >> Populate .get_performance_state_count in genpd ops to retrieve the count of >> performance states supported by a rpmh power domain. >> >> Signed-off-by: Thara Gopinath >> Reviewed-by: Bjorn Andersson > > Reviewed-by: Ulf Hansson Thanks Ulf for all the reviews. > > Kind regards > Uffe > -- Warm Regards Thara