summaryrefslogtreecommitdiff
path: root/drivers/pci/remove.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-30PCI/pwrctrl: Unregister platform device only if one actually existsBrian Norris1-2/+7
2024-11-25Merge branch 'pci/pwrctl'Bjorn Helgaas1-9/+8
2024-11-21PCI/pwrctrl: Rename pwrctrl functions and structuresBjorn Helgaas1-2/+2
2024-11-21PCI/pwrctl: Remove pwrctl device without iterating over all children of pwrct...Manivannan Sadhasivam1-9/+8
2024-11-11PCI: Make pci_destroy_dev() concurrent safeKeith Busch1-1/+1
2024-11-11PCI: Make pci_stop_dev() concurrent safeKeith Busch1-10/+9
2024-09-23Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+3
2024-09-19Merge branch 'pci/controller/qcom'Bjorn Helgaas1-1/+1
2024-09-14PCI: Pass domain number to pci_bus_release_domain_nr() explicitlyManivannan Sadhasivam1-1/+1
2024-09-05PCI/NPEM: Add Native PCIe Enclosure Management supportMariusz Tkaczyk1-0/+2
2024-09-04PCI: Don't rely on of_platform_depopulate() for reused OF-nodesBartosz Golaszewski1-1/+17
2024-06-12PCI/pwrctl: Create platform devices for child OF nodes of the port nodeBartosz Golaszewski1-1/+2
2023-08-22PCI: Create device tree node for bridgeLizhi Hou1-0/+1
2023-04-30Merge tag 'cxl-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+1
2023-04-27Merge tag 'pci-v6.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+2
2023-04-18PCI/DOE: Create mailboxes on device enumerationLukas Wunner1-0/+1
2023-04-07PCI: Fix use-after-free in pci_bus_release_domain_nr()Rob Herring1-2/+3
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg1-3/+2
2022-11-08PCI: Assign PCI domain IDs by ida_alloc()Pali Rohár1-0/+6
2021-08-18PCI: Remove reset_fn field from pci_devAmey Narkhede1-1/+0
2021-04-28PCI/sysfs: Convert "reset" to static attributeKrzysztof Wilczyński1-0/+2
2020-05-15PCI: Fix pci_host_bridge struct device release/free handlingRob Herring1-1/+1
2018-09-18PCI/ASPM: Fix link_state teardown on device removalLukas Wunner1-3/+1
2018-08-15Merge branch 'pci/aspm'Bjorn Helgaas1-1/+0
2018-08-06PCI: Remove unnecessary include of <linux/pci-aspm.h>Bjorn Helgaas1-1/+0
2018-07-31PCI: Fix is_added/is_busmaster race conditionHari Vyas1-2/+3
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2017-10-25PCI: Detach driver before procfs & sysfs teardown on device removeAlex Williamson1-1/+1
2016-11-18PCI: Autosense device removal in pci_bridge_d3_update()Lukas Wunner1-1/+1
2016-09-14PCI: Fix bridge_d3 update on device removalLukas Wunner1-2/+1
2016-06-13PCI: Put PCIe ports into D3 during suspendMika Westerberg1-0/+2
2016-03-15Merge branch 'pci/resource' into nextBjorn Helgaas1-1/+0
2016-03-12PCI: Remove unused IORESOURCE_ROM_COPY and IORESOURCE_ROM_BIOS_COPYBjorn Helgaas1-1/+0
2016-03-09PCI: Add pci_ops.{add,remove}_bus() callbacksThierry Reding1-0/+4
2015-04-08PCI: Export symbols required for loadable host driver modulesRay Jui1-0/+2
2014-02-01Revert "PCI: Remove from bus_list and release resources in pci_release_dev()"Rafael J. Wysocki1-0/+17
2014-01-15PCI: Check parent kobject in pci_destroy_dev()Rafael J. Wysocki1-0/+3
2014-01-14PCI: Add global pci_lock_rescan_remove()Rafael J. Wysocki1-0/+8
2013-12-19PCI: Remove from bus_list and release resources in pci_release_dev()Yinghai Lu1-19/+0
2013-12-19PCI: Use device_release_driver() in pci_stop_root_bus()Yinghai Lu1-2/+2
2013-12-19PCI: Move device_del() from pci_stop_dev() to pci_destroy_dev()Rafael J. Wysocki1-1/+3
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-1/+1
2013-04-13PCI: Add pcibios hooks for adding and removing PCI busesJiang Liu1-0/+1
2013-04-13PCI: When removing bus, always remove legacy files & unregisterJiang Liu1-3/+0
2013-02-26Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2013-02-13PCI/PM: Clean up PME state when removing a deviceRafael J. Wysocki1-0/+2
2013-01-26PCI: Make device create/destroy logic symmetricJiang Liu1-2/+2
2012-11-04PCI: Add pci_stop_and_remove_root_bus()Yinghai Lu1-0/+36
2012-09-21PCI: Stop all children first, before removing all childrenYinghai Lu1-16/+35
2012-08-22PCI: Leave normal LIST_POISON in deleted list entriesBjorn Helgaas1-3/+0