summaryrefslogtreecommitdiff
path: root/drivers/pci/bus.c
AgeCommit message (Expand)Author
2024-11-25Merge branch 'pci/pwrctl'Bjorn Helgaas
2024-11-25Merge branch 'pci/locking'Bjorn Helgaas
2024-11-21PCI/pwrctrl: Rename pwrctrl functions and structuresBjorn Helgaas
2024-11-21PCI/pwrctl: Ensure that pwrctl drivers are probed before PCI client driversManivannan Sadhasivam
2024-11-21PCI/pwrctl: Create pwrctl device only if at least one power supply is presentManivannan Sadhasivam
2024-11-21PCI/pwrctl: Use of_platform_device_create() to create pwrctl devicesManivannan Sadhasivam
2024-11-11PCI: Unexport pci_walk_bus_locked()Keith Busch
2024-11-11PCI: Convert __pci_walk_bus() to be recursiveKeith Busch
2024-11-11PCI: Move __pci_walk_bus() mutex to where we need itKeith Busch
2024-11-11PCI: Make pci_stop_dev() concurrent safeKeith Busch
2024-10-18PCI: Move struct pci_bus_resource into bus.cIlpo Järvinen
2024-10-18PCI: Remove unused PCI_SUBTRACTIVE_DECODEIlpo Järvinen
2024-07-19Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-07-18PCI: Check for the existence of 'dev.of_node' before calling of_platform_popu...Manivannan Sadhasivam
2024-07-08PCI/pwrctl: only call of_platform_populate() if CONFIG_OF is enabledBert Karwatzki
2024-06-12PCI/pwrctl: Create platform devices for child OF nodes of the port nodeBartosz Golaszewski
2024-05-28resource: Use typedef for alignf callbackIlpo Järvinen
2024-01-31PCI/ASPM: Fix deadlock when enabling ASPMJohan Hovold
2023-08-30Merge tag 'devicetree-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-22PCI: Create device tree node for bridgeLizhi Hou
2023-08-09PCI: move OF status = "disabled" detection to dev->match_driverVladimir Oltean
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-04-05PCI: Make pci_bus_for_each_resource() index optionalAndy Shevchenko
2023-03-13PCI: s390: Fix use-after-free of PCI resources with per-function hotplugNiklas Schnelle
2022-12-10PCI: Skip allocate_resource() if too little space availableBjorn Helgaas
2020-07-07PCI: Add device even if driver attach failedRajat Jain
2019-07-23PCI: Unexport pci_bus_get() and pci_bus_put()Kelsey Skunberg
2019-05-09PCI: Replace dev_printk(KERN_DEBUG) with dev_info(), etcMohan Kumar
2019-05-09PCI: Replace printk(KERN_INFO) with pr_info(), etcMohan Kumar
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas
2018-05-09PCI: remove CONFIG_PCI_BUS_ADDR_T_64BITChristoph Hellwig
2018-03-19PCI: Tidy commentsBjorn Helgaas
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2016-11-17PCI: Autosense device removal in pci_bridge_d3_update()Lukas Wunner
2016-08-01Merge branches 'pci/demodularize-hosts' and 'pci/host-request-windows' into nextBjorn Helgaas
2016-06-13PCI: Put PCIe ports into D3 during suspendMika Westerberg
2016-06-06PCI: Add devm_request_pci_bus_resources()Bjorn Helgaas
2016-05-02PCI: Do not treat EPROBE_DEFER as device attach failureLukas Wunner
2016-05-02PCI: Fix BUG on device attach failureLukas Wunner
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-09PCI: Add pcibios_bus_add_device() weak functionWei Yang
2016-02-05PCI: Check device_attach() return value alwaysBjorn Helgaas
2016-01-06PCI: Fix minimum allocation address overwriteChristoph Biedl
2015-09-22PCI: Clear IORESOURCE_UNSET when clipping a bridge windowBjorn Helgaas
2015-05-29PCI: Add pci_bus_addr_tYinghai Lu
2015-02-05PCI: Use common resource list management code instead of private implementationJiang Liu
2015-01-16PCI: Add pci_bus_clip_resource() to clip to fit upstream windowYinghai Lu
2014-06-10PCI: Move EXPORT_SYMBOL so it immediately follows function/variableRyan Desfosses