From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755178Ab0AUVCW (ORCPT ); Thu, 21 Jan 2010 16:02:22 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755104Ab0AUVCU (ORCPT ); Thu, 21 Jan 2010 16:02:20 -0500 Received: from g4t0017.houston.hp.com ([15.201.24.20]:20738 "EHLO g4t0017.houston.hp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754729Ab0AUVCU (ORCPT ); Thu, 21 Jan 2010 16:02:20 -0500 Date: Thu, 21 Jan 2010 14:02:18 -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 6/9] pci: introduce pci_assign_unassigned_bridge_resources Message-ID: <20100121210218.GF17684@ldl.fc.hp.com> References: <1264054456-12694-1-git-send-email-yinghai@kernel.org> <1264054456-12694-7-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-7-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 : > for pciehp to use it later > > pci_setup_bridge() will not check enabled for the slot bridge, otherwise > update res is not updated to bridge BAR. that is bridge is enabled already for > port service. > > -v2: update it with resource_list_x > -v3: remove the clear busmaster. according to Kenji > -v4: make pdev_assign_resources_sorted and pbus_assign_resources_sorted share two small functions > according to Alex. > > Signed-off-by: Yinghai Lu Reviewed-by: Alex Chiang But it would be great if Kenji-san could actually get some test cycles on this. /ac