aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/acpi_pcihp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-26PCI: shpchp: Separate existence of SHPC and permission to use itBjorn Helgaas1-17/+19
2018-06-26PCI: shpchp: Manage SHPC unconditionally on non-ACPI systemsBjorn Helgaas1-1/+9
2018-06-04PCI: shpchp: Add shpchp_is_native()Mika Westerberg1-2/+2
2018-06-02PCI: shpchp: Use dev_printk() for OSHP-related messagesBjorn Helgaas1-7/+6
2018-06-02PCI: shpchp: Remove acpi_get_hp_hw_control_from_firmware() flagsMika Westerberg1-2/+1
2018-06-02PCI: shpchp: Rely on previous _OSC resultsMika Westerberg1-19/+10
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas1-15/+1
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa1-5/+5
2014-09-25Merge branches 'pci/enumeration', 'pci/virtualization' and 'pci/cleanup' into nextBjorn Helgaas1-1/+2
2014-09-24PCI: Remove assignment from "if" conditionsQuentin Lambert1-1/+2
2014-09-12PCI: Move pci_get_hp_params() to drivers/pci/pci-acpi.cBjorn Helgaas1-251/+0
2013-11-14ACPI: Eliminate the DEVICE_ACPI_HANDLE() macroRafael J. Wysocki1-1/+1
2013-11-14Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2013-09-23PCI/ACPI: Name _OSC #defines more consistentlyBjorn Helgaas1-1/+1
2013-09-24acpi_pcihp: convert acpi_get_handle() to acpi_has_method()Zhang Rui1-5/+2
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