From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750761AbdALFXk (ORCPT ); Thu, 12 Jan 2017 00:23:40 -0500 Received: from fllnx209.ext.ti.com ([198.47.19.16]:12831 "EHLO fllnx209.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750714AbdALFXi (ORCPT ); Thu, 12 Jan 2017 00:23:38 -0500 Subject: Re: [PATCH v2 0/3] PCI: designware/dra7xx: misc fixes and cleanups To: Bjorn Helgaas References: <1483091774-8332-1-git-send-email-kishon@ti.com> <20170111212135.GN14532@bhelgaas-glaptop.roam.corp.google.com> CC: Bjorn Helgaas , , , , From: Kishon Vijay Abraham I Message-ID: <587712B0.2030806@ti.com> Date: Thu, 12 Jan 2017 10:52:56 +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: <20170111212135.GN14532@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 Hi Bjorn, On Thursday 12 January 2017 02:51 AM, Bjorn Helgaas wrote: > On Fri, Dec 30, 2016 at 03:26:11PM +0530, Kishon Vijay Abraham I wrote: >> This series contains >> *) a patch to cleanup dra7xx probe >> *) a patch to force DRA7xx controller to work in GEN1 mode >> *) a patch to fix dra7xx driver so that even if CONFIG_PCI_MSI >> is enabled, dra7xx driver can service legacy interrupts >> (provided the device support only legacy interrupts). >> >> Changes from v1: >> *) rebased to 4.10-rc1 (and [1]) >> *) use existing dt property "max-link-speed" instead of creating a new >> TI specific dt property. >> >> [1] -> https://lkml.org/lkml/2016/12/28/34 >> >> Kishon Vijay Abraham I (3): >> PCI: dra7xx: simplify the probe code >> PCI: dra7xx: Add support to force RC to work in GEN1 mode >> PCI: dra7xx: Enable MSI and legacy interrupts simultaneously >> >> drivers/pci/controller/pci-dra7xx.c | 81 ++++++++++++++++++++--------------- >> 1 file changed, 47 insertions(+), 34 deletions(-) > > Applied to pci/host-dra7xx for v4.11. I haven't applied the directory > rename yet, so I'll fix that up as necessary. I'd have liked that to be merged as well. Is that because Arnd hasn't Acked that one yet? Thanks Kishon