aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/setup-bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-12Revert "PCI: update bridge resources to get more big ranges in PCI assign unssigned"Linus Torvalds1-112/+2
2010-03-01pci: don't reassign to ROM res if it is not going to be enabledYinghai Lu1-2/+10
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas1-6/+4
2010-02-22PCI: set PCI_PREF_RANGE_TYPE_64 in pci_bridge_check_rangesYinghai Lu1-1/+4
2010-02-22PCI: pciehp: second try to get big range for pcie devicesYinghai Lu1-1/+50
2010-02-22PCI: introduce pci_assign_unassigned_bridge_resourcesYinghai Lu1-27/+89
2010-02-22PCI: update bridge resources to get more big ranges in PCI assign unssignedYinghai Lu1-2/+112
2010-02-22PCI: don't shrink bridge resourcesYinghai Lu1-2/+12
2010-02-22PCI: add failed_list to pci_bus_assign_resourcesYinghai Lu1-4/+57
2010-02-22PCI: add pci_bridge_release_resources and pci_bus_release_bridge_resourcesYinghai Lu1-0/+82
2010-02-22PCI: don't dump resource when bus resource flags indicates unusedYinghai Lu1-1/+2
2010-02-22PCI: separate pci_setup_bridge to small functionsYinghai Lu1-16/+50
2009-12-04PCI: Always set prefetchable base/limit upper32 registersAlex Williamson1-8/+3
2009-11-04PCI: improve discovery/configuration messagesBjorn Helgaas1-6/+15
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas1-43/+36
2009-11-04PCI: print resources consistently with %pRtBjorn Helgaas1-6/+3
2009-10-27Revert "PCI: get larger bridge ranges when space is available"Jesse Barnes1-11/+2
2009-10-07PCI: get larger bridge ranges when space is availableYinghai Lu1-2/+11
2009-09-09PCI: pcie: Ensure hotplug ports have a minimum number of resourcesEric W. Biederman1-5/+17
2009-08-30PCI SR-IOV: correct broken resource alignment calculationsChris Wright1-2/+2
2009-06-11PCI: improve resource allocation under transparent bridgesYinghai Lu1-1/+0
2009-06-11PCI/x86: don't assume prefetchable ranges are 64bitYinghai Lu1-10/+42
2009-04-22PCI: cleanup debug output resourcesYinghai Lu1-2/+4
2009-04-06PCI: Setup disabled bridges even if buses are addedYuji Shimada1-1/+1
2009-03-20PCI: do not initialize bridges more than onceAlex Chiang1-0/+3
2009-03-19PCI: constify pci_bus_assign_resources()Andrew Morton1-2/+2
2009-01-07PCI: use dev_printk for PCI bus resource mssagesBjorn Helgaas1-3/+2
2009-01-07PCI: make PCI bus resource messages more meaningfulBjorn Helgaas1-3/+3
2008-10-20PCI: use resource_size() everywhere.Zhao, Yu1-2/+2
2008-10-20pci: Use new %pR to print resource rangesBenjamin Herrenschmidt1-9/+4
2008-10-15Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/printk' and 'core/misc' into core-v28-for-linusIngo Molnar1-5/+4
2008-09-14generic: redefine resource_size_t as phys_addr_tJeremy Fitzhardinge1-5/+4
2008-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-1/+5
2008-09-09PCI: Fix printk warnings in setup-bus.cJohann Felix Soden1-1/+5
2008-09-04PCI: fix pbus_size_mem() resource alignment for CardBus controllersLinus Torvalds1-2/+3
2008-07-18Merge branch 'linus' into pci-for-jesseIngo Molnar1-25/+18
2008-06-25PCI: use dev_printk when possibleBjorn Helgaas1-25/+18
2008-06-23pci: debug extra pci bus resourcesYinghai Lu1-0/+35
2008-04-22Fix cardbus resource allocationLinus Torvalds1-15/+15
2008-04-20PCI: pci_setup_bridge() mustn't be __devinitAdrian Bunk1-2/+1
2008-04-20PCI: pci_bus_size_cardbus() mustn't be __devinitAdrian Bunk1-2/+1
2008-04-20PCI: clean up resource alignment managementIvan Kokshaysky1-0/+3
2008-03-26Revert "PCI: remove transparent bridge sizing"Linus Torvalds1-5/+0
2008-02-21PCI: fix up setup-bus.c #ifdefAndrew Morton1-4/+2
2008-02-02PCI: fix 4x section mismatch warningsSam Ravnborg1-2/+2
2008-02-01PCI: Fix bus resource assignment on 32 bits with 64b resourcesBenjamin Herrenschmidt1-24/+40
2007-10-12PCI: remove transparent bridge sizingGary Hade1-0/+5
2007-07-11PCI: ROUND_UP macro cleanup in drivers/pciMilind Arun Choudhary1-5/+3
2007-05-02pci: do not mark exported functions as __devinitSam Ravnborg1-14/+7
2007-02-16PCI: Make CARDBUS_MEM_SIZE and CARDBUS_IO_SIZE boot optionsAtsushi Nemoto1-17/+10