summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-acpi.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: shpchp: Add shpchp_is_native()Mika Westerberg2018-06-041-0/+29
* PCI: pciehp: Make pciehp_is_native() stricterMika Westerberg2018-06-021-12/+14
* PCI: Tidy commentsBjorn Helgaas2018-03-191-2/+1
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-0/+1
|\
| * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-261-0/+1
* | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-181-1/+1
|/
* ACPI / PCI: Bail early in acpi_pci_add_bus() if there is no ACPI handleVitaly Kuznetsov2017-10-051-1/+1
* ACPI / PCI / PM: Rework acpi_pci_propagate_wakeup()Rafael J. Wysocki2017-08-011-2/+2
* PM / core: Drop run_wake flag from struct dev_pm_infoRafael J. Wysocki2017-06-281-4/+1
* PCI / PM: Simplify device wakeup settings codeRafael J. Wysocki2017-06-281-2/+1
* PCI / PM: Drop pme_interrupt flag from struct pci_devRafael J. Wysocki2017-06-281-53/+15
* ACPI / PM: Consolidate device wakeup settings codeRafael J. Wysocki2017-06-281-6/+6
* ACPI / PM: Drop run_wake from struct acpi_device_wakeup_flagsRafael J. Wysocki2017-06-281-2/+1
* Merge branch 'uuid-types'Rafael J. Wysocki2017-06-221-7/+6
|\
| * ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2017-06-071-7/+6
* | ACPI / PM: Run wakeup notify handlers synchronouslyRafael J. Wysocki2017-06-151-10/+7
|/
* Merge branch 'pci/pm' into nextBjorn Helgaas2016-12-121-0/+24
|\
| * ACPI / hotplug / PCI: Make device_is_managed_by_native_pciehp() publicLukas Wunner2016-11-171-0/+24
* | PCI/ACPI: Provide acpi_get_rc_resources() for ARM64 platformDongdong Liu2016-12-061-0/+76
|/
* PCI: Query platform firmware for device power stateLukas Wunner2016-09-281-0/+22
* Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-121-1/+1
|\
| * PCI / PM: constify pci_platform_pm_ops structureJulia Lawall2015-12-091-1/+1
* | acpi: pci: Setup MSI domain for ACPI based pci devicesSuravee Suthikulpanit2015-12-211-0/+42
|/
* PCI / ACPI: Fix pci_acpi_optimize_delay() commentSrinidhi Kasagar2015-07-151-1/+1
* ACPI / PM: Rework device power management to follow ACPI 6Rafael J. Wysocki2015-05-161-1/+1
* Merge tag 'pci-v4.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-04-131-0/+83
|\
| * PCI/ACPI: Optimize device state transition delaysAaron Lu2015-04-081-0/+74
| * PCI: Make a shareable UUID for PCI firmware ACPI _DSMAaron Lu2015-04-081-0/+9
* | PCI: Don't look for ACPI hotplug parameters if ACPI is disabledBjorn Helgaas2015-04-081-0/+3
|/
* PCI / PM: Avoid resuming PCI devices during system suspendRafael J. Wysocki2015-01-231-0/+17
* PCI: Delete unnecessary NULL pointer checksMarkus Elfring2014-11-101-2/+1
* PCI: Shuffle pci-acpi.c functions to group them logicallyBjorn Helgaas2014-09-121-67/+67
* PCI: Whitespace cleanup in pci-acpi.cBjorn Helgaas2014-09-121-10/+8
* PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.cBjorn Helgaas2014-09-121-0/+250
*-. Merge branches 'acpi-pnp' and 'acpi-pci'Rafael J. Wysocki2014-07-271-9/+7
|\ \
| | * ACPI / PCI: Use ACPI_COMPANION() instead of ACPI_HANDLE()Rafael J. Wysocki2014-07-241-9/+7
| |/
* / ACPI / PM: Revork the handling of ACPI device wakeup notificationsRafael J. Wysocki2014-07-231-40/+20
|/
* 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
|/