aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/pci_slot.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-16ACPI: use %pe for better readability of errors while printingGravatar Onkarnath 1-1/+1
2020-09-25ACPI: PCI: Remove unused ACPICA debug codeGravatar Hanjun Guo 1-3/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 491Gravatar Thomas Gleixner 1-9/+1
2017-09-14dmi: Mark all struct dmi_system_id instances constGravatar Christoph Hellwig 1-1/+1
2016-07-16ACPI / PCI: make pci_slot explicitly non-modularGravatar Paul Gortmaker 1-8/+0
2016-06-22ACPI / PCI: pci_slot: Use generic pr_debug utilityGravatar Joe Perches 1-14/+7
2016-06-22ACPI / PCI: pci_slot: Use more common logging styleGravatar Joe Perches 1-15/+13
2015-07-08ACPI: Remove FSF mailing addressesGravatar Jarkko Nikula 1-4/+0
2014-01-06ACPI / PCI: Include appropriate header file in pci_slot.cGravatar Rashika 1-0/+1
2013-07-23ACPI / PCI: Make bus registration and unregistration symmetricGravatar Rafael J. Wysocki 1-5/+9
2013-04-12PCI/ACPI: Handle PCI slot devices when creating/destroying PCI busesGravatar Jiang Liu 1-146/+24
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-12/+1
2013-02-15ACPI / PCI: Make pci_slot built-in only, not a moduleGravatar Jiang Liu 1-12/+1
2013-02-13ACPI / PCI: pci_slot: replace printk(KERN_xxx) with pr_xxx()Gravatar Jiang Liu 1-4/+3
2012-09-24PCI/ACPI: Use acpi_pci_root info rather than looking it up againGravatar Taku Izumi 1-30/+5
2012-09-24PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceGravatar Taku Izumi 1-5/+6
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 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-11-24ACPICA: Add post-order callback to acpi_walk_namespaceGravatar Lin Ming 1-4/+4
2009-09-19Merge branch 'misc-2.6.32' into releaseGravatar Len Brown 1-0/+1
2009-09-19ACPI: linux/acpi.h should not include linux/dmi.hGravatar Len Brown 1-0/+1
2009-08-31ACPI: pci_slot.ko wants a 64-bit _SUNGravatar Alex Chiang 1-2/+2
2009-04-06PCI: pci_slot: grab refcount on slot's busGravatar Alex Chiang 1-0/+5
2008-10-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Gravatar Linus Torvalds 1-5/+5
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramGravatar Alex Chiang 1-1/+1
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsGravatar Matthew Wilcox 1-5/+5
2008-07-28PCI: fix bogus "'device' may be used uninitialized" warning in pci_slotGravatar Matthew Wilcox 1-11/+7
2008-07-22PCI hotplug: fix error path in pci_slot's register_slotGravatar Alex Chiang 1-2/+3
2008-06-10PCI: ACPI PCI slot detection driverGravatar Alex Chiang 1-0/+368