Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp381711imm; Thu, 6 Sep 2018 04:06:58 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZXor0VtulRCOnam+Rd6EakAx6KG7eZKYZmO6/HlJW65jf+kSjC3yEIkxOoZoocgbJxqP+g X-Received: by 2002:a62:12c7:: with SMTP id 68-v6mr2228368pfs.216.1536232018895; Thu, 06 Sep 2018 04:06:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536232018; cv=none; d=google.com; s=arc-20160816; b=DQoE97UE31bcNdvnuM5fjwqzDK6vlgglUd3s0Bii6Gq/BiIidnYXNTs0GZoYyRzg9v qhfLHSc9xd60TT/KjfbLlbmCegYwSWNXctFxZqtG2WsccEXVfiI/DyCzeIfs5A/d7BHP yYHF3KoCatPeh6hD9sclekwKBSw4YWvBmv+wWtiZR3cuv5O12bTW+QXY4iUT1wbe7zeO CteYfHTmugyqUViRWMjq7wUVOyNMe/fdvtUa69hNBAi0p3cntde4/dLJzhZpWPh/k7mx Bx0H0MNan3Bup0WBE7q3i1WQ+/4Tt1UFPTgwg5GeRyCAJJkkFThQecMI6UrI1s8fhrqS 27KA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=UN279hhBs1ajzLQSbN0EvKVX0bPs0VdyYFr72LURd50=; b=hfgH4TlX3p8nePNTSP2qxJZuBbJrIEH2PNiwH669V6aJPs99fkUtcaCDFFYLMovxys b+nu+OWQP+FQELE+grEswGulBJWjDSe6UfVkIMYPIp45n7sKWBI4HbX8Kf/9Emuhhx3H vL9Lvhm94wCrsSXKtnmIN+mdsrIit4sWC06zIjui1DuCtMrjUif7uSEfTw0sI4+i9P1J 2XKSAhOEejKNoOOGpG+7i0F1xzDaAu7KZn1XKWdYG+3aN6Dz4I7Kh8BYNPdrYIv8T3v2 sKBAurVJITb9pJmZo5Wf1ss8S3FqbrYt4qBIkRx+Itj+wIVmYg9xK31XU6WLYKowaREi VwnQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n6-v6si4661258pla.398.2018.09.06.04.06.42; Thu, 06 Sep 2018 04:06:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727759AbeIFOPR (ORCPT + 99 others); Thu, 6 Sep 2018 10:15:17 -0400 Received: from mx.socionext.com ([202.248.49.38]:11891 "EHLO mx.socionext.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725978AbeIFOPR (ORCPT ); Thu, 6 Sep 2018 10:15:17 -0400 Received: from unknown (HELO iyokan-ex.css.socionext.com) ([172.31.9.54]) by mx.socionext.com with ESMTP; 06 Sep 2018 18:40:39 +0900 Received: from mail.mfilter.local (m-filter-2 [10.213.24.62]) by iyokan-ex.css.socionext.com (Postfix) with ESMTP id DAD7E600AA; Thu, 6 Sep 2018 18:40:39 +0900 (JST) Received: from 172.31.9.51 (172.31.9.51) by m-FILTER with ESMTP; Thu, 6 Sep 2018 18:40:39 +0900 Received: from plum.e01.socionext.com (unknown [10.213.132.32]) by kinkan.css.socionext.com (Postfix) with ESMTP id 586EE1A03A2; Thu, 6 Sep 2018 18:40:39 +0900 (JST) From: Kunihiko Hayashi To: Lorenzo Pieralisi , Bjorn Helgaas , Rob Herring , Mark Rutland , Masahiro Yamada Cc: linux-pci@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Masami Hiramatsu , Jassi Brar , Kunihiko Hayashi Subject: [PATCH v2 0/2] add new UniPhier PCIe host driver Date: Thu, 6 Sep 2018 18:40:30 +0900 Message-Id: <1536226832-5089-1-git-send-email-hayashi.kunihiko@socionext.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds PCIe host controller driver for Socionext UniPhier SoCs. This controller is based on the DesignWare PCIe core. This driver supports LD20 and PXs3 SoCs. Changes since v1: - follow capitalization conventions in the descriptions - use C style comments except for the SPDX line Kunihiko Hayashi (2): dt-bindings: PCI: add UniPhier PCIe host controller description PCI: controller: dwc: add UniPhier PCIe host controller support .../devicetree/bindings/pci/uniphier-pcie.txt | 78 ++++ drivers/pci/controller/dwc/Kconfig | 9 + drivers/pci/controller/dwc/Makefile | 1 + drivers/pci/controller/dwc/pcie-uniphier.c | 465 +++++++++++++++++++++ 4 files changed, 553 insertions(+) create mode 100644 Documentation/devicetree/bindings/pci/uniphier-pcie.txt create mode 100644 drivers/pci/controller/dwc/pcie-uniphier.c -- 2.7.4