summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_pci.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lockLukas Wunner2023-04-111-0/+15
* PCI: pciehp: Log messages with pci_dev, not pcie_deviceFrederick Lawler2019-05-091-0/+2
* PCI: pciehp: Unify controller and slot structsLukas Wunner2018-09-181-8/+6
* PCI: pciehp: Drop unnecessary includesLukas Wunner2018-09-171-1/+0
* PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner2018-09-171-3/+20
* PCI: Simplify disconnected markingLukas Wunner2018-09-171-6/+3
* PCI: pciehp: Declare pciehp_unconfigure_device() voidLukas Wunner2018-07-231-3/+1
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-15/+1
|\
| * PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-15/+1
* | PCI: hotplug: Drop checking of PCI_BRIDGE_CONTROL in *_unconfigure_device()Mika Westerberg2017-12-181-12/+0
|/
* PCI: pciehp: Fix race condition handling surprise link downMika Westerberg2017-11-061-1/+5
* PCI: Add for_each_pci_bridge() helperAndy Shevchenko2017-11-061-3/+2
* PCI: Add device disconnected stateKeith Busch2017-03-291-0/+6
* PCI: pciehp: Remove pci_configure_slot() usageBjorn Helgaas2014-09-121-4/+1
* PCI: pciehp: Configure hot-added display devicesBjorn Helgaas2014-09-121-5/+1
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-101-3/+2
* PCI: pciehp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1
* PCI: pciehp: Don't turn slot off when hot-added device already existsYijing Wang2014-02-141-1/+1
* PCI: hotplug: Use global PCI rescan-remove lockingRafael J. Wysocki2014-01-141-4/+13
* PCI: pciehp: Make various functions void since they can't failBjorn Helgaas2013-12-151-4/+2
* PCI: pciehp: Fix null pointer deref when hot-removing SR-IOV deviceYinghai Lu2013-07-251-1/+8
* PCI: pciehp: Iterate over all devices in slot, not functions 0-7Yijing Wang2013-01-251-28/+16
* PCI: pciehp: use generic pci_hp_add_bridge()Yinghai Lu2012-06-131-26/+2
* PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-2/+2
* PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu2012-02-271-1/+1
* PCI hotplug: pciehp: Fixed return value sign for pciehp_unconfigure_devicePraveen Kalamegham2010-07-301-1/+1
* PCI: hotplug: pciehp: Removed check for hotplug of display devicesPraveen Kalamegham2010-05-211-14/+3
* PCI: pciehp: cleanup flow in pciehp_configure_deviceYinghai Lu2010-02-221-6/+17
* PCI: pciehp: remove hpc_opsKenji Kaneshige2009-09-171-1/+1
* PCI: pciehp: remove pci_dev fieldKenji Kaneshige2009-09-171-2/+2
* PCI: pciehp: remove device fieldKenji Kaneshige2009-09-171-11/+8
* PCI: pciehp: remove bus fieldKenji Kaneshige2009-09-171-2/+4
* PCI hotplug: pciehp: use generic pci_configure_slot()Bjorn Helgaas2009-09-141-131/+1
* PCI: Simplify hotplug mch quirk.Eric W. Biederman2009-09-091-5/+0
* PCI hotplug: pciehp: message refinementTaku Izumi2008-10-231-11/+8
* PCI: pciehp: replace printk with dev_printkTaku Izumi2008-10-201-11/+15
* PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-201-4/+4
* PCI: fix section mismatch warning in pci_scan_child_busSam Ravnborg2008-03-041-1/+1
* pciehp: block new requests from the device before power offKenji Kaneshige2008-02-011-12/+21
* PCI Hotplug: PCIeHP: Fix some whitespace damageRolf Eike Beer2008-02-011-2/+1
* PCI Hotplug: pciehp: use generic function to find ext capabilityKenji Kaneshige2008-02-011-6/+1
* pciehp: remove trailing whitespace form pciehp_pci.cKenji Kaneshige2007-10-121-3/+3
* PCI Hotplug: pciehp: Dont check bridge control on removeKristen Carlson Accardi2007-10-121-6/+12
* [PATCH] pciehp: Add missing pci_dev_putKenji Kaneshige2006-06-191-0/+2
* [PATCH] pciehp: Replace pci_find_slot() with pci_get_slot()Kenji Kaneshige2006-06-191-2/+7
* [PATCH] pciehp: Fix programming hotplug parametersKenji Kaneshige2006-06-191-2/+139
* [PATCH] pciehp: allow bridged card hotplugRajesh Shah2006-01-091-24/+28
* [PATCH] pciehp: miscellaneous cleanupsrajesh.shah@intel.com2005-11-101-4/+0
* [PATCH] pciehp: remove redundant data structuresrajesh.shah@intel.com2005-11-101-327/+22
* [PATCH] patch 1/8] pciehp: use the PCI core for hotplug resource managementrajesh.shah@intel.com2005-11-101-434/+53