From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755102Ab0AUVPV (ORCPT ); Thu, 21 Jan 2010 16:15:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752729Ab0AUVPR (ORCPT ); Thu, 21 Jan 2010 16:15:17 -0500 Received: from g6t0185.atlanta.hp.com ([15.193.32.62]:38450 "EHLO g6t0185.atlanta.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752400Ab0AUVPQ (ORCPT ); Thu, 21 Jan 2010 16:15:16 -0500 Date: Thu, 21 Jan 2010 14:15:13 -0700 From: Alex Chiang To: Yinghai Lu Cc: Jesse Barnes , Ingo Molnar , Linus Torvalds , Ivan Kokshaysky , Kenji Kaneshige , Bjorn Helgaas , linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org Subject: Re: [PATCH 7/9] pci: pciehp clean flow in pciehp_configure_device Message-ID: <20100121211513.GG17684@ldl.fc.hp.com> References: <1264054456-12694-1-git-send-email-yinghai@kernel.org> <1264054456-12694-8-git-send-email-yinghai@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1264054456-12694-8-git-send-email-yinghai@kernel.org> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Yinghai Lu : > move out bus_size_bridges and assign resources out of pciehp_add_bridge() > and at last do them all together one time including slot bridge, to avoid to > call assign resources several times, when there are several bridges under the > slot bridge. > use pci_assign_nassigned_bridge_resources Typo in the changelog: use pci_assign_unassigned_bridge_resources This is another good one for Kenji-san to test. Reviewed-by: Alex Chiang