summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/acpiphp_glue.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/jiang-acpiphp' into nextBjorn Helgaas2012-09-251-10/+31
|\
| * PCI: acpiphp: Handle PCIe ports without native hotplug capabilityJiang Liu2012-09-241-10/+31
* | PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi2012-09-241-5/+7
* | PCI: Remove unused, commented-out, codeBjorn Helgaas2012-08-221-28/+0Star
* | PCI: acpiphp: Use common pci_stop_and_remove_bus_device()Bjorn Helgaas2012-08-221-2/+1Star
* | PCI: acpiphp: Stop disabling bridges on removeBjorn Helgaas2012-08-171-15/+0Star
|/
* Merge branch 'pci/yinghai-hotplug-cleanup' into nextBjorn Helgaas2012-07-111-3/+0Star
|\
| * PCI: acpiphp: remove unused res_lockYinghai Lu2012-07-101-3/+0Star
* | Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas2012-06-221-4/+9
|\ \
| * | PCI: acpiphp: check whether _ADR evaluation succeededBjorn Helgaas2012-06-211-4/+9
| |/
* | PCI: acpiphp: remove all functions in slot, even without ACPI _EJxAmos Kong2012-06-141-10/+32
* | PCI: acpiphp: fix function 0 leak when disabling a slotAmos Kong2012-06-141-0/+1
* | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-4/+4
|/
* PCI: make acpihp use __pci_remove_bus_device insteadYinghai Lu2012-02-271-1/+1
* PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu2012-02-271-2/+2
* PCI: Can continually add funcs after adding func0Amos Kong2012-02-141-16/+13Star
* PCI: Set device power state to PCI_D0 for device without native PM supportAjaykumar Hotchandani2011-12-141-1/+0Star
* PCI hotplug: Always allow acpiphp to handle non-PCIe bridgesRafael J. Wysocki2011-12-131-17/+12Star
* PCI / ACPI: Make acpiphp ignore root bridges using PCIe native hotplugRafael J. Wysocki2011-10-311-5/+24
* PCI hotplug: acpiphp: Prevent deadlock on PCI-to-PCI bridge removePrarit Bhargava2011-10-141-15/+94
* ACPI: constify ops structsVasiliy Kulikov2011-07-171-1/+1
* PCI hotplug: acpiphp: assume device is in state D0 after powering on a slot.Ian Campbell2011-05-111-0/+7
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* PCI hotplug: acpiphp: set current_state to D0 in register_slotStefano Stabellini2011-03-041-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* acpiphp: Execute ACPI _REG method for hotadded devicesShaohua Li2010-03-141-0/+19
* ACPI: acpi_bus_{scan,bus,add}: return -ENODEV if no device was foundThomas Renninger2010-02-011-6/+0Star
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-111-231/+17Star
|\
| * PCI Hotplug: acpiphp: clean up list traversalsAlex Chiang2009-11-041-41/+17Star
| * PCI hotplug: move IOAPIC support from acpiphp to ioapic driverBjorn Helgaas2009-11-041-190/+0Star
* | ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming2009-11-251-11/+11
|/
* PCI hotplug: acpiphp: use generic pci_configure_slot()Bjorn Helgaas2009-09-151-79/+2Star
* PCI hotplug: clean up acpi_get_hp_params_from_firmware() interfaceBjorn Helgaas2009-09-151-4/+3Star
* PCI hotplug: acpiphp: don't cache hotplug_params in acpiphp_bridgeBjorn Helgaas2009-09-151-31/+27Star
* PCI hotplug: acpiphp: remove superfluous _HPP/_HPX evaluationBjorn Helgaas2009-09-151-3/+0Star
* PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handleAlex Chiang2009-09-141-22/+11Star
* PCI Hotplug: acpiphp: find bridges the easy wayAlex Chiang2009-09-141-60/+21Star
* PCI Hotplug: acpiphp: get pci_bus from acpi handle correctlyAlex Chiang2009-09-091-11/+17
* PCI Hotplug: acpiphp: convert to acpi_get_pci_devAlexander Chiang2009-06-181-18/+7Star
* ACPI: Introduce acpi_is_root_bridge()Alexander Chiang2009-06-181-1/+1
* PCI Hotplug: acpiphp: don't store a pci_dev in acpiphp_funcAlex Chiang2009-05-271-37/+26Star
* PCI Hotplug: acpiphp: grab refcount on p2p subordinate busAlex Chiang2009-04-061-0/+14
* ACPI PCI hotplug: harden against panic regressionJames Bottomley2009-01-161-0/+2
* PCI hotplug: introduce functions for ACPI slot detectionKenji Kaneshige2009-01-071-92/+15Star
* PCI hotplug: acpiphp whitespace cleanupAlex Chiang2009-01-071-3/+3
* PCI/ACPI: acpiphp: Identify more removable slotsMatthew Garrett2009-01-071-15/+17
* PCI hotplug: acpiphp wants a 64-bit _SUNJustin Chen2008-12-161-2/+2
* Merge branch 'ull' into testLen Brown2008-10-231-7/+7
|\
| * ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-111-7/+7
* | dock: introduce .uevent for devices in dock, eg libataShaohua Li2008-09-241-2/+4
|/