summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/acpiphp_glue.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: acpiphp: Protect acpiphp data structures from concurrent updatesJiang Liu2013-04-161-18/+77
* PCI: acpiphp: Use normal list to simplify implementationYijing Wang2013-04-161-13/+10
* PCI: acpiphp: Do not use ACPI PCI subdriver mechanismJiang Liu2013-04-121-233/+55
* PCI: acpiphp: Replace local macros with standard ACPI macrosJiang Liu2013-04-121-2/+2
* PCI: acpiphp: Remove all functions even if function 0 doesn't existJiang Liu2013-04-121-7/+0
* PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus()Yijing Wang2013-04-121-2/+2
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-251-210/+56
|\
| * PCI: acpiphp: Remove dead code for PCI host bridge hotplugJiang Liu2013-02-021-111/+13
| * PCI: acpiphp: Create companion ACPI devices before creating PCI devicesJiang Liu2013-02-011-3/+3
| * PCI: acpiphp: Keep driver loaded even if no slots foundYinghai Lu2013-01-251-22/+0
| * PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu2013-01-251-44/+15
| * PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu2013-01-251-36/+6
| * PCI: acpiphp: Add is_hotplug_bridge detectionYinghai Lu2013-01-251-1/+26
* | ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki2013-02-131-0/+6
* | ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki2013-01-261-7/+3
|/
* ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki2013-01-191-2/+2
* ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki2013-01-151-2/+2
* ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki2013-01-031-8/+11
* ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki2013-01-031-17/+4
* ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki2013-01-031-3/+1
* Merge branch 'pci/jiang-acpiphp' into nextBjorn Helgaas2012-09-241-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/+0
* | PCI: acpiphp: Use common pci_stop_and_remove_bus_device()Bjorn Helgaas2012-08-221-2/+1
* | PCI: acpiphp: Stop disabling bridges on removeBjorn Helgaas2012-08-171-15/+0
|/
* Merge branch 'pci/yinghai-hotplug-cleanup' into nextBjorn Helgaas2012-07-111-3/+0
|\
| * PCI: acpiphp: remove unused res_lockYinghai Lu2012-07-101-3/+0
* | Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas2012-06-221-4/+9
|\ \
| * | PCI: acpiphp: check whether _ADR evaluation succeededBjorn Helgaas2012-06-201-4/+9
| |/
* | PCI: acpiphp: remove all functions in slot, even without ACPI _EJxAmos Kong2012-06-131-10/+32
* | PCI: acpiphp: fix function 0 leak when disabling a slotAmos Kong2012-06-131-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/+13
* PCI: Set device power state to PCI_D0 for device without native PM supportAjaykumar Hotchandani2011-12-141-1/+0
* PCI hotplug: Always allow acpiphp to handle non-PCIe bridgesRafael J. Wysocki2011-12-131-17/+12
* 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-161-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-01-311-6/+0
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-12-111-231/+17
|\
| * PCI Hotplug: acpiphp: clean up list traversalsAlex Chiang2009-11-041-41/+17
| * PCI hotplug: move IOAPIC support from acpiphp to ioapic driverBjorn Helgaas2009-11-041-190/+0
OpenPOWER on IntegriCloud