Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758438Ab2EAT2c (ORCPT ); Tue, 1 May 2012 15:28:32 -0400 Received: from mail-yw0-f46.google.com ([209.85.213.46]:34232 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757641Ab2EAT21 convert rfc822-to-8bit (ORCPT ); Tue, 1 May 2012 15:28:27 -0400 MIME-Version: 1.0 In-Reply-To: References: <1332135781-13695-1-git-send-email-yinghai@kernel.org> <1332135781-13695-5-git-send-email-yinghai@kernel.org> Date: Tue, 1 May 2012 12:28:26 -0700 X-Google-Sender-Auth: uJIJpIoLfa-jHettzSRm2qoLRns Message-ID: Subject: Re: [PATCH -v11 04/30] PCI: Add busn_res into struct pci_bus. From: Yinghai Lu To: Bjorn Helgaas Cc: Jesse Barnes , Benjamin Herrenschmidt , Tony Luck , David Miller , x86 , Dominik Brodowski , Andrew Morton , Linus Torvalds , Greg Kroah-Hartman , linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1161 Lines: 31 On Tue, May 1, 2012 at 8:40 AM, Bjorn Helgaas wrote: >>> bridge's Subordinate Bus Number in config space == bus->subordinate == >>> bus->busn_res.end (correct me if I'm wrong). ?I don't like the >>> redundancy in this case. >> >> there are about 70 bus->subordinate reference and 40 bus->secondary reference. >> >> could try to update them in following patch set. > > If you're proposing this: > ?1. add bus->busn_res > ?2. remove bus->subordinate and bus->secondary > I fully support that, and I'd like to merge both pieces at the same > time (different patches is fine; I just want to make sure both pieces > actually happen). yes. Can you consider applying "removing bus->subordinate" patch set to be applied after: for-pci-busn-alloc for-pci-root-bus-hotplug for-pci-for-each-res-addon for-pci-res-alloc otherwise there would be some extra rebase work for last three patch set. Yinghai -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/