aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/pci_root.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-07ACPI / hotplug: Consolidate deferred execution of ACPI hotplug routinesRafael J. Wysocki1-11/+3
2013-11-07ACPI / hotplug: Carry out PCI root eject directlyRafael J. Wysocki1-14/+10
2013-11-07ACPI / hotplug: Make acpi_bus_hot_remove_device() internalRafael J. Wysocki1-0/+2
2013-11-07ACPI / hotplug: Simplify device ejection routinesRafael J. Wysocki1-18/+2
2013-11-07ACPI / hotplug: Fix handle_root_bridge_removal()Rafael J. Wysocki1-1/+4
2013-09-23PCI/ACPI: Decode _OSC bitmasks symbolicallyBjorn Helgaas1-17/+67
2013-09-23PCI/ACPI: Separate out _OSC "we don't support enough services" pathBjorn Helgaas1-42/+42
2013-09-23PCI/ACPI: Separate out _OSC "PCIe port services disabled" pathBjorn Helgaas1-2/+6
2013-09-23PCI/ACPI: Skip _OSC control tests if _OSC support call failedBjorn Helgaas1-5/+5
2013-09-23PCI/ACPI: Run _OSC only once for OSPM feature supportBjorn Helgaas1-12/+7
2013-09-23PCI/ACPI: Split _OSC "support" and "control" flags into separate variablesBjorn Helgaas1-17/+18
2013-09-23PCI/ACPI: Move _OSC stuff from acpi_pci_root_add() to negotiate_os_control()Bjorn Helgaas1-61/+71
2013-09-23PCI/ACPI: Drop unnecessary _OSC existence testsBjorn Helgaas1-10/+1
2013-09-23PCI/ACPI: Name _OSC #defines more consistentlyBjorn Helgaas1-10/+9
2013-09-23ACPI: Rename OSC_QUERY_TYPE to OSC_QUERY_DWORDBjorn Helgaas1-7/+7
2013-08-29Merge branch 'pci/misc' into nextBjorn Helgaas1-24/+38
2013-08-29PCI/ACPI: Fix _OSC ordering to allow PCIe hotplug use when availableNeil Horman1-24/+38
2013-07-25PCI: Assign resources for hot-added host bridge more aggressivelyYinghai Lu1-1/+1
2013-07-25PCI: Delay enabling bridges until they're neededYinghai Lu1-3/+0
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-62/+39
2013-06-03Merge branch 'pci/jiang-remove-global-list' into nextBjorn Helgaas1-58/+36
2013-05-29PCI/ACPI: Use dev_printk(), acpi_handle_print(), pr_xxx() when possibleJiang Liu1-32/+27
2013-05-29PCI/ACPI: Remove unused global list acpi_pci_rootsJiang Liu1-18/+1
2013-05-29PCI/ACPI: Introduce "handle" local for economy of expressionJiang Liu1-5/+6
2013-05-29PCI/ACPI: Combine duplicate adjacent "if" testsJiang Liu1-3/+2
2013-05-17PCI: acpiphp: Re-enumerate devices when host bridge receives Bus CheckYinghai Lu1-1/+3
2013-05-15PCI/ACPI: Check acpi_resource_to_address64() return valueBjorn Helgaas1-4/+3
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2013-04-29Merge tag 'pci-v3.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-47/+1
2013-04-28Merge branch 'acpi-assorted'Rafael J. Wysocki1-2/+2
2013-04-16PCI/ACPI: Remove support of ACPI PCI subdriversMyron Stowe1-47/+1
2013-04-05Merge tag 'pci-v3.9-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-39/+37
2013-04-02Revert "PCI/ACPI: Request _OSC control before scanning PCI root bus"Bjorn Helgaas1-39/+37
2013-03-30PCI / ACPI: Don't query OSC support with all possible controlsYinghai Lu1-2/+2
2013-03-27PCI / ACPI: hold acpi_scan_lock during root bus hotplugYinghai Lu1-2/+7
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-37/+133
2013-02-19Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas1-18/+0
2013-02-16PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbersYinghai Lu1-18/+0
2013-01-30ACPI / PCI: Make PCI root driver use struct acpi_scan_handlerRafael J. Wysocki1-23/+15
2013-01-26Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas1-0/+130
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-2/+2
2013-01-25PCI/ACPI: Print info if host bridge notify handler installation failsTang Chen1-3/+9
2013-01-25PCI: acpiphp: Move host bridge hotplug to pci_root.cYinghai Lu1-0/+124
2013-01-13ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki1-18/+0
2013-01-10Merge branch 'acpi-scan' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into pci/yinghai-survey-resources+acpi-scanBjorn Helgaas1-55/+12
2013-01-07PCI/ACPI: Reserve firmware-allocated resources for hot-added root busesYinghai Lu1-1/+3
2013-01-03ACPI / PCI: Move the _PRT setup and cleanup code to pci-acpi.cRafael J. Wysocki1-31/+0
2013-01-03ACPI / PCI: Fold acpi_pci_root_start() into acpi_pci_root_add()Rafael J. Wysocki1-21/+11
2013-01-03ACPI: Change the ordering of PCI root bridge driver registrarionRafael J. Wysocki1-3/+1
2012-12-13Merge tag 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-70/+95