aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/bus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-20PCI/pwrctrl: Move creation of pwrctrl devices to pci_scan_device()Manivannan Sadhasivam1-43/+0
2024-11-25Merge branch 'pci/pwrctl'Bjorn Helgaas1-8/+59
2024-11-25Merge branch 'pci/locking'Bjorn Helgaas1-33/+16
2024-11-21PCI/pwrctrl: Rename pwrctrl functions and structuresBjorn Helgaas1-12/+13
2024-11-21PCI/pwrctl: Ensure that pwrctl drivers are probed before PCI client driversManivannan Sadhasivam1-19/+56
2024-11-21PCI/pwrctl: Create pwrctl device only if at least one power supply is presentManivannan Sadhasivam1-0/+11
2024-11-21PCI/pwrctl: Use of_platform_device_create() to create pwrctl devicesManivannan Sadhasivam1-5/+7
2024-11-11PCI: Unexport pci_walk_bus_locked()Keith Busch1-1/+0
2024-11-11PCI: Convert __pci_walk_bus() to be recursiveKeith Busch1-25/+11
2024-11-11PCI: Move __pci_walk_bus() mutex to where we need itKeith Busch1-7/+5
2024-11-11PCI: Make pci_stop_dev() concurrent safeKeith Busch1-1/+1
2024-10-18PCI: Move struct pci_bus_resource into bus.cIlpo Järvinen1-0/+12
2024-10-18PCI: Remove unused PCI_SUBTRACTIVE_DECODEIlpo Järvinen1-3/+1
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-8/+2
2024-07-18PCI: Check for the existence of 'dev.of_node' before calling of_platform_populate()Manivannan Sadhasivam1-2/+2
2024-07-08PCI/pwrctl: only call of_platform_populate() if CONFIG_OF is enabledBert Karwatzki1-1/+1
2024-06-12PCI/pwrctl: Create platform devices for child OF nodes of the port nodeBartosz Golaszewski1-0/+9
2024-05-28resource: Use typedef for alignf callbackIlpo Järvinen1-8/+2
2024-01-31PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold1-17/+32
2023-08-30Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+2
2023-08-22PCI: Create device tree node for bridgeLizhi Hou1-0/+2
2023-08-09PCI: move OF status = "disabled" detection to dev->match_driverVladimir Oltean1-1/+3
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-4/+3
2023-04-05PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko1-4/+3
2023-03-13PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle1-0/+21
2022-12-10PCI: Skip allocate_resource() if too little space availableBjorn Helgaas1-0/+4
2020-07-07PCI: Add device even if driver attach failedRajat Jain1-5/+1
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