summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-acpi.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Use pci_is_bridge() to simplify codeYijing Wang2014-05-271-7/+1
* Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-241-11/+6
|\
| * Merge branch 'acpi-hotplug'Rafael J. Wysocki2014-01-121-8/+6
| |\
| | * ACPI / bind: Rework struct acpi_bus_typeRafael J. Wysocki2013-12-071-9/+3
| | * PCI / ACPI: Use acpi_find_child_device() for child devices lookupRafael J. Wysocki2013-12-071-6/+10
| * | Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-121-3/+0
| |\|
| | * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-071-3/+0
* | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-221-1/+1
|\ \ \ | |/ / |/| |
| * | PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2013-12-091-1/+1
| |/
* / PCI / ACPI: Install wakeup notify handlers for all PCI devs with ACPIRafael J. Wysocki2013-12-291-9/+12
|/
* Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-11-221-1/+1
|\
| * PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-1/+1
* | ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki2013-11-141-3/+3
|/
* pci-acpi: convert acpi_get_handle() to acpi_has_method()Zhang Rui2013-09-241-2/+1
* PCI / ACPI / PM: Clear pme_poll for devices in D3cold on wakeupRafael J. Wysocki2013-09-201-3/+3
* Merge branch 'acpi-pci-hotplug'Rafael J. Wysocki2013-08-271-13/+5
|\
| * PCI / ACPI: Use dev_dbg() instead of dev_info() in acpi_pci_set_power_state()Lan Tianyu2013-08-011-1/+1
| * ACPI / PCI: Make bus registration and unregistration symmetricRafael J. Wysocki2013-07-231-12/+4
* | ACPI: Try harder to resolve _ADR collisions for bridgesRafael J. Wysocki2013-08-071-4/+11
|/
* PCI / ACPI / PM: Use correct power state strings in messagesRafael J. Wysocki2013-06-141-3/+3
* PCI: Replace printks with appropriate pr_*()Yijing Wang2013-05-281-2/+2
* Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-291-0/+30
|\
| * PCI: acpiphp: Do not use ACPI PCI subdriver mechanismJiang Liu2013-04-121-0/+3
| * PCI/ACPI: Handle PCI slot devices when creating/destroying PCI busesJiang Liu2013-04-121-2/+5
| * PCI/ACPI: Prepare stub functions to handle ACPI PCI (hotplug) slotsJiang Liu2013-04-121-0/+24
* | PCI/ACPI: Always resume devices on ACPI wakeup notificationsRafael J. Wysocki2013-04-031-7/+8
|/
* ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki2013-03-041-1/+7
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-251-43/+0
|\
| * Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-02-191-24/+0
| |\
| | * PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbersYinghai Lu2013-02-161-24/+0
| * | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-131-19/+0
| |/
* / ACPI / PM: Rework the handling of devices depending on power resourcesRafael J. Wysocki2013-01-171-2/+0
|/
* ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.cRafael J. Wysocki2013-01-031-8/+36
* ACPI / PCI: Rework the setup and cleanup of device wakeupRafael J. Wysocki2013-01-031-1/+29
* ACPI / PM: Move routines for adding/removing device wakeup notifiersRafael J. Wysocki2012-11-151-67/+4
* PM / ACPI: Take device PM QoS flags into accountRafael J. Wysocki2012-10-241-1/+7
* PCI / PM: Fix D3/D3cold/D4 messages printed by acpi_pci_set_power_state()Rafael J. Wysocki2012-08-151-2/+2
* Merge branch 'topic/huang-d3cold-v7' into nextBjorn Helgaas2012-06-231-3/+19
|\
| * PCI/PM: add PCIe runtime D3cold supportHuang Ying2012-06-231-4/+19
| * ACPI/PM: specify lowest allowed state for device sleep stateHuang Ying2012-06-231-1/+2
* | PCI/ACPI: provide MMCONFIG address for PCI host bridgesJiang Liu2012-06-221-0/+14
|/
* ACPI / PCI / PM: Fix device PM regression related to D3hot/D3coldRafael J. Wysocki2012-05-171-1/+1
* ACPI: Fix D3hot v D3cold confusionLin Ming2012-05-051-2/+2
* ACPI, PCI: Move acpi_dev_run_wake() to ACPI coreLin Ming2012-03-301-37/+3
* PCI/ACPI/PM: Avoid resuming devices that don't signal PMERafael J. Wysocki2011-12-051-4/+8
* PCI: Rework ASPM disable codeMatthew Garrett2011-12-051-1/+0
* PCI / PM: Remove unnecessary error variable from acpi_dev_run_wake()Rafael J. Wysocki2011-10-141-2/+1
* PCI / PM: Extend PME polling to all PCI devicesRafael J. Wysocki2011-10-141-0/+3
* ACPI: Add D3 cold stateLin Ming2011-05-291-0/+2
* ACPI: Remove the wakeup.run_wake_count device fieldRafael J. Wysocki2011-02-241-12/+4