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