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=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 DBBDBC56202 for ; Thu, 26 Nov 2020 17:55:58 +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 88FEC20665 for ; Thu, 26 Nov 2020 17:55:58 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 88FEC20665 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 08E096E9D2; Thu, 26 Nov 2020 17:55:58 +0000 (UTC) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id 101316E9CA for ; Thu, 26 Nov 2020 17:55:56 +0000 (UTC) Received: by mail-wr1-f66.google.com with SMTP id m6so3027567wrg.7 for ; Thu, 26 Nov 2020 09:55:55 -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=Nw3y87ME4kLFOBelPCVhRVLaq0rU7AhnhKmSPxT48ss=; b=eXvCzFHzYVFqskkotH6K5oDlYx7evgkzzbUgXJ3tAZoMx1pCQPXfOTd5If4h3rZdtm LtYFha4uBT+5B6y679lLnoyVrQyk0RjF4dJLiszU3IRhN6e4GgMH6lDllBpk1ZhR8u7A dPuMEXzCaCer7JVBVBUeA0eFuv8wJYrCqWkU/+PZYohAmqT4wlUC0QvNWSOHsJm6X5gj E1pWsl4KPbFNy5bj8LjrgWuMS0eSfEQk8BvrcrJTafjlowNQ/J6k3U8NAawOInzH9gy3 v2TEP7SGbsHnEC/WbeDTs2/Gz2uYIlFhE69Dm/SaIJS2AhX/VNCChvlVT8Lbe+vgyBf8 ysAA== X-Gm-Message-State: AOAM5330xxh/IX5QuQTG7uIHqb30bNL2uO2458N9NshOzgUjBW7M0eYj D7Q4oOTMCKPRPtsWe4ytNIc= X-Google-Smtp-Source: ABdhPJyRbSg8O2uAUT0FOGOUqCXGV7l/CoBNIz1DnekSFgyECeihUjeyIMSvsXzxmRR47DGB626VDA== X-Received: by 2002:a5d:504f:: with SMTP id h15mr5182639wrt.402.1606413354695; Thu, 26 Nov 2020 09:55:54 -0800 (PST) Received: from kozik-lap (adsl-84-226-167-205.adslplus.ch. [84.226.167.205]) by smtp.googlemail.com with ESMTPSA id y18sm10307692wrr.67.2020.11.26.09.55.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 26 Nov 2020 09:55:53 -0800 (PST) Date: Thu, 26 Nov 2020 18:55:51 +0100 From: Krzysztof Kozlowski To: Dmitry Osipenko Subject: Re: [PATCH v7 19/47] dt-bindings: memory: tegra124: Add memory client IDs Message-ID: <20201126175551.GC17141@kozik-lap> References: <20201104164923.21238-1-digetx@gmail.com> <20201104164923.21238-20-digetx@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201104164923.21238-20-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:55PM +0300, Dmitry Osipenko wrote: > Each memory client has unique hardware ID, add these IDs. > > Reviewed-by: Rob Herring > Signed-off-by: Dmitry Osipenko > --- > include/dt-bindings/memory/tegra124-mc.h | 68 ++++++++++++++++++++++++ > 1 file changed, 68 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