aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-23PCI: Unexport pci_bus_get() and pci_bus_put()Kelsey Skunberg1-2/+0
2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar1-2/+1
2019-05-09PCI: Replace printk(KERN_INFO) with pr_info(), etcMohan Kumar1-1/+1
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas1-3/+3
2018-05-09PCI: remove CONFIG_PCI_BUS_ADDR_T_64BITChristoph Hellwig1-2/+2
2018-03-19PCI: Tidy commentsBjorn Helgaas1-2/+0
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-0/+1
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-2/+2
2016-11-17PCI: Autosense device removal in pci_bridge_d3_update()Lukas Wunner1-1/+1
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas1-1/+29
2016-06-13PCI: Put PCIe ports into D3 during suspendMika Westerberg1-0/+1
2016-06-06PCI: Add devm_request_pci_bus_resources()Bjorn Helgaas1-1/+29
2016-05-02PCI: Do not treat EPROBE_DEFER as device attach failureLukas Wunner1-1/+1
2016-05-02PCI: Fix BUG on device attach failureLukas Wunner1-1/+3
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+3
2016-03-09PCI: Add pcibios_bus_add_device() weak functionWei Yang1-0/+3
2016-02-05PCI: Check device_attach() return value alwaysBjorn Helgaas1-1/+6
2016-01-06PCI: Fix minimum allocation address overwriteChristoph Biedl1-2/+4
2015-09-22PCI: Clear IORESOURCE_UNSET when clipping a bridge windowBjorn Helgaas1-0/+2
2015-05-29PCI: Add pci_bus_addr_tYinghai Lu1-5/+5
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu1-12/+6
2015-01-16PCI: Add pci_bus_clip_resource() to clip to fit upstream windowYinghai Lu1-0/+43
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses1-3/+3
2014-05-30PCI: Make pci_bus_add_device() voidYijing Wang1-8/+2
2014-04-14PCI: Remove unnecessary includes of <linux/init.h>Paul Gortmaker1-1/+0
2014-03-19PCI: Change pci_bus_alloc_resource() type_mask to unsigned longBjorn Helgaas1-2/+2
2014-03-19PCI: Check all IORESOURCE_TYPE_BITS in pci_bus_alloc_from_region()Bjorn Helgaas1-1/+1
2014-03-19PCI: Don't check resource_size() in pci_bus_alloc_resource()Bjorn Helgaas1-2/+0
2014-01-10Merge branch 'pci/resource' into nextBjorn Helgaas1-30/+102
2014-01-07PCI: Allocate 64-bit BARs above 4G when possibleYinghai Lu1-3/+13
2014-01-07PCI: Enforce bus address limits in resource allocationYinghai Lu1-28/+83
2014-01-07PCI: Split out bridge window override of minimum allocation addressBjorn Helgaas1-4/+11
2013-12-18PCI: Move pci_proc_attach_device() to pci_bus_add_device()Yinghai Lu1-0/+1
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-19/+0
2013-05-27PCI: Introduce pci_bus_{get|put}() to manage PCI bus reference countJiang Liu1-0/+15
2013-05-07PCI: Delay final fixups until resources are assignedYinghai Lu1-0/+1
2013-04-17Merge branch 'pci/cleanup' into nextBjorn Helgaas1-0/+3
2013-04-17PCI: Warn about failures instead of "must_check" functionsBjorn Helgaas1-0/+3
2013-04-12PCI: Clean up usages of pci_bus->is_addedJiang Liu1-9/+2
2013-01-25PCI: Put pci_dev in device tree as early as possibleYinghai Lu1-66/+12
2013-01-25PCI: Skip attaching driver in device_add()Yinghai Lu1-0/+5
2013-01-07PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu1-0/+2
2012-12-06Merge branch 'pci/mjg-pci-roms-from-efi' into nextBjorn Helgaas1-0/+5
2012-12-05PCI: Add pcibios_add_deviceMatthew Garrett1-0/+5
2012-11-02PCI/PM: Fix deadlock when unbinding device if parent in D3coldHuang Ying1-3/+0
2012-09-18PCI: Use correct type when freeing bus resource listYinghai Lu1-1/+5
2012-07-16PCI: fix undefined reference to 'pci_fixup_final_inited'Myron Stowe1-3/+1
2012-07-09PCI: call final fixups hot-added devicesMyron Stowe1-0/+4
2012-02-23PCI: add struct pci_host_bridge_window with CPU/bus address offsetBjorn Helgaas1-11/+19