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.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, URIBL_BLOCKED,USER_AGENT_NEOMUTT 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 3C977C04EB8 for ; Tue, 4 Dec 2018 19:37:11 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [203.11.71.2]) (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 5E9162081C for ; Tue, 4 Dec 2018 19:37:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=verge.net.au header.i=@verge.net.au header.b="R9wNjINL" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5E9162081C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=verge.net.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 438XF01yymzDqVl for ; Wed, 5 Dec 2018 06:37:08 +1100 (AEDT) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=verge.net.au Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=verge.net.au header.i=@verge.net.au header.b="R9wNjINL"; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=verge.net.au (client-ip=202.4.237.240; helo=kirsty.vergenet.net; envelope-from=horms@verge.net.au; receiver=) Authentication-Results: lists.ozlabs.org; dmarc=none (p=none dis=none) header.from=verge.net.au Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=verge.net.au header.i=@verge.net.au header.b="R9wNjINL"; dkim-atps=neutral Received: from kirsty.vergenet.net (kirsty.vergenet.net [202.4.237.240]) by lists.ozlabs.org (Postfix) with ESMTP id 438XB74JDXzDqJR for ; Wed, 5 Dec 2018 06:34:39 +1100 (AEDT) Received: from penelope.horms.nl (96-64-203-130-static.hfc.comcastbusiness.net [96.64.203.130]) by kirsty.vergenet.net (Postfix) with ESMTPA id D314525B71D; Wed, 5 Dec 2018 01:44:38 +1100 (AEDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=verge.net.au; s=mail; t=1543934679; bh=1mSr7w+NpDI1/SkgE/+vtKedcg/AjBheIWDHTAMWjio=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=R9wNjINLQ1TQ+37fBRhGHsn4De5SQanxmpEXube8X+RY70yYwCrgraSrLmy3UWx5E 2ccCxrrzMy1IW3XQqvpwmcuezDbPBfxLzbkwX8iH6b3vJIEy6vivadhG8MakQayAlT xw3NdUxh6LmkNXrb80xwzcS60JbsCM3QpuDQ6Dew= Received: by penelope.horms.nl (Postfix, from userid 7100) id 07FB2E217E3; Tue, 4 Dec 2018 06:44:35 -0800 (PST) Date: Tue, 4 Dec 2018 06:44:35 -0800 From: Simon Horman To: Rob Herring Subject: Re: [PATCH v2 25/34] dt-bindings: arm: renesas: Move 'renesas,prr' binding to its own doc Message-ID: <20181204144434.cin5sbg6gd27enf3@verge.net.au> References: <20181203213223.16986-1-robh@kernel.org> <20181203213223.16986-26-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181203213223.16986-26-robh@kernel.org> Organisation: Horms Solutions BV User-Agent: NeoMutt/20170113 (1.7.2) X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Mark Rutland , devicetree@vger.kernel.org, Kumar Gala , arm@kernel.org, Sean Hudson , Frank Rowand , linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Grant Likely , linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, Dec 03, 2018 at 03:32:14PM -0600, Rob Herring wrote: > In preparation to convert board-level bindings to json-schema, move > various misc SoC bindings out to their own file. > > Cc: Mark Rutland > Cc: Simon Horman > Cc: Magnus Damm > Cc: devicetree@vger.kernel.org > Cc: linux-renesas-soc@vger.kernel.org > Signed-off-by: Rob Herring > --- > .../devicetree/bindings/arm/renesas,prr.txt | 20 +++++++++++++++++++ > .../devicetree/bindings/arm/shmobile.txt | 18 ----------------- > 2 files changed, 20 insertions(+), 18 deletions(-) > create mode 100644 Documentation/devicetree/bindings/arm/renesas,prr.txt Applied for v4.21, but should we add renesas,prr.txt to MAINTAINERS as a follow-up?