Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp2350328ybf; Mon, 2 Mar 2020 06:59:28 -0800 (PST) X-Google-Smtp-Source: ADFU+vs6vd5ub0uqQnEU3sb8DrhrLAbOX/nh0aG9VBxBXzdaeMvdu7caflDHHaOQcYVwU2LhfA29 X-Received: by 2002:a05:6830:110:: with SMTP id i16mr4756303otp.189.1583161168576; Mon, 02 Mar 2020 06:59:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583161168; cv=none; d=google.com; s=arc-20160816; b=UfLJJiTgFjQ04MN149mj/QZuiy8flcepfnQPKUBRFR2Yn9l+dWm97vpMr6qLfJcb9Y qnvEg6KRJjA9Ta3/vQfuMZrvv/hffukpvNpN+RwirFlaw/bGLDcR3p6JFtHKnziti92F kpZikWfc7IbYSnn5iCxoNTs0GCHz4nh+y8jkiWMzZGE8Y2TdZnQR0TfRTLtSAM+tuNFa jxMyHbuKNvkEjnnLencbCbtf5XpI55IIeqZFLSLyD410B5XPkvu38awbUze1FfkOTDli Fm3xAjD4KtYREe5iuslmhPQ5H0ovED9B2ZeQ4WhCodKbd9q4e+H/PPQ4l0cx8nIbb0ka MEhw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:cc:to:subject; bh=Pdi0g7tLhtnb29hirKAxboMoMVP42+2dCzA4Xo7dYZI=; b=KezFhpdQiNIZ/bgn2Z62b6HKgBbkInSu01VRKqNFYFg3PJ3qnjq0YNk2W9IxN0jyFj kuKiUZE6gzSVJ1GSFzR94g4bnc8r86bSLifVHw5RLw/QUXl4KSrfSlXue7ne20xog3Rx BZ3STk/Q/AiBPCsYu+b8bfPRPfwaIdZ6dxGH75I1EGRqMmmjH1Znn4E+HXjjpExxPOnt lKU1zslIFTnuB8SsyXU50w8+7egBMjCFYIqqvypyVg3/YVZVbbfa6xoxa62I+NXtpEKC tws6QEO5cZ96gxa2Z/5Gdpm17Q6pZ35nySyVdJ83Pib21bJyrkUXqVB8Xom6gttXbAns 4lig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i9si6644681otp.139.2020.03.02.06.59.17; Mon, 02 Mar 2020 06:59:28 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727387AbgCBO6i (ORCPT + 99 others); Mon, 2 Mar 2020 09:58:38 -0500 Received: from foss.arm.com ([217.140.110.172]:33832 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726997AbgCBO6h (ORCPT ); Mon, 2 Mar 2020 09:58:37 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A99EA1045; Mon, 2 Mar 2020 06:58:35 -0800 (PST) Received: from [10.1.195.32] (e112269-lin.cambridge.arm.com [10.1.195.32]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 673023F534; Mon, 2 Mar 2020 06:58:34 -0800 (PST) Subject: Re: [PATCH RFT v2 0/3] devfreq fixes for panfrost To: Martin Blumenstingl Cc: tomeu.vizoso@collabora.com, airlied@linux.ie, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-rockchip@lists.infradead.org, sudeep.holla@arm.com, linux-amlogic@lists.infradead.org, robin.murphy@arm.com, alyssa@rosenzweig.io References: <20200112001623.2121227-1-martin.blumenstingl@googlemail.com> From: Steven Price Message-ID: <6f0693f9-3efe-d1f0-18b1-90dda7b3d0a4@arm.com> Date: Mon, 2 Mar 2020 14:58:33 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22/02/2020 19:42, Martin Blumenstingl wrote: > Hi Steven, > > On Sun, Jan 12, 2020 at 1:16 AM Martin Blumenstingl > wrote: >> [...] >> >> >> Martin Blumenstingl (3): >> drm/panfrost: enable devfreq based the "operating-points-v2" property >> drm/panfrost: call dev_pm_opp_of_remove_table() in all error-paths >> drm/panfrost: Use the mali-supply regulator for control again > I don't have time to work on these patches in the near future > can you (or if someone else is interested then please speak up) please > take these over? you are familiar with the panfrost devfreq code and > you have at least one board where the GPU regulator actually has to > change the voltage (which means you can test this properly; on Amlogic > SoCs the GPU voltage is fixed across all frequencies). Hi Martin, Sorry for the slow response - yes I can pick this up. Although I've got some other things to catch up with first. Thanks, Steve