From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f169.google.com ([209.85.223.169]:34261 "EHLO mail-ie0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752710AbbDFWtR (ORCPT ); Mon, 6 Apr 2015 18:49:17 -0400 Received: by iedfl3 with SMTP id fl3so37416518ied.1 for ; Mon, 06 Apr 2015 15:49:17 -0700 (PDT) Date: Mon, 6 Apr 2015 17:49:13 -0500 From: Bjorn Helgaas To: Yinghai Lu Cc: David Miller , David Ahern , "linux-pci@vger.kernel.org" , "sparclinux@vger.kernel.org" , Linux Kernel Mailing List , "stable@vger.kernel.org" Subject: Re: [PATCH 3/3] PCI: Set pref for mem64 resource of pcie device Message-ID: <20150406224913.GI10892@google.com> References: <1427857069-6789-1-git-send-email-yinghai@kernel.org> <1427857069-6789-4-git-send-email-yinghai@kernel.org> <20150406220638.GH10892@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: On Mon, Apr 06, 2015 at 03:35:40PM -0700, Yinghai Lu wrote: > On Mon, Apr 6, 2015 at 3:06 PM, Bjorn Helgaas wrote: > > > But this is a general change that affects all platforms, and it's late in > > the cycle for something as invasive as this. I'd rather include your patch > > in the v4.1 merge window, and revert d63e2e1f3df9 ("sparc/PCI: Clip bridge > > windows to fit in upstream windows") for v4.0. > > How about applying first two in this patchset for v4.0, and leaving > this one for v4.1? For "[PATCH 1/3] PCI: Introduce pci_bus_addr_t", I'm waiting for an updated version with Kconfig tweaks so we don't break other arches. For "[PATCH 2/3] sparc/PCI: Add mem64 resource parsing for root bus", I'm waiting for a version that fixes the other of_bus_pci_get_flags() and pci_parse_of_flags() implementations at the same time (or an explanation about why we should fix only the arch/sparc version). I don't want to fix one place and leave the same bug in other places. Bjorn From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bjorn Helgaas Date: Mon, 06 Apr 2015 22:49:13 +0000 Subject: Re: [PATCH 3/3] PCI: Set pref for mem64 resource of pcie device Message-Id: <20150406224913.GI10892@google.com> List-Id: References: <1427857069-6789-1-git-send-email-yinghai@kernel.org> <1427857069-6789-4-git-send-email-yinghai@kernel.org> <20150406220638.GH10892@google.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Yinghai Lu Cc: David Miller , David Ahern , "linux-pci@vger.kernel.org" , "sparclinux@vger.kernel.org" , Linux Kernel Mailing List , "stable@vger.kernel.org" On Mon, Apr 06, 2015 at 03:35:40PM -0700, Yinghai Lu wrote: > On Mon, Apr 6, 2015 at 3:06 PM, Bjorn Helgaas wrote: > > > But this is a general change that affects all platforms, and it's late in > > the cycle for something as invasive as this. I'd rather include your patch > > in the v4.1 merge window, and revert d63e2e1f3df9 ("sparc/PCI: Clip bridge > > windows to fit in upstream windows") for v4.0. > > How about applying first two in this patchset for v4.0, and leaving > this one for v4.1? For "[PATCH 1/3] PCI: Introduce pci_bus_addr_t", I'm waiting for an updated version with Kconfig tweaks so we don't break other arches. For "[PATCH 2/3] sparc/PCI: Add mem64 resource parsing for root bus", I'm waiting for a version that fixes the other of_bus_pci_get_flags() and pci_parse_of_flags() implementations at the same time (or an explanation about why we should fix only the arch/sparc version). I don't want to fix one place and leave the same bug in other places. Bjorn