summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/pciehp_pci.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: pciehp: Log messages with pci_dev, not pcie_deviceFrederick Lawler2019-05-091-0/+2
* PCI: pciehp: Unify controller and slot structsLukas Wunner2018-09-191-8/+6Star
* PCI: pciehp: Drop unnecessary includesLukas Wunner2018-09-171-1/+0Star
* PCI: pciehp: Differentiate between surprise and safe removalLukas Wunner2018-09-171-3/+20
* PCI: Simplify disconnected markingLukas Wunner2018-09-171-6/+3Star
* PCI: pciehp: Declare pciehp_unconfigure_device() voidLukas Wunner2018-07-241-3/+1Star
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-15/+1Star
|\
| * PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-15/+1Star
* | PCI: hotplug: Drop checking of PCI_BRIDGE_CONTROL in *_unconfigure_device()Mika Westerberg2017-12-191-12/+0Star
|/
* PCI: pciehp: Fix race condition handling surprise link downMika Westerberg2017-11-071-1/+5
* PCI: Add for_each_pci_bridge() helperAndy Shevchenko2017-11-071-3/+2Star
* PCI: Add device disconnected stateKeith Busch2017-03-301-0/+6
* PCI: pciehp: Remove pci_configure_slot() usageBjorn Helgaas2014-09-131-4/+1Star
* PCI: pciehp: Configure hot-added display devicesBjorn Helgaas2014-09-131-5/+1Star
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-111-3/+2Star
* PCI: pciehp: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-2/+1Star
* 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-161-4/+2Star
* 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/+16Star
* PCI: pciehp: use generic pci_hp_add_bridge()Yinghai Lu2012-06-131-26/+2Star
* 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/+3Star
* PCI: pciehp: cleanup flow in pciehp_configure_deviceYinghai Lu2010-02-231-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/+8Star
* PCI: pciehp: remove bus fieldKenji Kaneshige2009-09-171-2/+4
* PCI hotplug: pciehp: use generic pci_configure_slot()Bjorn Helgaas2009-09-151-131/+1Star
* PCI: Simplify hotplug mch quirk.Eric W. Biederman2009-09-091-5/+0Star
* PCI hotplug: pciehp: message refinementTaku Izumi2008-10-231-11/+8Star
* PCI: pciehp: replace printk with dev_printkTaku Izumi2008-10-201-11/+15
* PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-211-4/+4
* PCI: fix section mismatch warning in pci_scan_child_busSam Ravnborg2008-03-051-1/+1
* pciehp: block new requests from the device before power offKenji Kaneshige2008-02-021-12/+21
* PCI Hotplug: PCIeHP: Fix some whitespace damageRolf Eike Beer2008-02-021-2/+1Star
* PCI Hotplug: pciehp: use generic function to find ext capabilityKenji Kaneshige2008-02-021-6/+1Star
* pciehp: remove trailing whitespace form pciehp_pci.cKenji Kaneshige2007-10-131-3/+3
* PCI Hotplug: pciehp: Dont check bridge control on removeKristen Carlson Accardi2007-10-131-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-111-4/+0Star
* [PATCH] pciehp: remove redundant data structuresrajesh.shah@intel.com2005-11-111-327/+22Star
* [PATCH] patch 1/8] pciehp: use the PCI core for hotplug resource managementrajesh.shah@intel.com2005-11-111-434/+53Star
* [PATCH] CONFIG_IA32Brian Gerst2005-10-311-1/+1