aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-acpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-27PCI/ACPI: Fix pci_acpi_preserve_config() memory leakNirmoy Das1-2/+4
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+1
2025-07-29PCI: Move is_pciehp check out of pciehp_is_native()Lukas Wunner1-4/+1
2025-07-29PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable portsLukas Wunner1-3/+1
2025-06-23Revert "PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()"Zhe Qiao1-13/+10
2025-05-22PCI/ACPI: Fix allocated memory release on error in pci_acpi_scan_root()Zhe Qiao1-10/+13
2024-08-27ACPI: RISC-V: Implement PCI related functionalitySunil V L1-1/+1
2024-08-27arm64: PCI: Migrate ACPI related functions to pci-acpi.cSunil V L1-0/+182
2024-06-03PCI: Move PRESERVE_BOOT_CONFIG _DSM evaluation to pci_register_host_bridge()Vidya Sagar1-0/+22
2023-10-28Merge branch 'pci/pm'Bjorn Helgaas1-1/+1
2023-10-03PCI/ACPI: Use acpi_evaluate_dsm_typed()Andy Shevchenko1-6/+7
2023-09-29PCI/sysfs: Protect driver's D3cold preference from user spaceLukas Wunner1-1/+1
2023-06-23PCI/ACPI: Call _REG when transitioning D-statesMario Limonciello1-0/+22
2023-06-23PCI/ACPI: Validate acpi_pci_set_power_state() parameterBjorn Helgaas1-13/+18
2023-01-13PCI/ACPI: Account for _S0W of the target bridge in acpi_pci_bridge_d3()Rafael J. Wysocki1-14/+31
2022-11-07PCI/ACPI: Use METHOD_NAME__UID instead of plain stringYipeng Zou1-1/+1
2022-07-22PCI/ACPI: Update link to PCI firmware specificationMario Limonciello1-2/+3
2022-05-27Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+30
2022-04-13PCI: ACPI: PM: Power up devices in D3cold before scanning themRafael J. Wysocki1-0/+3
2022-04-04PCI/ACPI: Allow D3 only if Root Port can signal and wake from D3Mario Limonciello1-11/+30
2022-02-04PCI/ACPI: Replace acpi_bus_get_device() with acpi_fetch_acpi_dev()Rafael J. Wysocki1-3/+3
2021-11-02Merge branch 'pm-pci'Rafael J. Wysocki1-53/+21
2021-10-07PCI: ACPI: Check parent pointer in acpi_pci_find_companion()Rafael J. Wysocki1-0/+3
2021-10-05PCI: PM: Make pci_choose_state() call pci_target_state()Rafael J. Wysocki1-3/+0
2021-10-05PCI: PM: Simplify acpi_pci_power_manageable()Rafael J. Wysocki1-3/+1
2021-09-29PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPIRafael J. Wysocki1-22/+20
2021-09-27PCI: ACPI: Drop acpi_pci_busRafael J. Wysocki1-28/+3
2021-09-15PCI/ACPI: Don't reset a fwnode set by OFJean-Philippe Brucker1-1/+1
2021-09-08Merge tag 'acpi-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+74
2021-09-02PCI: VMD: ACPI: Make ACPI companion lookup work for VMD busRafael J. Wysocki1-0/+74
2021-08-18PCI: Change the type of probe argument in reset functionsAmey Narkhede1-2/+2
2021-08-18PCI: Add support for ACPI _RST reset methodShanker Donthineni1-0/+23
2021-08-18PCI: Setup ACPI fwnode early and at the same time with OFShanker Donthineni1-22/+12
2021-08-18PCI: Use acpi_pci_power_manageable()Shanker Donthineni1-8/+10
2021-08-18PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANIONShanker Donthineni1-4/+8
2021-04-01PCI/ACPI: Fix acpi_pci_set_power_state() debug messageRafael J. Wysocki1-1/+1
2020-12-15Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+21
2020-12-11PCI/ACPI: Fix companion lookup for device 0 on the root busRafael J. Wysocki1-1/+21
2020-12-07PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup()Rafael J. Wysocki1-2/+2
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2020-10-06PCI/ACPI: Whitelist hotplug ports for D3 if power managed by ACPILukas Wunner1-0/+10
2020-09-29PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński1-3/+3
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+4
2020-07-10PCI: Treat "external-facing" devices themselves as internalRajat Jain1-5/+4
2020-07-09ACPI: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-05-27PCI: Rename _DSM constants to align with specKrzysztof Wilczyński1-2/+2
2020-05-14PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang1-1/+1
2020-04-02Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2020-03-28PCI/DPC: Add Error Disconnect Recover (EDR) supportKuppuswamy Sathyanarayanan1-0/+2
2020-02-10PCI/ACPI: Move pcie_to_hpx3_type[] from stack to static dataColin Ian King1-1/+1