aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/acpi_pcihp.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroGravatar Rafael J. Wysocki 1-1/+1
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2013-09-23PCI/ACPI: Name _OSC #defines more consistentlyGravatar Bjorn Helgaas 1-1/+1
2013-09-24acpi_pcihp: convert acpi_get_handle() to acpi_has_method()Gravatar Zhang Rui 1-5/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2011-07-22PCI hotplug: Rename is_ejectable which also exists in dock.cGravatar Thomas Renninger 1-3/+3
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-08-24PCI: PCIe: Ask BIOS for control of all native services at onceGravatar Rafael J. Wysocki 1-3/+1
2010-08-24ACPI/PCI: Negotiate _OSC control bits before requesting them Gravatar Rafael J. Wysocki 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-2/+3
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceGravatar Lin Ming 1-1/+1
2009-11-06PCI hotplug: fix oshp evaluationGravatar Kenji Kaneshige 1-2/+3
2009-09-14PCI hotplug: clean up acpi_run_hpp()Gravatar Bjorn Helgaas 1-62/+22
2009-09-14PCI hotplug: acpiphp: use generic pci_configure_slot()Gravatar Bjorn Helgaas 1-5/+4
2009-09-14PCI hotplug: clean up acpi_get_hp_params_from_firmware() interfaceGravatar Bjorn Helgaas 1-7/+7
2009-09-14PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handleGravatar Alex Chiang 1-6/+6
2009-06-17ACPI: Introduce acpi_is_root_bridge()Gravatar Alexander Chiang 1-38/+2
2009-03-20PCI hotplug: fix wrong assumption in acpi_get_hp_hw_control_from_firmwareGravatar Kenji Kaneshige 1-22/+12
2009-03-20PCI hotplug: fix wrong assumption in acpi_get_hp_params_from_firmwareGravatar Kenji Kaneshige 1-11/+6
2009-03-19PCI/ACPI: rename pci_osc_control_set()Gravatar Kenji Kaneshige 1-3/+2
2009-01-09Merge branch 'linus' into releaseGravatar Len Brown 1-0/+69
2009-01-07PCI hotplug: introduce functions for ACPI slot detectionGravatar Kenji Kaneshige 1-0/+69
2008-12-31ACPI: remove private acpica headers from driver filesGravatar Lin Ming 1-1/+0
2008-08-18PCI: add acpi_find_root_bridge_handleGravatar Jiri Slaby 1-4/+1
2008-08-18PCI: acpi_pcihp: run _OSC on a root bridgeGravatar Jiri Slaby 1-12/+29
2008-06-10shpchp: check firmware before taking controlGravatar Kenji Kaneshige 1-4/+81
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-12/+12
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Gravatar Greg Kroah-Hartman 1-1/+1
2006-06-19[PATCH] acpi_pcihp: Add support for _HPXGravatar Kenji Kaneshige 1-8/+180
2006-06-19[PATCH] acpi_pcihp: Remove improper error message about OSHPGravatar Kenji Kaneshige 1-2/+19
2006-06-19[PATCH] acpi_pcihp: Fix programming _HPP valuesGravatar Kenji Kaneshige 1-10/+24
2006-06-19[PATCH] PCI Hotplug: don't use acpi_os_freeGravatar Kristen Accardi 1-8/+8
2006-03-23[PATCH] acpiphp: fix acpi_path_nameGravatar MUNEDA Takahiro 1-35/+19
2006-03-23[PATCH] PCI Hotplug: add common acpi functions to coreGravatar Kristen Accardi 1-0/+227