aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/pci_hotplug_core.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsGravatar Bjorn Helgaas 1-4/+4
2013-04-17PCI: Remove __must_check from definitionsGravatar Bjorn Helgaas 1-2/+2
2013-04-15PCI: Remove unused variablesGravatar Bjorn Helgaas 1-2/+0
2013-04-15PCI: Move cpci_hotplug_init() proto to header fileGravatar Bjorn Helgaas 1-8/+1
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-1/+0
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreGravatar Matthew Wilcox 1-132/+0
2009-11-04PCI hotplug: change PCI nomenclatureGravatar Stefan Assmann 1-11/+11
2009-09-09PCI hotplug: add support for 5.0G link speedGravatar Kenji Kaneshige 1-0/+1
2009-09-09PCI hotplug: fix typo in pcie link speed infoGravatar Kenji Kaneshige 1-1/+1
2009-06-29PCI: fix kernel-doc warningsGravatar Randy Dunlap 1-0/+2
2009-06-16PCI hotplug: create symlink to hotplug driver moduleGravatar Kenji Kaneshige 1-7/+16
2009-06-16PCI hotplug: fix return value of has_foo() functionsGravatar Kenji Kaneshige 1-64/+68
2008-10-22PCI: Hotplug core: remove 'name'Gravatar Alex Chiang 1-3/+3
2008-10-22PCI: prevent duplicate slot namesGravatar Alex Chiang 1-25/+1
2008-10-22PCI Hotplug: serialize pci_hp_register and pci_hp_deregisterGravatar Kenji Kaneshige 1-23/+28
2008-10-22PCI: update pci_create_slot() to take a 'hotplug' paramGravatar Alex Chiang 1-1/+1
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceGravatar Alex Chiang 1-7/+8
2008-10-20PCI hotplug: fix get_##name return value problemGravatar Kenji Kaneshige 1-1/+1
2008-10-20PCI: fix hotplug get_##name return value problemGravatar Zhao, Yu 1-7/+7
2008-06-25Remove unnecessary 'tmp' variable from pci_hp_register().Gravatar Kenji Kaneshige 1-3/+1
2008-06-25PCI: fixup kdoc blocks for hotplug functionsGravatar Jesse Barnes 1-2/+4
2008-06-10PCI: ACPI PCI slot detection driverGravatar Alex Chiang 1-0/+16
2008-06-10PCI: introduce pci_slotGravatar Alex Chiang 1-159/+99
2008-05-27pci hotplug core: add check of duplicate slot nameGravatar Kenji Kaneshige 1-1/+6
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-02-01PCI: Add missing "space" in printk messagesGravatar Joe Perches 1-1/+1
2008-02-01PCI: hotplug: pci_hotplug_core whitespace fixGravatar Alex Chiang 1-1/+1
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Gravatar Greg Kroah-Hartman 1-1/+1
2008-01-24driver core: add way to get to bus ksetGravatar Greg Kroah-Hartman 1-1/+4
2008-01-24Kobject: change drivers/pci/hotplug/pci_hotplug_core.c to use kobject_init_an...Gravatar Greg Kroah-Hartman 1-7/+7
2008-01-24kset: convert pci hotplug to use kset_create_and_addGravatar Greg Kroah-Hartman 1-12/+11
2008-01-24kobject: remove struct kobj_type from struct ksetGravatar Greg Kroah-Hartman 1-3/+4
2007-10-15Get rid of unused variable warning in drivers/pci/hotplug/pci_hotplug_core.cGravatar Linus Torvalds 1-2/+0
2007-10-12sysfs: kill sysfs_update_file()Gravatar Tejun Heo 1-60/+0
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2007-05-02remove "struct subsystem" as it is no longer neededGravatar Greg Kroah-Hartman 1-2/+2
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Gravatar Greg Kroah-Hartman 1-4/+3
2006-10-18change pci hotplug subsystem maintainer to KristenGravatar Kristen Carlson Accardi 1-3/+1
2006-09-26PCI Hotplug: fix __must_check warningsGravatar Greg Kroah-Hartman 1-31/+126
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-06-20[PATCH] sysfs: (driver/pci) if show/store is missing return -EIOGravatar Dmitry Torokhov 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+715