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