From patchwork Thu Mar 9 06:38:58 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: 95060 Delivered-To: patch@linaro.org Received: by 10.140.82.71 with SMTP id g65csp223605qgd; Wed, 8 Mar 2017 22:40:33 -0800 (PST) X-Received: by 10.99.123.27 with SMTP id w27mr11901917pgc.155.1489041633641; Wed, 08 Mar 2017 22:40:33 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n188si5495284pga.361.2017.03.08.22.40.33; Wed, 08 Mar 2017 22:40:33 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@ti.com; spf=pass (google.com: best guess record for domain of linux-omap-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-omap-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 S1751659AbdCIGk3 (ORCPT + 4 others); Thu, 9 Mar 2017 01:40:29 -0500 Received: from lelnx194.ext.ti.com ([198.47.27.80]:10916 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750760AbdCIGk0 (ORCPT ); Thu, 9 Mar 2017 01:40:26 -0500 Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v296dC3v023310; Thu, 9 Mar 2017 00:39:12 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1489041552; bh=uTzXVoHDaROuwE1008lMrSGuPt3Mxffr20Uao3EinuU=; h=From:To:CC:Subject:Date; b=QsH8acmMaZCekqhjEMoHbjuPkN3pU+px4qt3TfghBYDvd8zyYCytAjE08gyMNfm4e HBWm1oD+lrZeL1l/OkFz2+Vd4gh5hNHbp59eqkjZRRmHSFkQZMFCQIJxHILrNeQzZ7 wuArt3Ek3P0hh04nFqrJD5+RXFDMjcKa8ic/Su8M= Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id v296dC6O032556; Thu, 9 Mar 2017 00:39:12 -0600 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Thu, 9 Mar 2017 00:39:12 -0600 Received: from a0393678ub.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v296d9Op009609; Thu, 9 Mar 2017 00:39:10 -0600 From: Kishon Vijay Abraham I To: Bjorn Helgaas , Joao Pinto , , , , CC: , Subject: [RESEND PATCH v3 0/7] PCI: dwc: Miscellaneous fixes and cleanups Date: Thu, 9 Mar 2017 12:08:58 +0530 Message-ID: <1489041545-15730-1-git-send-email-kishon@ti.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Resending since it bounced from quite a few lists. This should be the final set of cleanups/fixes before endpoint support can be merged. Keerthy's patch is a general fix in dra7xx driver and is not directly related to endpoint mode. This v1 of this series was previously sent with a different cover letter $subject [1] Changes from v2: *) Kconfig changes that was spilled into a patch is removed. *) In addition to renaming _unroll() to _ob_unroll(), all the _unroll configurations is also moved a separate function. Changes from v1: *) included a patch to rename _unroll() to _ob_unroll() as similar thing has to be done for inbound window in the case of EP mode. *) used 'size_t' instead of 'int' for specifying the size in read_dbi/write_dbi function arguments. *) Populate cpu_addr_fixup ops for artpec6 as suggested by Niklas This series is based on 4.11-rc1 [1] -> https://lkml.org/lkml/2017/2/16/270 Keerthy (1): PCI: dwc: dra7xx: Push request_irq call to the bottom of probe Kishon Vijay Abraham I (6): PCI: dwc: designware: Add new *ops* for cpu addr fixup PCI: dwc: dra7xx: Populate cpu_addr_fixup ops PCI: dwc: artpec6: 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 PCI: dwc: designware: Move _unroll configurations to a separate function drivers/pci/dwc/pci-dra7xx.c | 35 +++---- drivers/pci/dwc/pci-exynos.c | 14 +-- drivers/pci/dwc/pci-imx6.c | 62 +++++++------ drivers/pci/dwc/pci-keystone-dw.c | 16 ++-- drivers/pci/dwc/pcie-armada8k.c | 39 ++++---- drivers/pci/dwc/pcie-artpec6.c | 22 +++-- drivers/pci/dwc/pcie-designware-host.c | 20 ++-- drivers/pci/dwc/pcie-designware.c | 156 +++++++++++++++++++++----------- drivers/pci/dwc/pcie-designware.h | 13 ++- drivers/pci/dwc/pcie-hisi.c | 17 ++-- 10 files changed, 241 insertions(+), 153 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html