summaryrefslogtreecommitdiffstats
path: root/drivers/pci/hotplug/shpchp_ctrl.c
AgeCommit message (Expand)AuthorLines
2024-08-02PCI: shpchp: Remove hpc_opsngn-40/+39
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+0
2020-09-28PCI: shpchp: Remove unused 'rc' assignmentKrzysztof WilczyƄski-1/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-05-21PCI: shpchp: Make shpchp_unconfigure_device() voidKrzysztof Wilczynski-2/+1
2018-09-18PCI: hotplug: Drop hotplug_slot_infoLukas Wunner-16/+5
2018-07-12PCI: Mark fall-through switch cases before enabling -Wimplicit-fallthroughGustavo A. R. Silva-0/+2
2018-06-04PCI: shpchp: Fix AMD POGO identificationBjorn Helgaas-4/+4
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateBjorn Helgaas-15/+1
2014-09-24PCI: Remove assignment from "if" conditionsQuentin Lambert-4/+8
2014-09-24PCI: Add space before open parenthesisQuentin Lambert-1/+1
2014-06-12Merge tag 'pci-v3.16-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-19/+17
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses-18/+16
2014-06-10PCI: Whitespace cleanupRyan Desfosses-1/+1
2014-05-15PCI: shpchp: Check bridge's secondary (not primary) bus speedMarcel Apfelbaum-2/+2
2013-01-14PCI: shpchp: Use per-slot workqueues to avoid deadlockBjorn Helgaas-3/+3
2013-01-14PCI: shpchp: Handle push button event asynchronouslyBjorn Helgaas-1/+1
2012-06-20PCI: shpchp: remove dead codeBjorn Helgaas-3/+0
2010-10-18shpchp: update workqueue usageTejun Heo-4/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-22PCI hotplug: fix memory leaksJiri Slaby-0/+1
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreMatthew Wilcox-11/+2
2008-10-23PCI hotplug: shpchp: message refinementTaku Izumi-29/+25
2008-10-23PCI hotplug: shpchp: replace printk with dev_printkTaku Izumi-69/+93
2008-10-22PCI: shcphp: remove 'name' parameterAlex Chiang-24/+24
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesHarvey Harrison-23/+23
2007-11-28pci hotplug: kernel-doc fixesRandy Dunlap-8/+8
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-05-02PCI: fix multiple definition of `queue_pushbutton_work'Kristen Carlson Accardi-1/+1
2007-02-07shpchp: delete trailing whitespaceKenji Kaneshige-10/+10
2006-12-20shpchp: cleanup shpchp.hKenji Kaneshige-3/+6
2006-12-20shpchp: remove unnecessary struct php_ctlrKenji Kaneshige-8/+4
2006-11-22WorkStruct: make allyesconfigDavid Howells-9/+10
2006-06-19[PATCH] shpchp: Cleanup improper info messagesKenji Kaneshige-16/+16
2006-03-23[PATCH] shpchp: cleanup bus speed handlingKenji Kaneshige-116/+36
2006-03-23[PATCH] shpchp: Fix slot state handlingKenji Kaneshige-55/+172
2006-03-23[PATCH] shpchp: event handling reworkKenji Kaneshige-224/+89
2006-03-23[PATCH] shpchp: Remove unused wait_for_ctrl_irqKenji Kaneshige-1/+1
2006-03-23[PATCH] shpchp - bugfix: add missing serializationKenji Kaneshige-42/+24
2006-03-23[PATCH] shpchp - cleanup check command statusKenji Kaneshige-119/+1
2006-03-23[PATCH] shpchp - cleanup controller listKenji Kaneshige-1/+1
2006-03-23[PATCH] PCI hotplug: convert semaphores to mutexIngo Molnar-49/+49
2006-01-31[PATCH] PCI Hotplug: shpchp: AMD POGO errata fixKeck, David-1/+11
2006-01-09[PATCH] shpchp: fix improper wait for command completionKenji Kaneshige-37/+0
2005-10-28[PATCH] shpchp: reduce debug message verbosityrajesh.shah@intel.com-11/+0
2005-10-28[PATCH] shpchp: miscellaneous cleanupsrajesh.shah@intel.com-18/+13
2005-10-28[PATCH] shpchp: remove redundant data structuresrajesh.shah@intel.com-365/+40
2005-10-28[PATCH] shpchp: dont save PCI config for hotplug slots/devicesrajesh.shah@intel.com-16/+32
2005-10-28[PATCH] shpchp: reduce dependence on ACPIrajesh.shah@intel.com-1/+0
2005-10-28[PATCH] shpchp: use the PCI core for hotplug resource managementrajesh.shah@intel.com-1582/+42