aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/acpi_pcihp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-07-22PCI hotplug: Rename is_ejectable which also exists in dock.cThomas Renninger1-3/+3
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-24PCI: PCIe: Ask BIOS for control of all native services at onceRafael J. Wysocki1-3/+1
2010-08-24ACPI/PCI: Negotiate _OSC control bits before requesting them Rafael J. Wysocki1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-2/+3
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming1-1/+1
2009-11-06PCI hotplug: fix oshp evaluationKenji Kaneshige1-2/+3
2009-09-14PCI hotplug: clean up acpi_run_hpp()Bjorn Helgaas1-62/+22
2009-09-14PCI hotplug: acpiphp: use generic pci_configure_slot()Bjorn Helgaas1-5/+4
2009-09-14PCI hotplug: clean up acpi_get_hp_params_from_firmware() interfaceBjorn Helgaas1-7/+7
2009-09-14PCI Hotplug: convert acpi_pci_detect_ejectable() to take an acpi_handleAlex Chiang1-6/+6
2009-06-17ACPI: Introduce acpi_is_root_bridge()Alexander Chiang1-38/+2
2009-03-20PCI hotplug: fix wrong assumption in acpi_get_hp_hw_control_from_firmwareKenji Kaneshige1-22/+12
2009-03-20PCI hotplug: fix wrong assumption in acpi_get_hp_params_from_firmwareKenji Kaneshige1-11/+6
2009-03-19PCI/ACPI: rename pci_osc_control_set()Kenji Kaneshige1-3/+2
2009-01-09Merge branch 'linus' into releaseLen Brown1-0/+69
2009-01-07PCI hotplug: introduce functions for ACPI slot detectionKenji Kaneshige1-0/+69
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming1-1/+0
2008-08-18PCI: add acpi_find_root_bridge_handleJiri Slaby1-4/+1
2008-08-18PCI: acpi_pcihp: run _OSC on a root bridgeJiri Slaby1-12/+29
2008-06-10shpchp: check firmware before taking controlKenji Kaneshige1-4/+81
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-12/+12
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Greg Kroah-Hartman1-1/+1
2006-06-19[PATCH] acpi_pcihp: Add support for _HPXKenji Kaneshige1-8/+180
2006-06-19[PATCH] acpi_pcihp: Remove improper error message about OSHPKenji Kaneshige1-2/+19
2006-06-19[PATCH] acpi_pcihp: Fix programming _HPP valuesKenji Kaneshige1-10/+24
2006-06-19[PATCH] PCI Hotplug: don't use acpi_os_freeKristen Accardi1-8/+8
2006-03-23[PATCH] acpiphp: fix acpi_path_nameMUNEDA Takahiro1-35/+19
2006-03-23[PATCH] PCI Hotplug: add common acpi functions to coreKristen Accardi1-0/+227