From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751099AbdE3VjM (ORCPT ); Tue, 30 May 2017 17:39:12 -0400 Received: from mail.kernel.org ([198.145.29.99]:45034 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750825AbdE3VjK (ORCPT ); Tue, 30 May 2017 17:39:10 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 626F1239F4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=helgaas@kernel.org Date: Tue, 30 May 2017 16:39:08 -0500 From: Bjorn Helgaas To: Wolfram Sang Cc: linux-renesas-soc@vger.kernel.org, Bjorn Helgaas , Rob Herring , Mark Rutland , linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/7] pci: use proper name for the R-Car SoC Message-ID: <20170530213908.GD14896@bhelgaas-glaptop.roam.corp.google.com> References: <20170528093051.11816-1-wsa+renesas@sang-engineering.com> <20170528093051.11816-6-wsa+renesas@sang-engineering.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170528093051.11816-6-wsa+renesas@sang-engineering.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, May 28, 2017 at 11:30:48AM +0200, Wolfram Sang wrote: > It is 'R-Car', not 'RCar'. No code or binding changes, only descriptive text. > > Signed-off-by: Wolfram Sang > --- > I suggest this trivial patch should be picked individually per susbsystem. > > Documentation/devicetree/bindings/pci/rcar-pci.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Applied with Geert and Simon's acks to pci/host-rcar for v4.13, thanks! > > diff --git a/Documentation/devicetree/bindings/pci/rcar-pci.txt b/Documentation/devicetree/bindings/pci/rcar-pci.txt > index 34712d6fd25376..bd27428dda619d 100644 > --- a/Documentation/devicetree/bindings/pci/rcar-pci.txt > +++ b/Documentation/devicetree/bindings/pci/rcar-pci.txt > @@ -1,4 +1,4 @@ > -* Renesas RCar PCIe interface > +* Renesas R-Car PCIe interface > > Required properties: > compatible: "renesas,pcie-r8a7779" for the R8A7779 SoC; > -- > 2.11.0 >