summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/cpqphp_core.c
Commit message (Expand)AuthorAgeFilesLines
* PCI: Remove unnecessary returnsKrzysztof Wilczynski2019-08-301-1/+0
* PCI: cpqphp: Remove set but not used variable 'physical_slot'YueHaibing2018-10-021-2/+0
* PCI: hotplug: Embed hotplug_slotLukas Wunner2018-09-181-25/+12
* PCI: hotplug: Drop hotplug_slot_infoLukas Wunner2018-09-181-21/+1
* PCI: hotplug: Constify hotplug_slot_opsLukas Wunner2018-09-181-1/+1
* PCI: hotplug: Demidlayer registration with the coreLukas Wunner2018-07-231-13/+3
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-011-15/+1
|\
| * PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas2018-01-281-15/+1
* | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-181-1/+1
* | PCI: Remove unnecessary messages for memory allocation failuresMarkus Elfring2018-01-171-1/+0
|/
* PCI: cpqphp: Convert timers to use timer_setup()Kees Cook2017-11-061-2/+1
* PCI: Constify hotplug pci_device_id structuresArvind Yadav2017-08-101-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* PCI: cpqphp: Add missing call to pci_disable_device()Quentin Lambert2016-11-231-1/+2
* PCI: Fix all whitespace issuesBogicevic Sasa2016-01-081-16/+16
* PCI: Remove unnecessary curly bracesQuentin Lambert2014-09-241-2/+1
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-101-4/+2
* PCI: Whitespace cleanupRyan Desfosses2014-06-101-3/+3
* PCI: cpqphp: Fix hex vs decimal typo in cpqhpc_probe()Dan Carpenter2014-02-121-2/+2
* PCI: Fix whitespace, capitalization, and spelling errorsBjorn Helgaas2013-11-141-2/+2
* PCI: hotplug: ensure a consistent return value in error caseJulia Lawall2012-07-161-4/+10
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-2/+2
* PCI hotplug: cpqphp: use pci_dev->vendorSergei Shtylyov2011-07-221-2/+3
* PCI hotplug: cpqphp: use pci_dev->subsystem_{vendor|device}Sergei Shtylyov2011-07-221-10/+2
* PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby2010-06-111-0/+7
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2010-05-211-2/+1
|\
| * PCI hotplug: Use kmemdupJulia Lawall2010-05-181-2/+1
* | Fix typos in commentsThomas Weber2010-03-161-1/+1
|/
* PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox2010-02-221-40/+17
* PCI hotplug: remove redundant .owner initializationsKenji Kaneshige2009-06-161-1/+0
* PCI Hotplug: cpqphp: clean up accesses to pcibios_get_irq_routing_table()Alex Chiang2009-06-111-41/+31
* PCI Hotplug: cpqphp: refactor cpqhp_probeAlex Chiang2009-06-111-197/+185
* PCI Hotplug: cpqphp: eliminate stray bracesAlex Chiang2009-06-111-33/+22
* PCI Hotplug: cpqphp: remove useless prototypes in cpqphp_core.cAlex Chiang2009-06-111-237/+224
* PCI Hotplug: cpqphp: fix comment styleAlex Chiang2009-06-111-73/+84
* PCI Hotplug: cpqphp: stray whitespace cleanupsAlex Chiang2009-06-111-34/+22
* x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput2008-12-291-1/+1
* PCI hotplug: cpqphp: fix kernel NULL pointer dereferenceKenji Kaneshige2008-10-231-1/+1
* PCI: cpqphp: stop managing hotplug_slot->nameAlex Chiang2008-10-221-23/+19
* PCI Hotplug core: add 'name' param pci_hp_register interfaceAlex Chiang2008-10-221-1/+2
* PCI: introduce pci_slotAlex Chiang2008-06-101-1/+3
* PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-201-19/+19
* pci hotplug: kernel-doc fixesRandy Dunlap2007-11-281-19/+22
* cpqphp: Use PCI_CLASS_REVISION instead of PCI_REVISION_ID for readAuke Kok2007-10-121-1/+1
* i386: move pciThomas Gleixner2007-10-111-1/+1
* PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-7/+5
* PCI Hotplug: move pci_hotplug.h to include/linux/Greg Kroah-Hartman2006-10-181-0/+1
* [PATCH] irq-flags: pci: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] 64bit resource: fix up printks for resources in pci core and hotplug ...Greg Kroah-Hartman2006-06-271-5/+5
OpenPOWER on IntegriCloud