summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-acpi.c
Commit message (Expand)AuthorAgeFilesLines
* PCI/ACPI: Use METHOD_NAME__UID instead of plain stringYipeng Zou2022-11-071-1/+1
* PCI/ACPI: Update link to PCI firmware specificationMario Limonciello2022-07-221-2/+3
* Merge tag 'pci-v5.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-05-271-11/+30
|\
| * PCI/ACPI: Allow D3 only if Root Port can signal and wake from D3Mario Limonciello2022-04-041-11/+30
* | PCI: ACPI: PM: Power up devices in D3cold before scanning themRafael J. Wysocki2022-04-131-0/+3
|/
* PCI/ACPI: Replace acpi_bus_get_device() with acpi_fetch_acpi_dev()Rafael J. Wysocki2022-02-041-3/+3
* Merge branch 'pm-pci'Rafael J. Wysocki2021-11-021-53/+21
|\
| * PCI: PM: Make pci_choose_state() call pci_target_state()Rafael J. Wysocki2021-10-051-3/+0
| * PCI: PM: Simplify acpi_pci_power_manageable()Rafael J. Wysocki2021-10-051-3/+1
| * PCI: ACPI: PM: Do not use pci_platform_pm_ops for ACPIRafael J. Wysocki2021-09-291-22/+20
| * PCI: ACPI: Drop acpi_pci_busRafael J. Wysocki2021-09-271-28/+3
* | PCI: ACPI: Check parent pointer in acpi_pci_find_companion()Rafael J. Wysocki2021-10-071-0/+3
|/
* PCI/ACPI: Don't reset a fwnode set by OFJean-Philippe Brucker2021-09-151-1/+1
* Merge tag 'acpi-5.15-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-081-0/+74
|\
| * PCI: VMD: ACPI: Make ACPI companion lookup work for VMD busRafael J. Wysocki2021-09-021-0/+74
* | PCI: Change the type of probe argument in reset functionsAmey Narkhede2021-08-181-2/+2
* | PCI: Add support for ACPI _RST reset methodShanker Donthineni2021-08-181-0/+23
* | PCI: Setup ACPI fwnode early and at the same time with OFShanker Donthineni2021-08-181-22/+12
* | PCI: Use acpi_pci_power_manageable()Shanker Donthineni2021-08-181-8/+10
* | PCI: Add pci_set_acpi_fwnode() to set ACPI_COMPANIONShanker Donthineni2021-08-181-4/+8
|/
* PCI/ACPI: Fix acpi_pci_set_power_state() debug messageRafael J. Wysocki2021-04-011-1/+1
* Merge tag 'pci-v5.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-1/+21
|\
| * PCI/ACPI: Fix companion lookup for device 0 on the root busRafael J. Wysocki2020-12-111-1/+21
* | PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup()Rafael J. Wysocki2020-12-071-2/+2
|/
* Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-3/+3
|\
| * PCI/PM: Rename pci_dev.d3_delay to d3hot_delayKrzysztof Wilczyński2020-09-291-3/+3
* | PCI/ACPI: Whitelist hotplug ports for D3 if power managed by ACPILukas Wunner2020-10-061-0/+10
|/
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-5/+4
|\
| * PCI: Treat "external-facing" devices themselves as internalRajat Jain2020-07-101-5/+4
* | ACPI: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-091-3/+3
|/
* PCI: Rename _DSM constants to align with specKrzysztof Wilczyński2020-05-271-2/+2
* PCI: Unify pcie_find_root_port() and pci_find_pcie_root_port()Yicong Yang2020-05-141-1/+1
* Merge branch 'pci/misc'Bjorn Helgaas2020-04-021-1/+1
|\
| * PCI/ACPI: Move pcie_to_hpx3_type[] from stack to static dataColin Ian King2020-02-101-1/+1
* | PCI/DPC: Add Error Disconnect Recover (EDR) supportKuppuswamy Sathyanarayanan2020-03-281-0/+2
|/
* Merge branch 'pci/enumeration'Bjorn Helgaas2019-09-231-31/+378
|\
| * PCI/ACPI: Remove unnecessary struct hotplug_program_opsKrzysztof Wilczynski2019-08-281-22/+73
| * PCI/ACPI: Move _HPP & _HPX functions to pci-acpi.cKrzysztof Wilczynski2019-08-281-0/+296
| * PCI/ACPI: Rename _HPX structs from hpp_* to hpx_*Krzysztof Wilczynski2019-08-281-14/+14
* | PCI: Move ASPM declarations to linux/pci.hKrzysztof Wilczynski2019-08-281-1/+0
|/
* PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()Rafael J. Wysocki2019-06-271-0/+9
* PCI / ACPI: Add _PR0 dependent devicesMika Westerberg2019-06-271-0/+2
* PCI / ACPI: Use cached ACPI device state to get PCI device power stateMika Westerberg2019-06-271-1/+2
* ACPI/PCI: PM: Add missing wakeup.flags.valid checksRafael J. Wysocki2019-05-271-1/+2
* Merge branch 'pci/printk'Bjorn Helgaas2019-05-131-7/+4
|\
| * PCI: Replace printk(KERN_INFO) with pr_info(), etcMohan Kumar2019-05-091-7/+4
* | PCI/ACPI: Implement _HPX Type 3 Setting RecordAlexandru Gagniuc2019-04-231-0/+63
* | PCI/ACPI: Remove the need for 'struct hotplug_params'Alexandru Gagniuc2019-04-231-50/+58
* | PCI/ACPI: Do not export pci_get_hp_params()Alexandru Gagniuc2019-04-231-1/+0
|/
* PCI / ACPI: Identify untrusted PCI devicesMika Westerberg2018-12-051-0/+19