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=-5.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 1FD1EC2BA19 for ; Wed, 15 Apr 2020 16:23:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E0AD1208FE for ; Wed, 15 Apr 2020 16:23:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1586967819; bh=YnGrocLLlukK0Ri+yP6skQu5nbXjfB50XcKkg3n5ims=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=GkndbgIFuvHF1SJgOgOMEXiY92sin1xiYQlhVn81BKGk5laRzKObARv7ggA1dFXqt Jxoit3i1VNSWmOwtuwKFoRyI/pQHegoe3zQC2G0kfRzzi4ERk18XR5gZSJtzxWoer1 IpYuDIeH6QxZW7XmH2aY3WzMec9OX8D8KmLY2uvI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1415735AbgDOQXi (ORCPT ); Wed, 15 Apr 2020 12:23:38 -0400 Received: from mail-ot1-f67.google.com ([209.85.210.67]:32925 "EHLO mail-ot1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1415722AbgDOQXf (ORCPT ); Wed, 15 Apr 2020 12:23:35 -0400 Received: by mail-ot1-f67.google.com with SMTP id j26so520670ots.0; Wed, 15 Apr 2020 09:23:34 -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:user-agent; bh=dqCaYkT8OVNprkSigyoCp2ZPVsKvgzd87cPbi/J2G4k=; b=J2yU4MShL4rNveeXHKhsgxS4XF3cTPNhFRp7fkE8TUtdTc3C1YpK1NKSR9xvshvUee Nh3X00x4rbiYuXrTQHbrnCA3cBtUklpt4xe1UuJODyQrIco0CzHmQOGBSbAijIpIlk+4 0XGS40R5HD3Vvw3B5iH7pDaVwIbKt5BNg8Z5yRNME0ZyW3Fz6BeJNbLEL83OOCbocS/6 UYycztJwUiH/IyEwLLrNkYRu3IdvylzoMTr2O1fngXL58VaN1DYWCOECsummNq+J4YGH xIoZaBUJ7puf8QdbPw9zxjuhNWjHmuUIN1vVoocXX2MWuKSuvKg72MaM0SW8zEOyCp4J 1IPQ== X-Gm-Message-State: AGi0Pub4tQjttzItimEiIOv7+BeaBsf/MAmxk86L9zrrxjR5eCZFcIrf 9I1NVZkIR8VBl7s2L4t3MA== X-Google-Smtp-Source: APiQypKR1UuoH9e32fZQ9cndTzQaO9IUxQZvKDBEkzyNV7mi2Ii3pK0yWsxcv3mWaq3m8wipHNp1MQ== X-Received: by 2002:a9d:1b4b:: with SMTP id l69mr13808068otl.179.1586967813963; Wed, 15 Apr 2020 09:23:33 -0700 (PDT) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id 186sm6865669ooi.30.2020.04.15.09.23.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Apr 2020 09:23:33 -0700 (PDT) Received: (nullmailer pid 32365 invoked by uid 1000); Wed, 15 Apr 2020 16:23:32 -0000 Date: Wed, 15 Apr 2020 11:23:32 -0500 From: Rob Herring To: Thierry Reding Cc: Thierry Reding , Jon Hunter , Dmitry Osipenko , Michael Turquette , Stephen Boyd , Joseph Lo , linux-tegra@vger.kernel.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 01/14] dt-bindings: reserved-memory: Introduce memory-region-names Message-ID: <20200415162332.GA32297@bogus> References: <20200409175238.3586487-1-thierry.reding@gmail.com> <20200409175238.3586487-2-thierry.reding@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200409175238.3586487-2-thierry.reding@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Thu, 9 Apr 2020 19:52:25 +0200, Thierry Reding wrote: > From: Thierry Reding > > In order to make the reserved-memory bindings more consistent with other > existing bindings, add a memory-region-names property that contains an > array of strings that name the entries of the memory-region property and > allows these regions to be looked up by name. > > Signed-off-by: Thierry Reding > --- > Changes in v6: > - drop addition of memory-regions alias > > .../devicetree/bindings/reserved-memory/reserved-memory.txt | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks. Rob From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v6 01/14] dt-bindings: reserved-memory: Introduce memory-region-names Date: Wed, 15 Apr 2020 11:23:32 -0500 Message-ID: <20200415162332.GA32297@bogus> References: <20200409175238.3586487-1-thierry.reding@gmail.com> <20200409175238.3586487-2-thierry.reding@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20200409175238.3586487-2-thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Thierry Reding , Jon Hunter , Dmitry Osipenko , Michael Turquette , Stephen Boyd , Joseph Lo , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-tegra@vger.kernel.org On Thu, 9 Apr 2020 19:52:25 +0200, Thierry Reding wrote: > From: Thierry Reding > > In order to make the reserved-memory bindings more consistent with other > existing bindings, add a memory-region-names property that contains an > array of strings that name the entries of the memory-region property and > allows these regions to be looked up by name. > > Signed-off-by: Thierry Reding > --- > Changes in v6: > - drop addition of memory-regions alias > > .../devicetree/bindings/reserved-memory/reserved-memory.txt | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks. Rob 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=-5.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,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 CE341C2BA19 for ; Wed, 15 Apr 2020 16:23:42 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 9E1F520737 for ; Wed, 15 Apr 2020 16:23:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="n8UyuFA3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9E1F520737 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=OdNvGAlI2KITrq47s/8bVzhvfhhjAB3who1H0yNp/HM=; b=n8UyuFA3J0EMfa pvaceNTpsBUTtJiq66Ntgy0kiADMVoJRRGzEijo3eT3lAvUc7ZcoOBob3ffsrZJrxI+1bR8HQ0/bj 8thO4wkml601tiHWSZQ0R3TmOtoB8Y+PtLLp043uT5M8T6TQX9xeVhNJ7iAbmHhnO6vjAF5z5YDv2 Y8JMndz9qoDK/22AU2UoPhJ1FcIeB5SqF7dyfRTzOa2fAALqV+F2ty9d9gqj67/blAjAwnC53QzRa lc5FJmaLFxEnRGdEMrOXCzwh5l8E838UHfAB8OIdzw8j4a0YjOe6vVm1PqSma+XyvPJ/vVNInVrqM 8CamxYGD7+tcrrG4GMTA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jOkp8-000112-Ks; Wed, 15 Apr 2020 16:23:38 +0000 Received: from mail-ot1-f66.google.com ([209.85.210.66]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jOkp5-0000wg-2S for linux-arm-kernel@lists.infradead.org; Wed, 15 Apr 2020 16:23:36 +0000 Received: by mail-ot1-f66.google.com with SMTP id i27so474231ota.7 for ; Wed, 15 Apr 2020 09:23:34 -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:user-agent; bh=dqCaYkT8OVNprkSigyoCp2ZPVsKvgzd87cPbi/J2G4k=; b=R+oPEsAqEXDYdkngsD6XlvgFLdP0vorLG+/zbkDskj5Dhl3+31acToblZyCtJkKh3j wtLXvFUJ2qxKuc8J/8cGwMMiYd2bXAtxxvsgy84HdZTWEjplyxdguM7zc7lttLVhcRie W++z1lapwasHOjsy8q3/vflLD8iPuoRRHi7ueaIrxIqY1eay1wbP/HOKbK4z1W2Y89fy I85SY5nc7N2L/I5p2u3y0oj9kCgS8uvKunrGZ6WBK+QL8pYaAH8yMN81HvY9pZwpAmGQ Yy1Q/BLpbaOKHWVbDqyz6/nZZbO1TTsm+ho+EleAIFhMpUlwtoWU2ZIIr8oPzMB6enH5 GekQ== X-Gm-Message-State: AGi0PuZGzvc2eXsbAeILiPK2CqkZLgSaHV2l/my2poZuUKvw2yxeuAuX kJb/maJbs3C/GGK93eAbOA== X-Google-Smtp-Source: APiQypKR1UuoH9e32fZQ9cndTzQaO9IUxQZvKDBEkzyNV7mi2Ii3pK0yWsxcv3mWaq3m8wipHNp1MQ== X-Received: by 2002:a9d:1b4b:: with SMTP id l69mr13808068otl.179.1586967813963; Wed, 15 Apr 2020 09:23:33 -0700 (PDT) Received: from rob-hp-laptop (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id 186sm6865669ooi.30.2020.04.15.09.23.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 15 Apr 2020 09:23:33 -0700 (PDT) Received: (nullmailer pid 32365 invoked by uid 1000); Wed, 15 Apr 2020 16:23:32 -0000 Date: Wed, 15 Apr 2020 11:23:32 -0500 From: Rob Herring To: Thierry Reding Subject: Re: [PATCH v6 01/14] dt-bindings: reserved-memory: Introduce memory-region-names Message-ID: <20200415162332.GA32297@bogus> References: <20200409175238.3586487-1-thierry.reding@gmail.com> <20200409175238.3586487-2-thierry.reding@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200409175238.3586487-2-thierry.reding@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200415_092335_108086_15CAF6CA X-CRM114-Status: GOOD ( 11.82 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Stephen Boyd , Michael Turquette , Jon Hunter , Thierry Reding , Joseph Lo , linux-tegra@vger.kernel.org, Dmitry Osipenko , linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 9 Apr 2020 19:52:25 +0200, Thierry Reding wrote: > From: Thierry Reding > > In order to make the reserved-memory bindings more consistent with other > existing bindings, add a memory-region-names property that contains an > array of strings that name the entries of the memory-region property and > allows these regions to be looked up by name. > > Signed-off-by: Thierry Reding > --- > Changes in v6: > - drop addition of memory-regions alias > > .../devicetree/bindings/reserved-memory/reserved-memory.txt | 2 ++ > 1 file changed, 2 insertions(+) > Applied, thanks. Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel