aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/pci_slot.c
AgeCommit message (Expand)Author
2013-04-12PCI/ACPI: Handle PCI slot devices when creating/destroying PCI busesJiang Liu
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-02-15ACPI / PCI: Make pci_slot built-in only, not a moduleJiang Liu
2013-02-13ACPI / PCI: pci_slot: replace printk(KERN_xxx) with pr_xxx()Jiang Liu
2012-09-24PCI/ACPI: Use acpi_pci_root info rather than looking it up againTaku Izumi
2012-09-24PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interfaceTaku Izumi
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-11-24ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming
2009-09-19Merge branch 'misc-2.6.32' into releaseLen Brown
2009-09-19ACPI: linux/acpi.h should not include linux/dmi.hLen Brown
2009-08-31ACPI: pci_slot.ko wants a 64-bit _SUNAlex Chiang
2009-04-06PCI: pci_slot: grab refcount on slot's busAlex Chiang
2008-10-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramAlex Chiang
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox
2008-07-28PCI: fix bogus "'device' may be used uninitialized" warning in pci_slotMatthew Wilcox
2008-07-22PCI hotplug: fix error path in pci_slot's register_slotAlex Chiang
2008-06-10PCI: ACPI PCI slot detection driverAlex Chiang