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 BFB87C433E0 for ; Fri, 12 Feb 2021 09:23:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8A38564E38 for ; Fri, 12 Feb 2021 09:23:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230143AbhBLJXD (ORCPT ); Fri, 12 Feb 2021 04:23:03 -0500 Received: from so15.mailgun.net ([198.61.254.15]:55625 "EHLO so15.mailgun.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229948AbhBLJWk (ORCPT ); Fri, 12 Feb 2021 04:22:40 -0500 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1613121741; h=Message-ID: References: In-Reply-To: Subject: Cc: To: From: Date: Content-Transfer-Encoding: Content-Type: MIME-Version: Sender; bh=tH8C0tE6/1Hw9cycCQHi9UfphzpxET/EHjVZKrdKlhg=; b=IKXy1+XboEOTY5+RYdS6Z1c351HRyOG1dRbXuvy/N5ZHxMZs8DEZh/n5V3NhT1xSlqM5d2ET c2MsVlLoJCi4NNC6GTDj1tcofzbNYBZpYpQrX/DDaA7Yd2H2t+KMu7NE+BIcmxRN4BogoL24 qjoOKLOgzIoGuisMiCy5p7fX2k8= X-Mailgun-Sending-Ip: 198.61.254.15 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd 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 602648aef112b7872cf576c4 (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 12 Feb 2021 09:21:50 GMT Sender: rojay=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 0781CC43461; Fri, 12 Feb 2021 09:21:49 +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 6ABA9C433C6; Fri, 12 Feb 2021 09:21:48 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 12 Feb 2021 14:51:48 +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> Message-ID: <29b30a2c0c4d7292747a073d23daaa70@codeaurora.org> X-Sender: rojay@codeaurora.org User-Agent: Roundcube Webmail/1.3.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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! >> >> -- >> viresh > > Kind regards > Uffe - Roja