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 374E3C2D0A3 for ; Fri, 6 Nov 2020 19:10:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DD07820B80 for ; Fri, 6 Nov 2020 19:10:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604689843; bh=7TEwj8Jul1hI7+bQigIVSaXlzVQ/vZyEb/9Rh5QFn4I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=TugQrI4EsyaTcKa8Nw9VOoUplhiavxFGh+7/tU4rQVaHicU0Pt0Bwc2RAQcrACPmZ 2zaqOYOca9Dz4sqoY/9Ve7QbzEHo6SSB/bOiYZ1I3fJvagpRKyoI+GP2RRZtjx98Da FMEKO+bdz3uehwGh9FNsoIAY+Au62UDJZaveiB88= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727985AbgKFTKj (ORCPT ); Fri, 6 Nov 2020 14:10:39 -0500 Received: from mail-ed1-f66.google.com ([209.85.208.66]:43659 "EHLO mail-ed1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727591AbgKFTKj (ORCPT ); Fri, 6 Nov 2020 14:10:39 -0500 Received: by mail-ed1-f66.google.com with SMTP id b9so2344608edu.10; Fri, 06 Nov 2020 11:10:37 -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=gqirjaMt4D6SKqcnUi2BGgbSRPE0IdYDv6GFpHhWUvI=; b=ZTmLWhtjHVByjrjV5XKVrq7O76F8KvzF1RQimo5acS98QM66Y1e+PvhRKyIGVEAS24 p4hsIqK2zw+l3AhF/NUX+br1XPhyk9zu+dP61Lbtq4XbghKj5BpJsZveGaG9GBxfK9ie RxfoZbNV34pMU8/cKU+D6uxMRaxDqG5JW86c+JpkzXVD6nmFP8AzGVQoubqo3EWtLBCj puKPK5e3u8q0N78FX4FBuYDZ3qAXQ1Vent2sOjFHjbWA3Rgbu+9E3bbVF60TPE4rfHez kmnphrpF20eg3D0B911NbXud5d9jw9/IY9sGSDotP8rbo7F9oOywUOC0LGza9n+gZ3gU XbFQ== X-Gm-Message-State: AOAM533cAwZ9WQOh4oRPNBYz/0AE+iOIYBFuPevLxGMDK9YTKtemuqq9 3JGlPEUwDoM1loMkd0x0mRQ= X-Google-Smtp-Source: ABdhPJxxua5gAL0oui3IMgo8hZd9sh5JMCTalWVuc/s/2mSaFDEPMiMOSp49pEiaN9sG5rNOJidI+Q== X-Received: by 2002:a05:6402:22c6:: with SMTP id dm6mr3612186edb.139.1604689837124; Fri, 06 Nov 2020 11:10:37 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id l12sm1666653edt.46.2020.11.06.11.10.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Nov 2020 11:10:35 -0800 (PST) Date: Fri, 6 Nov 2020 20:10:33 +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 35/47] memory: tegra20: Support interconnect framework Message-ID: <20201106191033.GA65086@kozik-lap> References: <20201104164923.21238-1-digetx@gmail.com> <20201104164923.21238-36-digetx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201104164923.21238-36-digetx@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Wed, Nov 04, 2020 at 07:49:11PM +0300, Dmitry Osipenko wrote: > Now Internal and External Memory Controllers are memory interconnection > providers. This allows us to use interconnect API for tuning of memory > configuration. EMC driver now supports OPPs and DVFS. > > Signed-off-by: Dmitry Osipenko > --- > drivers/memory/tegra/Kconfig | 3 +- > drivers/memory/tegra/tegra20-emc.c | 310 ++++++++++++++++++++++++++++- > drivers/memory/tegra/tegra20.c | 77 +++++++ > 3 files changed, 386 insertions(+), 4 deletions(-) Thanks, applied. 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 DEC9BC5517A for ; Fri, 6 Nov 2020 19:10:40 +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 7B30B221F8 for ; Fri, 6 Nov 2020 19:10:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7B30B221F8 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 CA4A16EAA8; Fri, 6 Nov 2020 19:10:39 +0000 (UTC) Received: from mail-ed1-f66.google.com (mail-ed1-f66.google.com [209.85.208.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7B21F6EAA8 for ; Fri, 6 Nov 2020 19:10:38 +0000 (UTC) Received: by mail-ed1-f66.google.com with SMTP id cq7so2148256edb.4 for ; Fri, 06 Nov 2020 11:10:38 -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=gqirjaMt4D6SKqcnUi2BGgbSRPE0IdYDv6GFpHhWUvI=; b=gtaOWpACuJxs2t9m4MzBjmZ4X6JOxun4+xcTeXD6U03GiMrPqjukSVSXfHlSxLGcTm fwxc2BpDFN0CztB4dTCGx9Q94AZatwGqFR8R+xum6/De3ybVhijmktyHSgY5hplPd8H0 zmRSdCVRuC3I82piDrQnckBSuGr5d9R+1oZq8eBgozhWQOnwLEiWF3ubWNdYa1DtmeU2 oO09a5//GOx6+zyVdXXGJV8M10yyN38iQnNMHPF390DqPA3ZeQxIyxgTEhTzjHcvX8/O 9spEpgh1eN9/DP/Y3BzuKswh+LHQwIuUZFDYx+wsj/dz+0U9oDjbHd9rdNrtz/0oYHSw 47sw== X-Gm-Message-State: AOAM531MpfxeVD43so/mQxaw7HwQCn931l5hnapohKvKpcRJ+3S4ZF5Z va1t7NwFpzuXB+T5zQqJhLg= X-Google-Smtp-Source: ABdhPJxxua5gAL0oui3IMgo8hZd9sh5JMCTalWVuc/s/2mSaFDEPMiMOSp49pEiaN9sG5rNOJidI+Q== X-Received: by 2002:a05:6402:22c6:: with SMTP id dm6mr3612186edb.139.1604689837124; Fri, 06 Nov 2020 11:10:37 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id l12sm1666653edt.46.2020.11.06.11.10.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Nov 2020 11:10:35 -0800 (PST) Date: Fri, 6 Nov 2020 20:10:33 +0100 From: Krzysztof Kozlowski To: Dmitry Osipenko Subject: Re: [PATCH v7 35/47] memory: tegra20: Support interconnect framework Message-ID: <20201106191033.GA65086@kozik-lap> References: <20201104164923.21238-1-digetx@gmail.com> <20201104164923.21238-36-digetx@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201104164923.21238-36-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:11PM +0300, Dmitry Osipenko wrote: > Now Internal and External Memory Controllers are memory interconnection > providers. This allows us to use interconnect API for tuning of memory > configuration. EMC driver now supports OPPs and DVFS. > > Signed-off-by: Dmitry Osipenko > --- > drivers/memory/tegra/Kconfig | 3 +- > drivers/memory/tegra/tegra20-emc.c | 310 ++++++++++++++++++++++++++++- > drivers/memory/tegra/tegra20.c | 77 +++++++ > 3 files changed, 386 insertions(+), 4 deletions(-) Thanks, applied. Best regards, Krzysztof _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel