From: Yijing Wang Date: Thu, 6 Jun 2013 07:34:48 +0000 (+0800) Subject: PCI/IA64: embed pci hostbridge resources into pci_root_info X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~33^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cd7595dea8d54d93124cfc4faec103ce56ab03d;p=pandora-kernel.git PCI/IA64: embed pci hostbridge resources into pci_root_info Currently, pcibios_resource_to_bus() and pcibios_bus_to_resource() functions use pci_host_bridge to translate bus side address from/to cpu side address. The pci_window in pci_controller never be used again. So we remove pci_window in pci_controller and embed hostbridge resource into pci_root_info. Bjorn suggested to implement hostbridge resources release in IA64 like in X86, this patch is to prepare for that. Signed-off-by: Yijing Wang Signed-off-by: Jiang Liu Cc: Fenghua Yu Cc: Yinghai Lu Cc: Greg Kroah-Hartman Cc: Thierry Reding Cc: linux-ia64@vger.kernel.org Signed-off-by: Tony Luck --- Reading git-diff-tree failed