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 6404BC2D0A3 for ; Fri, 6 Nov 2020 19:07:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0E517208C7 for ; Fri, 6 Nov 2020 19:07:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604689632; bh=tfYvBBgYmTB1BDq3cGsci6Kbn51fG8GaR27bdah0nsI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=fQW4jL0tCU267HZXnQMRF4FoITmhmu1uf3aGUcC3cEDJMNXA6DnlBs01lkdZ/ZCW4 8RhYE4Xh909ooXQHbE3Cxl1rbIQv9n1Qq3ePLCsitIyUC1e/I5wI67DUICw2eEc7Fl QQ+TUC6K4kcxytCgPppppjRHDMd8D3W9zYkjnncY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728012AbgKFTHI (ORCPT ); Fri, 6 Nov 2020 14:07:08 -0500 Received: from mail-ed1-f66.google.com ([209.85.208.66]:35821 "EHLO mail-ed1-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727178AbgKFTHH (ORCPT ); Fri, 6 Nov 2020 14:07:07 -0500 Received: by mail-ed1-f66.google.com with SMTP id ay21so2358664edb.2; Fri, 06 Nov 2020 11:07:06 -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=6ief/IW6YwZHxDYhLab+9E7np7Olmpv1KaYaqOLTouI=; b=mNw8O4AlpQtOPgIaJRvj6BLG4L7OPFOmVFckItgM5Rc+sfxVX9oi4S5mAq0TzQJKkq I1rOfEJ2ousEHfiY3ZpHspAsAayM1JgnND6euUEzLfbfdCe3isR+oPgXGoaJGyk3Kp1g uD/wJBzOpxELgP1u42Xz06tb1sLncIguWAHoCfXtBoZqqpNvRR5+z63Gr7Ryw3NZwJ6O k2Mcg4Ekyqm1p4HsVIgD1J+kxAW1j9ltNbT4Do00duDtZa55nDtbeXxgT0m8lO+ABauo oBhWnMRRMOsjlWwxnG7vV1Xb75b1/vPrvGxaT17NMPbcsvVq57QroCgkQfnp6tGYMh4e mKOg== X-Gm-Message-State: AOAM530pLaWmtQZX1IjpQ+9eeRoEdK5SPVgF/1Kdi4lhB+NA7uPQb2kk SlLiYUwGk0z7/7UMrXQDdh0= X-Google-Smtp-Source: ABdhPJxr/EoTQwpT1xyVghBrRW2C5fW2U542Y7PpGvGJttCw6+sgZkXwEqUajELTWWscD2oGm9o8Pg== X-Received: by 2002:a50:d751:: with SMTP id i17mr3543471edj.337.1604689625715; Fri, 06 Nov 2020 11:07:05 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id m1sm1642893ejj.117.2020.11.06.11.07.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Nov 2020 11:07:04 -0800 (PST) Date: Fri, 6 Nov 2020 20:07:02 +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 32/47] memory: tegra-mc: Add interconnect framework Message-ID: <20201106190702.GX65086@kozik-lap> References: <20201104164923.21238-1-digetx@gmail.com> <20201104164923.21238-33-digetx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201104164923.21238-33-digetx@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Wed, Nov 04, 2020 at 07:49:08PM +0300, Dmitry Osipenko wrote: > Add common SoC-agnostic ICC framework which turns Tegra Memory Controller > into a memory interconnection provider. This allows us to use interconnect > API for tuning of memory configurations. > > Tested-by: Peter Geis > Tested-by: Nicolas Chauvet > Signed-off-by: Dmitry Osipenko > --- > drivers/memory/tegra/Kconfig | 1 + > drivers/memory/tegra/mc.c | 100 +++++++++++++++++++++++++++++++++++ > drivers/memory/tegra/mc.h | 22 ++++++++ > include/soc/tegra/mc.h | 17 ++++++ > 4 files changed, 140 insertions(+) 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 4E8E7C388F2 for ; Fri, 6 Nov 2020 19:07:09 +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 E23362151B for ; Fri, 6 Nov 2020 19:07:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E23362151B 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 0310A88401; Fri, 6 Nov 2020 19:07:08 +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 0815D88401 for ; Fri, 6 Nov 2020 19:07:07 +0000 (UTC) Received: by mail-ed1-f66.google.com with SMTP id a71so2318812edf.9 for ; Fri, 06 Nov 2020 11:07:06 -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=6ief/IW6YwZHxDYhLab+9E7np7Olmpv1KaYaqOLTouI=; b=tOpLQzWfiZHkLjDXeIp6S5knwWT5m3Sxmd6KLKce1KW8uqROvJ6cd7Q3DlT9FF/j60 hjRmWPufjFTuF1GxUijEe9sA9quQx1Ib63DAphk0He7RL2LNmjRUU9ocYOpIJ63mFXYv j6xgB72Fcjoek6GxLZLW3Y6i6ZR65FnqfMq10hSNKK9j35ZqgzyUuL2srhNoUc8IyXA0 eTWYwrkXoGC+9hos4ILLdt7MN1C9umqHxd869fM2OruoIFIzcFgDXkgoBY3kkxH8HpCw beCEyIukeG+Giz1gJasq9h51pvCQ4J6E+imzAcsSTiBQQamtdcCRW3PMIWnflV+q/vF7 /8iQ== X-Gm-Message-State: AOAM5328vzlf4vnWdDVtiL4phFaRJNwM8i1zXwoJb6KGzOL3RqaNYcU6 Ktp7OgaWPVlasMDovjYR9kU= X-Google-Smtp-Source: ABdhPJxr/EoTQwpT1xyVghBrRW2C5fW2U542Y7PpGvGJttCw6+sgZkXwEqUajELTWWscD2oGm9o8Pg== X-Received: by 2002:a50:d751:: with SMTP id i17mr3543471edj.337.1604689625715; Fri, 06 Nov 2020 11:07:05 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id m1sm1642893ejj.117.2020.11.06.11.07.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Nov 2020 11:07:04 -0800 (PST) Date: Fri, 6 Nov 2020 20:07:02 +0100 From: Krzysztof Kozlowski To: Dmitry Osipenko Subject: Re: [PATCH v7 32/47] memory: tegra-mc: Add interconnect framework Message-ID: <20201106190702.GX65086@kozik-lap> References: <20201104164923.21238-1-digetx@gmail.com> <20201104164923.21238-33-digetx@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201104164923.21238-33-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:08PM +0300, Dmitry Osipenko wrote: > Add common SoC-agnostic ICC framework which turns Tegra Memory Controller > into a memory interconnection provider. This allows us to use interconnect > API for tuning of memory configurations. > > Tested-by: Peter Geis > Tested-by: Nicolas Chauvet > Signed-off-by: Dmitry Osipenko > --- > drivers/memory/tegra/Kconfig | 1 + > drivers/memory/tegra/mc.c | 100 +++++++++++++++++++++++++++++++++++ > drivers/memory/tegra/mc.h | 22 ++++++++ > include/soc/tegra/mc.h | 17 ++++++ > 4 files changed, 140 insertions(+) Thanks, applied. Best regards, Krzysztof _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel