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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 E60D0C64E75 for ; Thu, 26 Nov 2020 17:56:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AD871207BC for ; Thu, 26 Nov 2020 17:56:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2404567AbgKZRzq (ORCPT ); Thu, 26 Nov 2020 12:55:46 -0500 Received: from mail-wr1-f67.google.com ([209.85.221.67]:40226 "EHLO mail-wr1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727333AbgKZRzq (ORCPT ); Thu, 26 Nov 2020 12:55:46 -0500 Received: by mail-wr1-f67.google.com with SMTP id m6so3027045wrg.7; Thu, 26 Nov 2020 09:55:44 -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=BPRszRD8WTfKhM146jvwE7ROJeb/YEp7F6Y/2g9JDi4=; b=WuWVn0V6EHEg4N96aQpCrsX4a7alnybpn+0ftAtx4tHsmfRO/tYhmTa8GU+djodjME qTod6AGL9kDso4IlfcE6V1kMS0S2OhuKWtX3iM6LqqbdniUXw0ATWOuS6i6PL9+6wb2p 5EZS4Wk4pxt/p8VNIfVxBsuOjioMCW1qTGgmi96WcD4PQnQSqJPHRgbF5EQXlxORjJa/ dAgLhx6+F65d4CRKrecCk2da1i4lAtb9JkS6rtqJd/pFk28AL0hpL0TVV7oTGaCBMR+N 9VQQgu3ONBXFyrymwe1DVlIwEGVrVcUxRMFYSPkzmYABYuU71GAm8PVCZe3V9lFHqF1h LgIQ== X-Gm-Message-State: AOAM530g4NXcRL2UOU5/ZKTRPWgA9mhirZBgI5RfZjM/qCctlqWdmdyE MxRyERm8SpJWDYhgT5XYliY= X-Google-Smtp-Source: ABdhPJxsxYEkexSA/U6bdyPrIywe4NRgTwpSBxzuJu8phtScvujbHSVPGbFkYB7FIJgapImAMRqbow== X-Received: by 2002:a5d:44c1:: with SMTP id z1mr5157850wrr.375.1606413343777; Thu, 26 Nov 2020 09:55:43 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id a21sm8938734wmb.38.2020.11.26.09.55.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Nov 2020 09:55:42 -0800 (PST) Date: Thu, 26 Nov 2020 18:55:41 +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 18/47] dt-bindings: memory: tegra30: Add memory client IDs Message-ID: <20201126175541.GB17141@kozik-lap> References: <20201104164923.21238-1-digetx@gmail.com> <20201104164923.21238-19-digetx@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201104164923.21238-19-digetx@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org On Wed, Nov 04, 2020 at 07:48:54PM +0300, Dmitry Osipenko wrote: > Each memory client has unique hardware ID, add these IDs. > > Acked-by: Rob Herring > Signed-off-by: Dmitry Osipenko > --- > include/dt-bindings/memory/tegra30-mc.h | 67 +++++++++++++++++++++++++ > 1 file changed, 67 insertions(+) > Acked-by: Krzysztof Kozlowski 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=-11.2 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, UNWANTED_LANGUAGE_BODY 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 1CB1DC63697 for ; Thu, 26 Nov 2020 17:55:48 +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 C649B21D93 for ; Thu, 26 Nov 2020 17:55:47 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C649B21D93 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 F32EF6E9C7; Thu, 26 Nov 2020 17:55:46 +0000 (UTC) Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1D3696E9C7 for ; Thu, 26 Nov 2020 17:55:45 +0000 (UTC) Received: by mail-wr1-f65.google.com with SMTP id g14so2999593wrm.13 for ; Thu, 26 Nov 2020 09:55:45 -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=BPRszRD8WTfKhM146jvwE7ROJeb/YEp7F6Y/2g9JDi4=; b=fbrps8EkD/3MR9uIJ0J1EC6MM9Tkv9RlPk2G5NBCs1ARhYwnMgLjsoRlZfYxiLwc5U K89YxFBROltPivjF2ZPlzEId6BWqEGIT2CaueuAJevfLAOh4zkMgTUlhMfqla4YOuQ9s wun+7CABDpLBEvn4ia7avA2kthvx1g2eFxrcjYVUwIpIoG/Cf/4Np3H1ZuHP5i7Wdky5 A3hbzs3W1cxkRd1NFY22iShEpVBhvbo3Jw83v3Q/ZUJTem/MNZEj0SCNWCORVdDD0B5l Ia9YzaqZDlJwHHpSG8pFXOBqzg0XtVR/eWez5L3zq0bel1hEEnntAYmbVwIxkop2gcl1 8lnA== X-Gm-Message-State: AOAM5303xxXsPjGpkkHQ+Kwk+dikUxdLw6VANyLkKtPHzuJ4saz/iDaG juuhRxd6IlAqHpStxeH4ADw= X-Google-Smtp-Source: ABdhPJxsxYEkexSA/U6bdyPrIywe4NRgTwpSBxzuJu8phtScvujbHSVPGbFkYB7FIJgapImAMRqbow== X-Received: by 2002:a5d:44c1:: with SMTP id z1mr5157850wrr.375.1606413343777; Thu, 26 Nov 2020 09:55:43 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id a21sm8938734wmb.38.2020.11.26.09.55.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Nov 2020 09:55:42 -0800 (PST) Date: Thu, 26 Nov 2020 18:55:41 +0100 From: Krzysztof Kozlowski To: Dmitry Osipenko Subject: Re: [PATCH v7 18/47] dt-bindings: memory: tegra30: Add memory client IDs Message-ID: <20201126175541.GB17141@kozik-lap> References: <20201104164923.21238-1-digetx@gmail.com> <20201104164923.21238-19-digetx@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201104164923.21238-19-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:48:54PM +0300, Dmitry Osipenko wrote: > Each memory client has unique hardware ID, add these IDs. > > Acked-by: Rob Herring > Signed-off-by: Dmitry Osipenko > --- > include/dt-bindings/memory/tegra30-mc.h | 67 +++++++++++++++++++++++++ > 1 file changed, 67 insertions(+) > Acked-by: Krzysztof Kozlowski Best regards, Krzysztof _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel