summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/pci_root.c
Commit message (Expand)AuthorAgeFilesLines
...
| * PCI/ACPI: Run _OSC only once for OSPM feature supportBjorn Helgaas2013-09-231-12/+7
| * PCI/ACPI: Split _OSC "support" and "control" flags into separate variablesBjorn Helgaas2013-09-231-17/+18
| * PCI/ACPI: Move _OSC stuff from acpi_pci_root_add() to negotiate_os_control()Bjorn Helgaas2013-09-231-61/+71
| * PCI/ACPI: Drop unnecessary _OSC existence testsBjorn Helgaas2013-09-231-10/+1
| * PCI/ACPI: Name _OSC #defines more consistentlyBjorn Helgaas2013-09-231-10/+9
| * ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORDBjorn Helgaas2013-09-231-7/+7
* | ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routinesRafael J. Wysocki2013-11-071-11/+3
* | ACPI / hotplug: Carry out PCI root eject directlyRafael J. Wysocki2013-11-071-14/+10
* | ACPI / hotplug: Make acpi_bus_hot_remove_device() internalRafael J. Wysocki2013-11-071-0/+2
* | ACPI / hotplug: Simplify device ejection routinesRafael J. Wysocki2013-11-071-18/+2
* | ACPI / hotplug: Fix handle_root_bridge_removal()Rafael J. Wysocki2013-11-071-1/+4
|/
* Merge branch 'pci/misc' into nextBjorn Helgaas2013-08-291-24/+38
|\
| * PCI/ACPI: Fix _OSC ordering to allow PCIe hotplug use when availableNeil Horman2013-08-291-24/+38
* | PCI: Assign resources for hot-added host bridge more aggressivelyYinghai Lu2013-07-251-1/+1
* | PCI: Delay enabling bridges until they're neededYinghai Lu2013-07-251-3/+0
|/
* Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-031-62/+39
|\
| * Merge branch 'pci/jiang-remove-global-list' into nextBjorn Helgaas2013-06-031-58/+36
| |\
| | * PCI/ACPI: Use dev_printk(), acpi_handle_print(), pr_xxx() when possibleJiang Liu2013-05-291-32/+27
| | * PCI/ACPI: Remove unused global list acpi_pci_rootsJiang Liu2013-05-291-18/+1
| | * PCI/ACPI: Introduce "handle" local for economy of expressionJiang Liu2013-05-291-5/+6
| | * PCI/ACPI: Combine duplicate adjacent "if" testsJiang Liu2013-05-291-3/+2
| * | PCI/ACPI: Check acpi_resource_to_address64() return valueBjorn Helgaas2013-05-151-4/+3
| |/
* / PCI: acpiphp: Re-enumerate devices when host bridge receives Bus CheckYinghai Lu2013-05-171-1/+3
|/
* Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-301-2/+2
|\
| * Merge branch 'acpi-assorted'Rafael J. Wysocki2013-04-281-2/+2
| |\
| | * PCI / ACPI: Don't query OSC support with all possible controlsYinghai Lu2013-03-301-2/+2
* | | Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-04-291-47/+1
|\ \ \ | |/ / |/| |
| * | PCI/ACPI: Remove support of ACPI PCI subdriversMyron Stowe2013-04-161-47/+1
| |/
* | Merge tag 'pci-v3.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-051-39/+37
|\ \
| * | Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus"Bjorn Helgaas2013-04-021-39/+37
| |/
* / PCI / ACPI: hold acpi_scan_lock during root bus hotplugYinghai Lu2013-03-271-2/+7
|/
* Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-251-37/+133
|\
| * Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-02-191-18/+0
| |\
| | * PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbersYinghai Lu2013-02-161-18/+0
| * | Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2013-01-261-0/+130
| |\|
| | * PCI/ACPI: Print info if host bridge notify handler installation failsTang Chen2013-01-251-3/+9
| | * PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu2013-01-251-0/+124
| * | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-131-18/+0
| |/
| * Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Bjorn Helgaas2013-01-101-55/+12
| |\
| * | PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu2013-01-071-1/+3
* | | ACPI / PCI: Make PCI root driver use struct acpi_scan_handlerRafael J. Wysocki2013-01-301-23/+15
* | | ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki2013-01-261-2/+2
| |/ |/|
* | ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.cRafael J. Wysocki2013-01-031-31/+0
* | ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()Rafael J. Wysocki2013-01-031-21/+11
* | ACPI: Change the ordering of PCI root bridge driver registrarionRafael J. Wysocki2013-01-031-3/+1
|/
* Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-12-131-70/+95
|\
| * PCI/ACPI: Request _OSC control before scanning PCI root busTaku Izumi2012-11-071-59/+62
| * PCI: Don't pass pci_dev to pci_ext_cfg_avail()Taku Izumi2012-11-071-1/+1
| * PCI/ACPI: Add _PRT interrupt routing info before enumerating devicesBjorn Helgaas2012-11-051-14/+16
| * ACPI: Pass segment/bus to _PRT add/del so they don't depend on pci_busBjorn Helgaas2012-11-051-2/+3