From patchwork Fri Sep 11 23:06:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sergei Shtylyov X-Patchwork-Id: 7165161 X-Patchwork-Delegate: horms@verge.net.au Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3E172BF036 for ; Fri, 11 Sep 2015 23:06:26 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 710CC20451 for ; Fri, 11 Sep 2015 23:06:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 35D38207F6 for ; Fri, 11 Sep 2015 23:06:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754247AbbIKXGT (ORCPT ); Fri, 11 Sep 2015 19:06:19 -0400 Received: from mail-lb0-f170.google.com ([209.85.217.170]:35554 "EHLO mail-lb0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932154AbbIKXGR (ORCPT ); Fri, 11 Sep 2015 19:06:17 -0400 Received: by lbpo4 with SMTP id o4so46989041lbp.2 for ; Fri, 11 Sep 2015 16:06:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:organization :user-agent:mime-version:content-transfer-encoding:content-type; bh=apNfUB4NNUg9SyFKeHO9O1QaWn2SygJSnZYWJaqySOY=; b=Cq1NPjghwGMqzEvsDolgZpfkuuP9bRxBhdU4UZqoavhofBsgpV5BLReGQCa7O19cR/ ZZwr3cEaz5q6gnR33ReyVcZGlCBsywfGQsWpVVb7nS69u4BkU+ZMg8nB95oRPHFAEV9k 66ddHrSysKREWHtorMmOT136NADLasQ2mwZ+4F+y+HHsh8y6827QPDJ/smNQYeB7ocII v5iGpR9TUrS7iwSN/5rF7Fh8wV7pTWnfnt1F6WxPOpVRtJ5LynbFr0AwycRDLakIUgEW siD4dDjSAlBd9GMoUpuE/TPzZaO5f8kwcfpmSrvAJSXSnNgUqlnADKY7gn2+HEvR/6wG t47g== X-Gm-Message-State: ALoCoQmHrAoQCbTTZ0aL2uMn+i44wL6RN5yQtz/5Uk4EKuTOgBDjPqqVrkeN+qi0sro0reFoCt08 X-Received: by 10.152.23.4 with SMTP id i4mr1162445laf.60.1442012776150; Fri, 11 Sep 2015 16:06:16 -0700 (PDT) Received: from wasted.cogentembedded.com (ppp83-237-250-70.pppoe.mtu-net.ru. [83.237.250.70]) by smtp.gmail.com with ESMTPSA id ut10sm365132lbc.31.2015.09.11.16.06.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Sep 2015 16:06:15 -0700 (PDT) From: Sergei Shtylyov To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, horms@verge.net.au, bhelgaas@google.com, devicetree@vger.kernel.org, linux-pci@vger.kernel.org, linux-sh@vger.kernel.org Subject: [PATCH] pci-rcar-gen2: add R8A7794 support Date: Sat, 12 Sep 2015 02:06:09 +0300 Message-ID: <2525770.ZsLzbliFPH@wasted.cogentembedded.com> Organization: Cogent Embedded Inc. User-Agent: KMail/4.14.9 (Linux/4.1.6-100.fc21.x86_64; KDE/4.14.9; x86_64; ; ) MIME-Version: 1.0 Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add Renesas R8A7794 SoC support to the Renesas R-Car gen2 PCI driver. Signed-off-by: Sergei Shtylyov Acked-by: Simon Horman --- The patch is against the 'next' branch of Bjorn Helgaas' 'pci.git' repo. Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt | 3 ++- drivers/pci/host/pci-rcar-gen2.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Index: pci/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt =================================================================== --- pci.orig/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt +++ pci/Documentation/devicetree/bindings/pci/pci-rcar-gen2.txt @@ -7,7 +7,8 @@ OHCI and EHCI controllers. Required properties: - compatible: "renesas,pci-r8a7790" for the R8A7790 SoC; - "renesas,pci-r8a7791" for the R8A7791 SoC. + "renesas,pci-r8a7791" for the R8A7791 SoC; + "renesas,pci-r8a7794" for the R8A7794 SoC. - reg: A list of physical regions to access the device: the first is the operational registers for the OHCI/EHCI controllers and the second is for the bridge configuration and control registers. Index: pci/drivers/pci/host/pci-rcar-gen2.c =================================================================== --- pci.orig/drivers/pci/host/pci-rcar-gen2.c +++ pci/drivers/pci/host/pci-rcar-gen2.c @@ -362,6 +362,7 @@ static int rcar_pci_probe(struct platfor static struct of_device_id rcar_pci_of_match[] = { { .compatible = "renesas,pci-r8a7790", }, { .compatible = "renesas,pci-r8a7791", }, + { .compatible = "renesas,pci-r8a7794", }, { }, };