From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752033AbdBFM2J (ORCPT ); Mon, 6 Feb 2017 07:28:09 -0500 Received: from lelnx194.ext.ti.com ([198.47.27.80]:13755 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751699AbdBFM2I (ORCPT ); Mon, 6 Feb 2017 07:28:08 -0500 Subject: Re: [PATCH 0/5] PCI: dwc: miscellaneous cleanups and fixes To: Bjorn Helgaas References: <1484136415-20798-1-git-send-email-kishon@ti.com> <20170203200638.GE10291@bhelgaas-glaptop.roam.corp.google.com> CC: Bjorn Helgaas , , , , From: Kishon Vijay Abraham I Message-ID: <58986BD1.2020803@ti.com> Date: Mon, 6 Feb 2017 17:58:01 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 MIME-Version: 1.0 In-Reply-To: <20170203200638.GE10291@bhelgaas-glaptop.roam.corp.google.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Saturday 04 February 2017 01:36 AM, Bjorn Helgaas wrote: > On Wed, Jan 11, 2017 at 05:36:50PM +0530, Kishon Vijay Abraham I wrote: >> This series includes miscellaneous cleanups and fixes in dra7xx >> pci driver and it also adds COMPILE_TEST to all designware >> based drivers (except dra7xx driver and hisi driver), since >> dra7xx driver doesn't depend on architecture specific config and >> hisi driver is compiled based on only ARM64. >> >> These patches have been created after applying [1]. >> >> [1] -> https://lkml.org/lkml/2017/1/6/246 >> >> Kishon Vijay Abraham I (5): >> PCI: dwc: Add COMPILE_TEST to all designware based drivers >> PCI: dwc: dra7xx: Simplify the probe code >> PCI: dwc: dra7xx: Add support to force RC to work in GEN1 mode >> PCI: dwc: dra7xx: Enable MSI and legacy interrupts simultaneously >> PCI: dwc: dra7xx: Group phy API invocations >> >> drivers/pci/dwc/Kconfig | 16 ++-- >> drivers/pci/dwc/pci-dra7xx.c | 174 ++++++++++++++++++++++++------------------ >> 2 files changed, 106 insertions(+), 84 deletions(-) > > Applied to pci/host-designware for v4.11, thanks! I added Pankaj's > reviewed-by to the COMPILE_TEST patch. His reviewed-by was > technically for your standalone post of that patch, but I think both > postings have the identical patch. Thanks Bjorn! Right, that was the same patch. Regards Kishon