summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/acpiphp_glue.c
AgeCommit message (Expand)Author
2013-07-23ACPI / hotplug / PCI: Refactor slot allocation code in register_slot()Rafael J. Wysocki
2013-07-23ACPI / hotplug / PCI: Drop func field from struct acpiphp_bridgeRafael J. Wysocki
2013-07-23ACPI / hotplug / PCI: Merge hotplug event handling functionsRafael J. Wysocki
2013-07-23ACPI / hotplug / PCI: Pass hotplug context objects to event handlersRafael J. Wysocki
2013-07-23ACPI / hotplug / PCI: Rework acpiphp_handle_to_bridge()Rafael J. Wysocki
2013-07-23ACPI / hotplug / PCI: Unified notify handler for hotplug eventsRafael J. Wysocki
2013-07-23ACPI / hotplug / PCI: Hotplug context objects for bridges and functionsRafael J. Wysocki
2013-07-23ACPI / hotplug / PCI: Always return success after adding a functionRafael J. Wysocki
2013-07-23ACPI / hotplug / PCI: Consolidate acpiphp_enumerate_slots()Rafael J. Wysocki
2013-07-23ACPI / PCI: Make bus registration and unregistration symmetricRafael J. Wysocki
2013-07-15ACPI / dock / PCI: Drop ACPI dock notifier chainRafael J. Wysocki
2013-07-15ACPI: simplify acpiphp driver with new helper functionsJiang Liu
2013-06-24ACPI / dock / PCI: Synchronous handling of dock events for PCI devicesRafael J. Wysocki
2013-06-23PCI / ACPI: Use boot-time resource allocation rules during hotplugJiang Liu
2013-05-17PCI: acpiphp: Re-enumerate devices when host bridge receives Bus CheckYinghai Lu
2013-04-16PCI: acpiphp: Protect acpiphp data structures from concurrent updatesJiang Liu
2013-04-16PCI: acpiphp: Use normal list to simplify implementationYijing Wang
2013-04-12PCI: acpiphp: Do not use ACPI PCI subdriver mechanismJiang Liu
2013-04-12PCI: acpiphp: Replace local macros with standard ACPI macrosJiang Liu
2013-04-12PCI: acpiphp: Remove all functions even if function 0 doesn't existJiang Liu
2013-04-12PCI: acpiphp: Use list_for_each_entry_safe() in acpiphp_sanitize_bus()Yijing Wang
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki
2013-02-02PCI: acpiphp: Remove dead code for PCI host bridge hotplugJiang Liu
2013-02-01PCI: acpiphp: Create companion ACPI devices before creating PCI devicesJiang Liu
2013-01-26ACPI / scan: Make it clear that acpi_bus_trim() cannot failRafael J. Wysocki
2013-01-25PCI: acpiphp: Keep driver loaded even if no slots foundYinghai Lu
2013-01-25PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu
2013-01-25PCI/ACPI: acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work()Yinghai Lu
2013-01-25PCI: acpiphp: Add is_hotplug_bridge detectionYinghai Lu
2013-01-19ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() insteadRafael J. Wysocki
2013-01-15ACPI / scan: Drop the second argument of acpi_bus_trim()Rafael J. Wysocki
2013-01-03ACPI: Make acpi_bus_scan() and acpi_bus_add() take only one argumentRafael J. Wysocki
2013-01-03ACPI: Remove the arguments of acpi_bus_add() that are not usedRafael J. Wysocki
2013-01-03ACPI: Remove acpi_start_single_object() and acpi_bus_start()Rafael J. Wysocki
2012-09-24Merge branch 'pci/jiang-acpiphp' into nextBjorn Helgaas
2012-09-24PCI: acpiphp: Handle PCIe ports without native hotplug capabilityJiang Liu
2012-09-24PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi
2012-08-22PCI: Remove unused, commented-out, codeBjorn Helgaas
2012-08-22PCI: acpiphp: Use common pci_stop_and_remove_bus_device()Bjorn Helgaas
2012-08-17PCI: acpiphp: Stop disabling bridges on removeBjorn Helgaas
2012-07-11Merge branch 'pci/yinghai-hotplug-cleanup' into nextBjorn Helgaas
2012-07-10PCI: acpiphp: remove unused res_lockYinghai Lu
2012-06-22Merge branch 'topic/bjorn-trivial' into nextBjorn Helgaas
2012-06-20PCI: acpiphp: check whether _ADR evaluation succeededBjorn Helgaas
2012-06-13PCI: acpiphp: remove all functions in slot, even without ACPI _EJxAmos Kong
2012-06-13PCI: acpiphp: fix function 0 leak when disabling a slotAmos Kong
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu
2012-02-27PCI: make acpihp use __pci_remove_bus_device insteadYinghai Lu
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu