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 23FACCA9EA0 for ; Sat, 26 Oct 2019 00:17:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DA08E20679 for ; Sat, 26 Oct 2019 00:17:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572049063; bh=X+a2LVcHt87CWgxhE5kaRy1j9ynMPdLcGa3TVIBNKeY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=hz5b5KEunCS04B8UasQHjTER/LXREb1qmhCBtO6SN5k4YEkf8dJlRQ8NXIxD3F7RD RiGyN11F7rTd178lc0FAejFt2xeMJsXQJXkuVrYYy6i5m2SjhsIgmQEYA+XMMll6cl ECntGxi3ZKPEwbQNTbxn9QDGLpMN7LHSw/y/cnfA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725899AbfJZARm (ORCPT ); Fri, 25 Oct 2019 20:17:42 -0400 Received: from mail-ot1-f65.google.com ([209.85.210.65]:33887 "EHLO mail-ot1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725887AbfJZARm (ORCPT ); Fri, 25 Oct 2019 20:17:42 -0400 Received: by mail-ot1-f65.google.com with SMTP id m19so3270546otp.1; Fri, 25 Oct 2019 17:17:40 -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=wSQgMwPu7JbWHT1qsqlndnUHkgdmiA6I8kmhRBBzvqw=; b=GA/V4q1tuDit2ruQ13UhBtsCG7dZM0b8AKtduITx7Lrnu/qtOAq4o03u2i0vihLgY3 Vmg1YObbGRpXmaRMx21bMRI2ln7PW6DssmgwQ1qhV2Oy9cgU1bBij+Oqtmkwlc9XqIQ1 akkjGT+GPyGOcyZrafT/fx5C6GNE6eTGR9/O5rbw9wNxwo0j8QHXpgf559pLHU5cWspC 00y/8elYA0x+nlJxdL0oNNQDfxF0OvDyWziCYKYrLpH2oL2R4rBD2sgn3DeFgGA3Wv3s t777vaf90/LbVGJSZIessWaLZW9+Ot10aZHEj8Cvl3WV6phhPPNxGaRKugNmvu0VAF8o bRsQ== X-Gm-Message-State: APjAAAXNzvVtCWDzCnrLY3tYWKAr1maGoHYXvIfGcuPP1S3YUfySsV6Q AsXWueP36Wdhhkbu4X2vNA== X-Google-Smtp-Source: APXvYqwiuBVffdopC/lvf6vFPy+kHrQrrmULNf+6gQoc5GuYiWtpYyH0K2TNE0R3s/flIpIt8VNfNQ== X-Received: by 2002:a9d:3674:: with SMTP id w107mr5092117otb.244.1572049060034; Fri, 25 Oct 2019 17:17:40 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id b12sm1247591otp.72.2019.10.25.17.17.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Oct 2019 17:17:39 -0700 (PDT) Date: Fri, 25 Oct 2019 19:17:38 -0500 From: Rob Herring To: Geert Uytterhoeven Cc: Magnus Damm , Mark Rutland , Philipp Zabel , Eugeniu Rosca , devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: Re: [PATCH v2 2/5] dt-bindings: arm: renesas: Add Salvator-XS board with R-Car M3-W+ Message-ID: <20191026001738.GA7018@bogus> References: <20191023122911.12166-1-geert+renesas@glider.be> <20191023122911.12166-3-geert+renesas@glider.be> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191023122911.12166-3-geert+renesas@glider.be> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Wed, 23 Oct 2019 14:29:08 +0200, Geert Uytterhoeven wrote: > Add device tree binding documentation for the Renesas Salvator-XS board > equipped with an R-Car M3-W+ (R8A77961) SoC. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Yoshihiro Shimoda > --- > v2: > - Add Reviewed-by, > - Add board part number. > --- > Documentation/devicetree/bindings/arm/renesas.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring 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 D88F7CA9EA0 for ; Sat, 26 Oct 2019 00:17:51 +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 9AF53206DD for ; Sat, 26 Oct 2019 00:17:51 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="i6Ew6hrD" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9AF53206DD 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=9XJDnctw7eQDVCnPvCmHecCylrUtAAhrfApE0LZYii4=; b=i6Ew6hrDNwzjJk czSbC0Nvzw1nEVYAxUy9/lPCJIfEd8SvzvA0/5+EezLo0bjCmxuXZ2Y5Q/EnoMdAKjWILe74n2tL0 PaB/gfDCRsHy8H6Eu9Qw8LCxDzKQ3WeB7G2Uc1EfpNJruQt8o0o2qA6Oy57bmQTHCZlRey6/S+cyN ahaXztIwCTnfn/99SRw/svhxwlPrhFWSEfNYYWl9xgn57sqKYj2aRcIiNNgG11YKwjRN7jDTZaDjg 4O/deIFZA5J3/x1Vh19keQvAggGTrUZE+SPbpHfO4I8+DbxwdyAED4Iq3trUA7oQOgVRAusBkvDuN Js2yFHxJe3jvsaAoOIow==; 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 1iO9m4-0003uS-O9; Sat, 26 Oct 2019 00:17:44 +0000 Received: from mail-ot1-f65.google.com ([209.85.210.65]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iO9m0-0003tj-WD for linux-arm-kernel@lists.infradead.org; Sat, 26 Oct 2019 00:17:42 +0000 Received: by mail-ot1-f65.google.com with SMTP id 94so3230801oty.8 for ; Fri, 25 Oct 2019 17:17:40 -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=wSQgMwPu7JbWHT1qsqlndnUHkgdmiA6I8kmhRBBzvqw=; b=bLwG3ekMx2WH6VGWCXsaxN7Eql7ppvRO/gHLjM7AibjHbh75GNOQGWLhUExpI3g5TL RpYGUnzIiqDdOg5kJfmUkZeD6LUB89BUaZQPqAMipciEVVwy+6AkI7raLuROhF5bjQcp wInczwmJiltrnF1tV11bmqgdNeXlBl1TG3Jv019Ee2oAWd2N3VT9JG9L3g+2Tz8jpJ2R jdXzhVQDEXCi7G8wHPwAcu1PBtotstVFZhsKa1Nhi+bFzMJkQuzL8fQ/4RqFmvS5wh4f NxqxigDMN+ajza6iva30997UGCdoDlYDKoircb4V1eSaNIwYFFY2FzDeMoCMadeggDw3 SMwQ== X-Gm-Message-State: APjAAAWCAHApSc9/Bzcu9ScVJPtdbnZH7S357b0/QgGR7rf0oKx9JbBm w0RzDoKjuhbEO0i4NuCXfw== X-Google-Smtp-Source: APXvYqwiuBVffdopC/lvf6vFPy+kHrQrrmULNf+6gQoc5GuYiWtpYyH0K2TNE0R3s/flIpIt8VNfNQ== X-Received: by 2002:a9d:3674:: with SMTP id w107mr5092117otb.244.1572049060034; Fri, 25 Oct 2019 17:17:40 -0700 (PDT) Received: from localhost (24-155-109-49.dyn.grandenetworks.net. [24.155.109.49]) by smtp.gmail.com with ESMTPSA id b12sm1247591otp.72.2019.10.25.17.17.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Oct 2019 17:17:39 -0700 (PDT) Date: Fri, 25 Oct 2019 19:17:38 -0500 From: Rob Herring To: Geert Uytterhoeven Subject: Re: [PATCH v2 2/5] dt-bindings: arm: renesas: Add Salvator-XS board with R-Car M3-W+ Message-ID: <20191026001738.GA7018@bogus> References: <20191023122911.12166-1-geert+renesas@glider.be> <20191023122911.12166-3-geert+renesas@glider.be> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20191023122911.12166-3-geert+renesas@glider.be> 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-20191025_171741_032678_6E4879D9 X-CRM114-Status: UNSURE ( 9.94 ) X-CRM114-Notice: Please train this message. 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: Mark Rutland , devicetree@vger.kernel.org, Geert Uytterhoeven , Magnus Damm , linux-renesas-soc@vger.kernel.org, Philipp Zabel , Eugeniu Rosca , 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 Wed, 23 Oct 2019 14:29:08 +0200, Geert Uytterhoeven wrote: > Add device tree binding documentation for the Renesas Salvator-XS board > equipped with an R-Car M3-W+ (R8A77961) SoC. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Yoshihiro Shimoda > --- > v2: > - Add Reviewed-by, > - Add board part number. > --- > Documentation/devicetree/bindings/arm/renesas.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel