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=-11.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 98E2FC43461 for ; Wed, 9 Sep 2020 21:16:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6178821D46 for ; Wed, 9 Sep 2020 21:16:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="AEMv6CEc" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729911AbgIIVQH (ORCPT ); Wed, 9 Sep 2020 17:16:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44594 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728617AbgIIVPz (ORCPT ); Wed, 9 Sep 2020 17:15:55 -0400 Received: from mail-lj1-x243.google.com (mail-lj1-x243.google.com [IPv6:2a00:1450:4864:20::243]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 50ADAC061573; Wed, 9 Sep 2020 14:15:55 -0700 (PDT) Received: by mail-lj1-x243.google.com with SMTP id u21so5417672ljl.6; Wed, 09 Sep 2020 14:15:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=HnVKigTPD0SFBmS6CufvtEE5hp82hUFW+McOGmr8ObQ=; b=AEMv6CEcQnDBpdKHTGDMpkqWbBkkyC3XIxDghgAq6QwSz0FWI1czP7m0rAzo79YaUO HhSPr/YEjsCxhLZNISf2Be4NR3orDy7ZMU3ziy+PCzsbiOvedaK+eULC3/znoKwQpZQN yEFMKl+0lLsRF885mZeeYpXmXqdzwu2hriKD0arnoUdoFgdQq/W7VbK0tMmb4llhPzLH mylxshFdjPd7CFrrJjAFAcdxxmHgEZQUtW8vDl46F6E2AS+0y0rImqP+AIcfI+PYsOlt 0lsDcTyRVia/TrfsxcEeguz4Au8Zcsz1oZXSrbyLfaWKtThupylDm5rqOR7ozYYE3wOt ou7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=HnVKigTPD0SFBmS6CufvtEE5hp82hUFW+McOGmr8ObQ=; b=j6YOlfc+i9nYu4BbHNVQbikoz3VLtx3rKUbGHci6QejzkdvPQtYnom1IAI18aKAspo HiHJLVYkLp4Q8n5vBO7Q+e24u5HM+H7z9me9Bqa8Pn95esVHwCSgL/WmWSnRzeUB+gKp u0tBOHrEy8iIaCcI9RqJuyr57FrHZ1lhdi9kNbfTpftF3stT+SfP69ECRb7WX19qiiD6 2pIpVYB6NGMsXwYXVl72YbOYJmlF9vU+0HceaCTcp1miAQpbH1FZeqJCjKwwyeDI9EHg o5vebFgTAxU5RFjI0A8TdaGEyCDG75CywStqg+0LPX5XwtAfYp8IMOsM79AFdl3Cgga3 sT8A== X-Gm-Message-State: AOAM530NuBi/HUzoz2zhQPZS4csxmEaW8rqw/WjWoEr6i4sj6lXLQ5N4 6fMvbysnFNdhHhvLdR/N5tYO6ALxong= X-Google-Smtp-Source: ABdhPJxp8VYmLXdjWwfoDoXk3NH/mFiHKjQmDtqVaj5hvvbbW+sEPnZMlMfqd4r/5YSVXyKy5zLhqw== X-Received: by 2002:a2e:3c08:: with SMTP id j8mr2597735lja.358.1599686153003; Wed, 09 Sep 2020 14:15:53 -0700 (PDT) Received: from [192.168.2.145] (109-252-170-211.dynamic.spd-mgts.ru. [109.252.170.211]) by smtp.googlemail.com with ESMTPSA id j7sm821561lfb.41.2020.09.09.14.15.51 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 09 Sep 2020 14:15:52 -0700 (PDT) Subject: Re: [PATCH v5 27/36] memory: tegra-mc: Register as interconnect provider To: Georgi Djakov , Thierry Reding , Jonathan Hunter , Rob Herring , Michael Turquette , Stephen Boyd , Peter De Schrijver , MyungJoo Ham , Kyungmin Park , Chanwoo Choi , Mikko Perttunen Cc: linux-tegra@vger.kernel.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org References: <20200814000621.8415-1-digetx@gmail.com> <20200814000621.8415-28-digetx@gmail.com> <923b6801-5194-b936-13c6-0972761c29b8@linaro.org> From: Dmitry Osipenko Message-ID: <01996606-84cd-909d-8dfc-4f33bdf8f3cc@gmail.com> Date: Thu, 10 Sep 2020 00:15:51 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <923b6801-5194-b936-13c6-0972761c29b8@linaro.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org 09.09.2020 11:31, Georgi Djakov пишет: > On 8/14/20 03:06, Dmitry Osipenko wrote: >> Now memory controller is a memory interconnection provider. This allows us >> to use interconnect API in order to change memory configuration. >> >> Signed-off-by: Dmitry Osipenko > > Thanks Dmitry! Looks good to me. > > Acked-by: Georgi Djakov > Thanks you! 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=-11.4 required=3.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED,DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 E951DC433E2 for ; Thu, 10 Sep 2020 07:22: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 A146B2078B for ; Thu, 10 Sep 2020 07:22:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="AEMv6CEc" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A146B2078B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com 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 29FCA6E098; Thu, 10 Sep 2020 07:22:27 +0000 (UTC) Received: from mail-lj1-x241.google.com (mail-lj1-x241.google.com [IPv6:2a00:1450:4864:20::241]) by gabe.freedesktop.org (Postfix) with ESMTPS id 99C0089D43 for ; Wed, 9 Sep 2020 21:15:54 +0000 (UTC) Received: by mail-lj1-x241.google.com with SMTP id k25so5390953ljg.9 for ; Wed, 09 Sep 2020 14:15:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:cc:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-language:content-transfer-encoding; bh=HnVKigTPD0SFBmS6CufvtEE5hp82hUFW+McOGmr8ObQ=; b=AEMv6CEcQnDBpdKHTGDMpkqWbBkkyC3XIxDghgAq6QwSz0FWI1czP7m0rAzo79YaUO HhSPr/YEjsCxhLZNISf2Be4NR3orDy7ZMU3ziy+PCzsbiOvedaK+eULC3/znoKwQpZQN yEFMKl+0lLsRF885mZeeYpXmXqdzwu2hriKD0arnoUdoFgdQq/W7VbK0tMmb4llhPzLH mylxshFdjPd7CFrrJjAFAcdxxmHgEZQUtW8vDl46F6E2AS+0y0rImqP+AIcfI+PYsOlt 0lsDcTyRVia/TrfsxcEeguz4Au8Zcsz1oZXSrbyLfaWKtThupylDm5rqOR7ozYYE3wOt ou7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=HnVKigTPD0SFBmS6CufvtEE5hp82hUFW+McOGmr8ObQ=; b=hps/qKqCYyowIbZ3FutH7zwrtbwMUkrUI9T37YJzHnRK+wLBStbr+BqU5UZ56p3cyn dISNA+QnZ4Co7zAkIz4RSc7hwctEw7Ns5VhVSd/9cWaQoHgUTAjVupqB+SFAe4KGvJ4a YDgmxCNjZevXn+3P1y3EZ7JWmUX1qfUcKx8XGDIpY+pZLUB+azpsoql2h9xh/dgvxGyB KEJyX4jj5pi6Oe+VK74hYVFMwgMhVGyk7pVVPK7V/PtHsH+z5gMwB7Ut5CqFyIHMote+ fyxVsrWqXq1/qLGmxu2UBGMqQBTAw5KHBU3bMQmwhTqxqIKOP7lGYoBhOGycy9DA9tMI Pghw== X-Gm-Message-State: AOAM533gtkPljUZmPUGvNSkRbEzeP6jJT5vbvU6VrmOBC9sH+Up10/ux 6lKH2mGLraqyAUzey/QcFHY= X-Google-Smtp-Source: ABdhPJxp8VYmLXdjWwfoDoXk3NH/mFiHKjQmDtqVaj5hvvbbW+sEPnZMlMfqd4r/5YSVXyKy5zLhqw== X-Received: by 2002:a2e:3c08:: with SMTP id j8mr2597735lja.358.1599686153003; Wed, 09 Sep 2020 14:15:53 -0700 (PDT) Received: from [192.168.2.145] (109-252-170-211.dynamic.spd-mgts.ru. [109.252.170.211]) by smtp.googlemail.com with ESMTPSA id j7sm821561lfb.41.2020.09.09.14.15.51 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 09 Sep 2020 14:15:52 -0700 (PDT) Subject: Re: [PATCH v5 27/36] memory: tegra-mc: Register as interconnect provider To: Georgi Djakov , Thierry Reding , Jonathan Hunter , Rob Herring , Michael Turquette , Stephen Boyd , Peter De Schrijver , MyungJoo Ham , Kyungmin Park , Chanwoo Choi , Mikko Perttunen References: <20200814000621.8415-1-digetx@gmail.com> <20200814000621.8415-28-digetx@gmail.com> <923b6801-5194-b936-13c6-0972761c29b8@linaro.org> From: Dmitry Osipenko Message-ID: <01996606-84cd-909d-8dfc-4f33bdf8f3cc@gmail.com> Date: Thu, 10 Sep 2020 00:15:51 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <923b6801-5194-b936-13c6-0972761c29b8@linaro.org> Content-Language: en-US X-Mailman-Approved-At: Thu, 10 Sep 2020 07:22:25 +0000 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: linux-tegra@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-pm@vger.kernel.org Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" MDkuMDkuMjAyMCAxMTozMSwgR2VvcmdpIERqYWtvdiDQv9C40YjQtdGCOgo+IE9uIDgvMTQvMjAg MDM6MDYsIERtaXRyeSBPc2lwZW5rbyB3cm90ZToKPj4gTm93IG1lbW9yeSBjb250cm9sbGVyIGlz IGEgbWVtb3J5IGludGVyY29ubmVjdGlvbiBwcm92aWRlci4gVGhpcyBhbGxvd3MgdXMKPj4gdG8g dXNlIGludGVyY29ubmVjdCBBUEkgaW4gb3JkZXIgdG8gY2hhbmdlIG1lbW9yeSBjb25maWd1cmF0 aW9uLgo+Pgo+PiBTaWduZWQtb2ZmLWJ5OiBEbWl0cnkgT3NpcGVua28gPGRpZ2V0eEBnbWFpbC5j b20+Cj4gCj4gVGhhbmtzIERtaXRyeSEgTG9va3MgZ29vZCB0byBtZS4KPiAKPiBBY2tlZC1ieTog R2VvcmdpIERqYWtvdiA8Z2VvcmdpLmRqYWtvdkBsaW5hcm8ub3JnPgo+IAoKVGhhbmtzIHlvdSEK X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg==