aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/cpqphp_core.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-30PCI: Remove unnecessary returnsGravatar Krzysztof Wilczynski 1-1/+0
2018-10-02PCI: cpqphp: Remove set but not used variable 'physical_slot'Gravatar YueHaibing 1-2/+0
2018-09-18PCI: hotplug: Embed hotplug_slotGravatar Lukas Wunner 1-25/+12
2018-09-18PCI: hotplug: Drop hotplug_slot_infoGravatar Lukas Wunner 1-21/+1
2018-09-18PCI: hotplug: Constify hotplug_slot_opsGravatar Lukas Wunner 1-1/+1
2018-07-23PCI: hotplug: Demidlayer registration with the coreGravatar Lukas Wunner 1-13/+3
2018-02-01Merge branch 'pci/spdx' into nextGravatar Bjorn Helgaas 1-15/+1
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateGravatar Bjorn Helgaas 1-15/+1
2018-01-18PCI: Add wrappers for dev_printk()Gravatar Frederick Lawler 1-1/+1
2018-01-17PCI: Remove unnecessary messages for memory allocation failuresGravatar Markus Elfring 1-1/+0
2017-11-06PCI: cpqphp: Convert timers to use timer_setup()Gravatar Kees Cook 1-2/+1
2017-08-10PCI: Constify hotplug pci_device_id structuresGravatar Arvind Yadav 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-11-23PCI: cpqphp: Add missing call to pci_disable_device()Gravatar Quentin Lambert 1-1/+2
2016-01-08PCI: Fix all whitespace issuesGravatar Bogicevic Sasa 1-16/+16
2014-09-24PCI: Remove unnecessary curly bracesGravatar Quentin Lambert 1-2/+1
2014-06-10PCI: Merge multi-line quoted stringsGravatar Ryan Desfosses 1-4/+2
2014-06-10PCI: Whitespace cleanupGravatar Ryan Desfosses 1-3/+3
2014-02-12PCI: cpqphp: Fix hex vs decimal typo in cpqhpc_probe()Gravatar Dan Carpenter 1-2/+2
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsGravatar Bjorn Helgaas 1-2/+2
2012-07-16PCI: hotplug: ensure a consistent return value in error caseGravatar Julia Lawall 1-4/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-2/+2
2011-07-22PCI hotplug: cpqphp: use pci_dev->vendorGravatar Sergei Shtylyov 1-2/+3
2011-07-22PCI hotplug: cpqphp: use pci_dev->subsystem_{vendor|device}Gravatar Sergei Shtylyov 1-10/+2
2010-06-11PCI: hotplug/cpqphp, fix NULL dereferenceGravatar Jiri Slaby 1-0/+7
2010-05-21Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-2/+1
2010-05-18PCI hotplug: Use kmemdupGravatar Julia Lawall 1-2/+1
2010-03-16Fix typos in commentsGravatar Thomas Weber 1-1/+1
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreGravatar Matthew Wilcox 1-40/+17
2009-06-16PCI hotplug: remove redundant .owner initializationsGravatar Kenji Kaneshige 1-1/+0
2009-06-11PCI Hotplug: cpqphp: clean up accesses to pcibios_get_irq_routing_table()Gravatar Alex Chiang 1-41/+31
2009-06-11PCI Hotplug: cpqphp: refactor cpqhp_probeGravatar Alex Chiang 1-197/+185
2009-06-11PCI Hotplug: cpqphp: eliminate stray bracesGravatar Alex Chiang 1-33/+22
2009-06-11PCI Hotplug: cpqphp: remove useless prototypes in cpqphp_core.cGravatar Alex Chiang 1-237/+224
2009-06-11PCI Hotplug: cpqphp: fix comment styleGravatar Alex Chiang 1-73/+84
2009-06-11PCI Hotplug: cpqphp: stray whitespace cleanupsGravatar Alex Chiang 1-34/+22
2008-12-29x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hGravatar Jaswinder Singh Rajput 1-1/+1
2008-10-23PCI hotplug: cpqphp: fix kernel NULL pointer dereferenceGravatar Kenji Kaneshige 1-1/+1
2008-10-22PCI: cpqphp: stop managing hotplug_slot->nameGravatar Alex Chiang 1-23/+19
2008-10-22PCI Hotplug core: add 'name' param pci_hp_register interfaceGravatar Alex Chiang 1-1/+2
2008-06-10PCI: introduce pci_slotGravatar Alex Chiang 1-1/+3
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-19/+19
2007-11-28pci hotplug: kernel-doc fixesGravatar Randy Dunlap 1-19/+22
2007-10-12cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for readGravatar Auke Kok 1-1/+1
2007-10-11i386: move pciGravatar Thomas Gleixner 1-1/+1
2007-07-11PCI: Change all drivers to use pci_device->revisionGravatar Auke Kok 1-7/+5
2006-10-18PCI Hotplug: move pci_hotplug.h to include/linux/Gravatar Greg Kroah-Hartman 1-0/+1
2006-07-02[PATCH] irq-flags: pci: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-27[PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ...Gravatar Greg Kroah-Hartman 1-5/+5