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=-3.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,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 7B098C43470 for ; Thu, 29 Apr 2021 07:02:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3ED496141E for ; Thu, 29 Apr 2021 07:02:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239700AbhD2HDG (ORCPT ); Thu, 29 Apr 2021 03:03:06 -0400 Received: from so254-9.mailgun.net ([198.61.254.9]:55476 "EHLO so254-9.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239687AbhD2HDF (ORCPT ); Thu, 29 Apr 2021 03:03:05 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1619679739; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=qpzpGKT4MyOa6zZRIZKS8uAlvV/UNPjibYLAdYfWu/8=; b=W6+0hd6jAcg+E3rJx0+MDhaYAc83EmWA7GVAGVNVddnD3wwd/ryseuSUyu+cGf0aka0+Wh3D BNrPlxX5+HJ06GrK+rh/bVuh/MyxxGiRlNju/afKz8tu8P3JPukA0qHEtTvttV439NLsWG4G ezC7I+pU2l4sVwnNDZls2Z8NrXk= X-Mailgun-Sending-Ip: 198.61.254.9 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-n06.prod.us-west-2.postgun.com with SMTP id 608a59f52cc44d3aeabc1cc7 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Thu, 29 Apr 2021 07:02:13 GMT Sender: rojay=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id E753BC4479C; Thu, 29 Apr 2021 07:02:12 +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: rojay) by smtp.codeaurora.org (Postfix) with ESMTPSA id 99B8AC43143; Thu, 29 Apr 2021 07:02:11 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 29 Apr 2021 12:32:11 +0530 From: rojay@codeaurora.org To: Ulf Hansson Cc: Viresh Kumar , Rajendra Nayak , Bjorn Andersson , Rob Herring , Wolfram Sang , Stephen Boyd , Doug Anderson , Sai Prakash Ranjan , Matthias Kaehlcke , akashast@codeaurora.org, msavaliy@qti.qualcomm.com, parashar@codeaurora.org, Linux PM , DTML , Linux Kernel Mailing List , linux-arm-msm , Andy Gross , linux-i2c@vger.kernel.org Subject: Re: [PATCH 3/3] i2c: i2c-qcom-geni: Add support for 'assigned-performance-states' In-Reply-To: References: <20201224111210.1214-1-rojay@codeaurora.org> <20201224111210.1214-4-rojay@codeaurora.org> <6bfec3e6-3d26-7ade-d836-032273856ce2@codeaurora.org> <20210119110516.fgbbllyg7lxwwfdz@vireshk-i7> <29b30a2c0c4d7292747a073d23daaa70@codeaurora.org> Message-ID: <594e3849329abcacb69bef0901fef607@codeaurora.org> X-Sender: rojay@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 2021-04-01 12:09, rojay@codeaurora.org wrote: > On 2021-02-12 14:51, rojay@codeaurora.org wrote: >> On 2021-01-20 19:01, Ulf Hansson wrote: >>> On Tue, 19 Jan 2021 at 12:05, Viresh Kumar >>> wrote: >>>> >>>> On 19-01-21, 12:02, Ulf Hansson wrote: >>>> > As a matter of fact this was quite recently discussed [1], which also >>>> > pointed out some issues when using the "required-opps" in combination, >>>> > but perhaps that got resolved? Viresh? >>>> >>>> Perhaps we never did anything there .. >>> >>> Okay. Looks like we should pick up that discussion again, to conclude >>> on how to move forward. >>> >> >> Soft Reminder! >> > > Request Viresh, Uffe to discuss on the way forward. > Hi Viresh, Uffe, looking forward for your discussion/updates. Thanks, Roja >>>> >>>> -- >>>> viresh >>> >>> Kind regards >>> Uffe >> >> - Roja