From patchwork Thu Feb 16 13:29:08 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kishon Vijay Abraham I X-Patchwork-Id: 94071 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp2505141qgi; Thu, 16 Feb 2017 05:30:11 -0800 (PST) X-Received: by 10.99.8.70 with SMTP id 67mr2791317pgi.205.1487251811670; Thu, 16 Feb 2017 05:30:11 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id i10si6958592pgc.96.2017.02.16.05.30.11; Thu, 16 Feb 2017 05:30:11 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-samsung-soc-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-samsung-soc-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-samsung-soc-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=ti.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754749AbdBPNaK (ORCPT + 4 others); Thu, 16 Feb 2017 08:30:10 -0500 Received: from fllnx210.ext.ti.com ([198.47.19.17]:17963 "EHLO fllnx210.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754441AbdBPNaJ (ORCPT ); Thu, 16 Feb 2017 08:30:09 -0500 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v1GDTYlX022539; Thu, 16 Feb 2017 07:29:34 -0600 Received: from DLEE70.ent.ti.com (dlee70.ent.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v1GDTXF4022983; Thu, 16 Feb 2017 07:29:33 -0600 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Thu, 16 Feb 2017 07:29:33 -0600 Received: from a0393678ub.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v1GDTMcm017556; Thu, 16 Feb 2017 07:29:24 -0600 From: Kishon Vijay Abraham I To: Bjorn Helgaas , Jingoo Han , , , , , , , CC: Joao Pinto , , Kishon Vijay Abraham I Subject: [PATCH 0/4] PCI: dwc: cleanup designware driver Date: Thu, 16 Feb 2017 18:59:08 +0530 Message-ID: <1487251752-12478-1-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Sender: linux-samsung-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org This series does additional cleanup on top of [1] in preparation for adding endpoint mode support to designware driver. This series was previously sent as part of endpoint support series [2]. Once this series is merged, PCI endpoint series can be merged. I'll wait for this series to be merged before sending the next revision of endpoint series. The entire endpoint support is pushed here: git://git.kernel.org/pub/scm/linux/kernel/git/kishon/pci-endpoint.git next [1] -> https://lkml.org/lkml/2017/2/15/273 [2] -> https://lkml.org/lkml/2017/1/13/562 Kishon Vijay Abraham I (4): PCI: dwc: designware: Add new *ops* for cpu addr fixup PCI: dwc: dra7xx: Populate cpu_addr_fixup ops PCI: dwc: all: Modify dbi accessors to take dbi_base as argument PCI: dwc: all: Modify dbi accessors to access data of 4/2/1 bytes drivers/pci/dwc/pci-dra7xx.c | 21 ++++--- drivers/pci/dwc/pci-exynos.c | 14 +++-- drivers/pci/dwc/pci-imx6.c | 67 +++++++++++--------- drivers/pci/dwc/pci-keystone-dw.c | 16 +++-- drivers/pci/dwc/pcie-armada8k.c | 39 +++++++----- drivers/pci/dwc/pcie-artpec6.c | 7 ++- drivers/pci/dwc/pcie-designware-host.c | 20 +++--- drivers/pci/dwc/pcie-designware.c | 108 ++++++++++++++++++++------------ drivers/pci/dwc/pcie-designware.h | 13 ++-- drivers/pci/dwc/pcie-hisi.c | 17 ++--- 10 files changed, 192 insertions(+), 130 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html