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=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS 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 86B03C55178 for ; Fri, 6 Nov 2020 19:13:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 34DFC21556 for ; Fri, 6 Nov 2020 19:13:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604690007; bh=VKtqebvfJ+X0mdbgkiJ9jR08/s4QksPiIVIG+sZRbT4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=UrDGOQCgeNV97qPrq4VCf8cVS4gRQTqyX4B+O2tvvJCkXSqTM5opN75DN+gVHobST ByFPJcXlIO87PV1YvnNW5uE4M8XCaAQWn84mhnMoZujbiuah0gvMOBugDLCG8rsVDO GlR/BPrGK5PP4vvocOJLH4Mz1YxA5V4ZVaLlYXL8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728134AbgKFTN0 (ORCPT ); Fri, 6 Nov 2020 14:13:26 -0500 Received: from mail-ed1-f67.google.com ([209.85.208.67]:36211 "EHLO mail-ed1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726447AbgKFTNZ (ORCPT ); Fri, 6 Nov 2020 14:13:25 -0500 Received: by mail-ed1-f67.google.com with SMTP id o20so2370742eds.3; Fri, 06 Nov 2020 11:13:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=9EZhY8MX2ORnPTYlgHuLdEC9xYXRcHwFhL5jilyHyBk=; b=bSM3TpMpzsRYb3RmH5ih8TThVDqSriIvMMFCw7RmWCzzGDjDHFjda52hRs8Hj6JC+a VhSdHPcxPSuJ90bfwNJ/v+9TrYDihvMq4TYhGkhy0H/ajQF6PHqrHOZYZIFtJuRHzg2M MfeZZRjKzyaO1u3+GguvzNmAlnjldkjkHCsFisIiqGUGFTnCPRSXO45bMrTDONARZsLe Wk2PbH0mkiP3rtxaYy+cFg4ROuXtY5Xe7js74gKYZuGR+JuNVejAJcetR1aG4On18BXf OfvMOMM6c7k2+Q+7lQlX+TPFjnOEK2eUaleqSd2+tSgqX3tFPgG2Zc2p+MNz6c1KZtjQ 7k7Q== X-Gm-Message-State: AOAM532M1Uj9WLmk/UDLKqQCn4b0frNWhN+vr8zFDQSW0QNFGCWFDg8U uGovuF4tUmu3kkT7NQIi1x0= X-Google-Smtp-Source: ABdhPJy7Qz/mYqSzbcnBR4NZTFT5VYfhsIq8GGjSYs73p0hgywJkMPbiryDfg2BYkIp0DwxRJWQNUA== X-Received: by 2002:aa7:d801:: with SMTP id v1mr3516842edq.250.1604690003690; Fri, 06 Nov 2020 11:13:23 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id b1sm1635774edw.27.2020.11.06.11.13.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Nov 2020 11:13:21 -0800 (PST) Date: Fri, 6 Nov 2020 20:13:19 +0100 From: Krzysztof Kozlowski To: Dmitry Osipenko Cc: Thierry Reding , Jonathan Hunter , Georgi Djakov , Rob Herring , Michael Turquette , Stephen Boyd , Peter De Schrijver , MyungJoo Ham , Kyungmin Park , Chanwoo Choi , Mikko Perttunen , Viresh Kumar , Peter Geis , Nicolas Chauvet , linux-tegra@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org Subject: Re: [PATCH v7 36/47] memory: tegra20-emc: Add devfreq support Message-ID: <20201106191319.GB65086@kozik-lap> References: <20201104164923.21238-1-digetx@gmail.com> <20201104164923.21238-37-digetx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201104164923.21238-37-digetx@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Wed, Nov 04, 2020 at 07:49:12PM +0300, Dmitry Osipenko wrote: > Add devfreq support to the Tegra20 EMC driver. Memory utilization > statistics will be periodically polled from the memory controller and > appropriate minimum clock rate will be selected by the devfreq governor. > > Signed-off-by: Dmitry Osipenko > --- > drivers/memory/tegra/Kconfig | 2 + > drivers/memory/tegra/tegra20-emc.c | 92 ++++++++++++++++++++++++++++++ > 2 files changed, 94 insertions(+) > I see this one still received comments. I skipped the DTS patches and applied everything till patch #35. I understand you will send v8, so in such case please skip the applied ones (you can rebase on my for-next or on Monday's linux-next). Best regards, Krzysztof 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=-7.0 required=3.0 tests=BAYES_00,MAILING_LIST_MULTI, SIGNED_OFF_BY,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 05086C388F2 for ; Fri, 6 Nov 2020 19:13:27 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 AC0072151B for ; Fri, 6 Nov 2020 19:13:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org AC0072151B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C93246EAE3; Fri, 6 Nov 2020 19:13:25 +0000 (UTC) Received: from mail-ed1-f68.google.com (mail-ed1-f68.google.com [209.85.208.68]) by gabe.freedesktop.org (Postfix) with ESMTPS id 0D2D86EAE3 for ; Fri, 6 Nov 2020 19:13:25 +0000 (UTC) Received: by mail-ed1-f68.google.com with SMTP id e18so2364014edy.6 for ; Fri, 06 Nov 2020 11:13:24 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=9EZhY8MX2ORnPTYlgHuLdEC9xYXRcHwFhL5jilyHyBk=; b=cRp422QEgKXtYmzStbKw9s7XU7e0b3teuagOTCs/7HcI93r58YVgd9MyGl002hvg2n p7s61kDTMXimBEe3ZNhO4YfiBzH+ZrCYGD+q+MNjaZdcLlRyfej7Cu0MUlV/M3XPYAIE eRmmqqKQXNOduHT3E2l4d7HL9kS61yb8Tro89tleiUex1l1L6KYpKjThpk2664jf21gU Ar/3o5Ie9ZWPLmBXKYyfVhv1+LnB6tRUjd2advBpSTrpDFUrFqSm503l6g4dgZYysS4k xXVWfQiwp/R9NsJXZoxJ0qePTPtm5MHTV1Gk400T8t85TGuYewmQPdpWdEJU75l+ZAOA qS/A== X-Gm-Message-State: AOAM532b306gSrNPTIWuoZdB9t2TYopINz7c2e919NmruOvLw1lR8rBa 2ca6NuBFz08UxsCrG2rPb7kHy09iO8I= X-Google-Smtp-Source: ABdhPJy7Qz/mYqSzbcnBR4NZTFT5VYfhsIq8GGjSYs73p0hgywJkMPbiryDfg2BYkIp0DwxRJWQNUA== X-Received: by 2002:aa7:d801:: with SMTP id v1mr3516842edq.250.1604690003690; Fri, 06 Nov 2020 11:13:23 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id b1sm1635774edw.27.2020.11.06.11.13.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Nov 2020 11:13:21 -0800 (PST) Date: Fri, 6 Nov 2020 20:13:19 +0100 From: Krzysztof Kozlowski To: Dmitry Osipenko Subject: Re: [PATCH v7 36/47] memory: tegra20-emc: Add devfreq support Message-ID: <20201106191319.GB65086@kozik-lap> References: <20201104164923.21238-1-digetx@gmail.com> <20201104164923.21238-37-digetx@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201104164923.21238-37-digetx@gmail.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Peter De Schrijver , Mikko Perttunen , dri-devel@lists.freedesktop.org, Nicolas Chauvet , Stephen Boyd , Viresh Kumar , Michael Turquette , linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Jonathan Hunter , Chanwoo Choi , Kyungmin Park , Thierry Reding , MyungJoo Ham , Peter Geis , linux-tegra@vger.kernel.org, Georgi Djakov , devicetree@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Wed, Nov 04, 2020 at 07:49:12PM +0300, Dmitry Osipenko wrote: > Add devfreq support to the Tegra20 EMC driver. Memory utilization > statistics will be periodically polled from the memory controller and > appropriate minimum clock rate will be selected by the devfreq governor. > > Signed-off-by: Dmitry Osipenko > --- > drivers/memory/tegra/Kconfig | 2 + > drivers/memory/tegra/tegra20-emc.c | 92 ++++++++++++++++++++++++++++++ > 2 files changed, 94 insertions(+) > I see this one still received comments. I skipped the DTS patches and applied everything till patch #35. I understand you will send v8, so in such case please skip the applied ones (you can rebase on my for-next or on Monday's linux-next). Best regards, Krzysztof _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel