aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci-acpi.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-28Merge branch 'pci/pm'Gravatar Bjorn Helgaas 1-1/+1
2023-10-03PCI/ACPI: Use acpi_evaluate_dsm_typed()Gravatar Andy Shevchenko 1-6/+7
2023-09-29PCI/sysfs: Protect driver's D3cold preference from user spaceGravatar Lukas Wunner 1-1/+1
2023-06-23PCI/ACPI: Call _REG when transitioning D-statesGravatar Mario Limonciello 1-0/+22
2023-06-23PCI/ACPI: Validate acpi_pci_set_power_state() parameterGravatar Bjorn Helgaas 1-13/+18
2023-01-13PCI/ACPI: Account for _S0W of the target bridge in acpi_pci_bridge_d3()Gravatar Rafael J. Wysocki 1-14/+31
2022-11-07PCI/ACPI: Use METHOD_NAME__UID instead of plain stringGravatar Yipeng Zou 1-1/+1
2022-07-22PCI/ACPI: Update link to PCI firmware specificationGravatar Mario Limonciello 1-2/+3
2022-05-27Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+30
2022-04-13PCI: ACPI: PM: Power up devices in D3cold before scanning themGravatar Rafael J. Wysocki 1-0/+3
2022-04-04PCI/ACPI: Allow D3 only if Root Port can signal and wake from D3Gravatar Mario Limonciello 1-11/+30
2022-02-04PCI/ACPI: Replace acpi_bus_get_device() with acpi_fetch_acpi_dev()Gravatar Rafael J. Wysocki 1-3/+3
2021-11-02Merge branch 'pm-pci'Gravatar Rafael J. Wysocki 1-53/+21
2021-10-07PCI: ACPI: Check parent pointer in acpi_pci_find_companion()Gravatar Rafael J. Wysocki 1-0/+3
2021-10-05PCI: PM: Make pci_choose_state() call pci_target_state()Gravatar Rafael J. Wysocki 1-3/+0
2021-10-05PCI: PM: Simplify acpi_pci_power_manageable()Gravatar Rafael J. Wysocki 1-3/+1
2021-09-29PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPIGravatar Rafael J. Wysocki 1-22/+20
2021-09-27PCI: ACPI: Drop acpi_pci_busGravatar Rafael J. Wysocki 1-28/+3
2021-09-15PCI/ACPI: Don't reset a fwnode set by OFGravatar Jean-Philippe Brucker 1-1/+1
2021-09-08Merge tag 'acpi-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+74
2021-09-02PCI: VMD: ACPI: Make ACPI companion lookup work for VMD busGravatar Rafael J. Wysocki 1-0/+74
2021-08-18PCI: Change the type of probe argument in reset functionsGravatar Amey Narkhede 1-2/+2
2021-08-18PCI: Add support for ACPI _RST reset methodGravatar Shanker Donthineni 1-0/+23
2021-08-18PCI: Setup ACPI fwnode early and at the same time with OFGravatar Shanker Donthineni 1-22/+12
2021-08-18PCI: Use acpi_pci_power_manageable()Gravatar Shanker Donthineni 1-8/+10
2021-08-18PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANIONGravatar Shanker Donthineni 1-4/+8
2021-04-01PCI/ACPI: Fix acpi_pci_set_power_state() debug messageGravatar Rafael J. Wysocki 1-1/+1
2020-12-15Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+21
2020-12-11PCI/ACPI: Fix companion lookup for device 0 on the root busGravatar Rafael J. Wysocki 1-1/+21
2020-12-07PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup()Gravatar Rafael J. Wysocki 1-2/+2
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-3/+3
2020-10-06PCI/ACPI: Whitelist hotplug ports for D3 if power managed by ACPIGravatar Lukas Wunner 1-0/+10
2020-09-29PCI/PM: Rename pci_dev.d3_delay to d3hot_delayGravatar Krzysztof Wilczyński 1-3/+3
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-5/+4
2020-07-10PCI: Treat "external-facing" devices themselves as internalGravatar Rajat Jain 1-5/+4
2020-07-09ACPI: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-3/+3
2020-05-27PCI: Rename _DSM constants to align with specGravatar Krzysztof Wilczyński 1-2/+2
2020-05-14PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Gravatar Yicong Yang 1-1/+1
2020-04-02Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-1/+1
2020-03-28PCI/DPC: Add Error Disconnect Recover (EDR) supportGravatar Kuppuswamy Sathyanarayanan 1-0/+2
2020-02-10PCI/ACPI: Move pcie_to_hpx3_type[] from stack to static dataGravatar Colin Ian King 1-1/+1
2019-09-23Merge branch 'pci/enumeration'Gravatar Bjorn Helgaas 1-31/+378
2019-08-28PCI/ACPI: Remove unnecessary struct hotplug_program_opsGravatar Krzysztof Wilczynski 1-22/+73
2019-08-28PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.cGravatar Krzysztof Wilczynski 1-0/+296
2019-08-28PCI/ACPI: Rename _HPX structs from hpp_* to hpx_*Gravatar Krzysztof Wilczynski 1-14/+14
2019-08-28PCI: Move ASPM declarations to linux/pci.hGravatar Krzysztof Wilczynski 1-1/+0
2019-06-27PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()Gravatar Rafael J. Wysocki 1-0/+9
2019-06-27PCI / ACPI: Add _PR0 dependent devicesGravatar Mika Westerberg 1-0/+2
2019-06-27PCI / ACPI: Use cached ACPI device state to get PCI device power stateGravatar Mika Westerberg 1-1/+2
2019-05-27ACPI/PCI: PM: Add missing wakeup.flags.valid checksGravatar Rafael J. Wysocki 1-1/+2