aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/cpqphp_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-24PCI: Remove unnecessary curly bracesQuentin Lambert1-2/+1
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-4/+2
2014-06-10PCI: Whitespace cleanupRyan Desfosses1-3/+3
2014-02-12PCI: cpqphp: Fix hex vs decimal typo in cpqhpc_probe()Dan Carpenter1-2/+2
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas1-2/+2
2012-07-16PCI: hotplug: ensure a consistent return value in error caseJulia Lawall1-4/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-07-22PCI hotplug: cpqphp: use pci_dev->vendorSergei Shtylyov1-2/+3
2011-07-22PCI hotplug: cpqphp: use pci_dev->subsystem_{vendor|device}Sergei Shtylyov1-10/+2
2010-06-11PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby1-0/+7
2010-05-21Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-2/+1
2010-05-18PCI hotplug: Use kmemdupJulia Lawall1-2/+1
2010-03-16Fix typos in commentsThomas Weber1-1/+1
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox1-40/+17
2009-06-16PCI hotplug: remove redundant .owner initializationsKenji Kaneshige1-1/+0
2009-06-11PCI Hotplug: cpqphp: clean up accesses to pcibios_get_irq_routing_table()Alex Chiang1-41/+31
2009-06-11PCI Hotplug: cpqphp: refactor cpqhp_probeAlex Chiang1-197/+185
2009-06-11PCI Hotplug: cpqphp: eliminate stray bracesAlex Chiang1-33/+22
2009-06-11PCI Hotplug: cpqphp: remove useless prototypes in cpqphp_core.cAlex Chiang1-237/+224
2009-06-11PCI Hotplug: cpqphp: fix comment styleAlex Chiang1-73/+84
2009-06-11PCI Hotplug: cpqphp: stray whitespace cleanupsAlex Chiang1-34/+22
2008-12-29x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput1-1/+1
2008-10-23PCI hotplug: cpqphp: fix kernel NULL pointer dereferenceKenji Kaneshige1-1/+1
2008-10-22PCI: cpqphp: stop managing hotplug_slot->nameAlex Chiang1-23/+19
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang1-1/+2
2008-06-10PCI: introduce pci_slotAlex Chiang1-1/+3
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-19/+19
2007-11-28pci hotplug: kernel-doc fixesRandy Dunlap1-19/+22
2007-10-12cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for readAuke Kok1-1/+1
2007-10-11i386: move pciThomas Gleixner1-1/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-7/+5
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Greg Kroah-Hartman1-0/+1
2006-07-02[PATCH] irq-flags: pci: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] 64bit resource: fix up printks for resources in pci core and hotplug driversGreg Kroah-Hartman1-5/+5
2006-03-23[PATCH] PCI: kzalloc() conversion in drivers/pciEric Sesterhenn1-9/+4
2006-03-23[PATCH] PCI hotplug: convert semaphores to mutexIngo Molnar1-7/+7
2006-01-09[PATCH] PCI Hotplug: fix up the sysfs file in the compaq pci hotplug driverGreg Kroah-Hartman1-1/+5
2006-01-09[PATCH] PCI: Reduce nr of ptr derefs in drivers/pci/hotplug/cpqphp_core.cJesper Juhl1-54/+67
2005-10-28[PATCH] cpqphp: add pci_enable_device()Bjorn Helgaas1-5/+19
2005-06-27[PATCH] cpqphp: fix oops during unload without probeKeith Moore1-2/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1509