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=-4.0 required=3.0 tests=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 9E90AC433DF for ; Tue, 9 Jun 2020 20:02:30 +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 7B98A204EC for ; Tue, 9 Jun 2020 20:02:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 7B98A204EC 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 08B3C6E339; Tue, 9 Jun 2020 20:02:30 +0000 (UTC) Received: from mail-io1-f66.google.com (mail-io1-f66.google.com [209.85.166.66]) by gabe.freedesktop.org (Postfix) with ESMTPS id 118026E339 for ; Tue, 9 Jun 2020 20:02:28 +0000 (UTC) Received: by mail-io1-f66.google.com with SMTP id u13so18014534iol.10 for ; Tue, 09 Jun 2020 13:02:28 -0700 (PDT) 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=k8Vtkuk+eVaXGU/8rfVJdWcttoiSK9i9poLLXc4pfnw=; b=mM+ldt6+LdBW/Nwnf/CHtR1awNua0w9TVxGj+WRiezNI16zLzTMT2Z0QcyNaghdSg8 dhU8Q3oR/stIGir6b2m8/DACoQq4NMrQIpGTWbqf2umBTquDr7GDqnAyNztKnV3hwutL YZxq5ZlJsOxuLL6lREjEjppJViZFzQo7z5iHkPLNGXL5ohObXTn58TFbbeh7dD2brwxQ fDp9k1lcEOQsPgeNpIRv7jF5EDzJ9XP39rL+MADKH06liLHyDqiRTxrnAn2DNqPtNT/w aOx+n0PwcJXhFRds8vsO1/WcE0bO7cpGktDzCkzHxGs5LSIL6/XNSx5yvPQ1giI/8dng mNiw== X-Gm-Message-State: AOAM530XMZ5M0rpgH39Hsz6h2SUElEOpKFY9K6MimPZABo0BnPWlOLgf 0MP6ULyLd71hriDQSdbXKg== X-Google-Smtp-Source: ABdhPJwwjhFBa9o+ou5vR9zbKMqsajdWUO/uk2RF8iJ7Mxb3+utXKh5+R6GmAI2gbaTUyNT6I1quhg== X-Received: by 2002:a05:6602:2e96:: with SMTP id m22mr28955927iow.165.1591732947458; Tue, 09 Jun 2020 13:02:27 -0700 (PDT) Received: from xps15 ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id e184sm7664983iof.44.2020.06.09.13.02.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 09 Jun 2020 13:02:27 -0700 (PDT) Received: (nullmailer pid 1359505 invoked by uid 1000); Tue, 09 Jun 2020 20:02:25 -0000 Date: Tue, 9 Jun 2020 14:02:25 -0600 From: Rob Herring To: Dmitry Osipenko Subject: Re: [PATCH v3 24/39] dt-bindings: memory: tegra30: Add memory client IDs Message-ID: <20200609200225.GA1359394@bogus> References: <20200607185530.18113-1-digetx@gmail.com> <20200607185530.18113-25-digetx@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200607185530.18113-25-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 , linux-pm@vger.kernel.org, Stephen Boyd , Michael Turquette , Artur =?utf-8?B?xZp3aWdvxYQ=?= , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Chanwoo Choi , devicetree@vger.kernel.org, Rob Herring , Thierry Reding , MyungJoo Ham , linux-tegra@vger.kernel.org, Kyungmin Park , Jonathan Hunter , Georgi Djakov Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Sun, 07 Jun 2020 21:55:15 +0300, Dmitry Osipenko wrote: > Each memory client have a unique hardware ID, this patch adds these IDs. > > Signed-off-by: Dmitry Osipenko > --- > include/dt-bindings/memory/tegra30-mc.h | 67 +++++++++++++++++++++++++ > 1 file changed, 67 insertions(+) > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed. _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel