aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug/shpchp_hpc.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-28PCI: Add SPDX GPL-2.0+ to replace GPL v2 or later boilerplateGravatar Bjorn Helgaas 1-15/+1
2017-11-06PCI: shpchp: Convert timers to use timer_setup()Gravatar Kees Cook 1-6/+3
2017-08-02PCI: shpchp: Enable bridge bus mastering if MSI is enabledGravatar Aleksandr Bezzubikov 1-0/+2
2016-01-08PCI: shpchp: Constify hpc_ops structureGravatar Julia Lawall 1-1/+1
2016-01-08PCI: Fix all whitespace issuesGravatar Bogicevic Sasa 1-1/+1
2014-09-24PCI: Remove assignment from "if" conditionsGravatar Quentin Lambert 1-1/+2
2014-09-24PCI: Add space before open parenthesisGravatar Quentin Lambert 1-1/+1
2014-06-10PCI: Merge multi-line quoted stringsGravatar Ryan Desfosses 1-10/+7
2014-06-10PCI: Whitespace cleanupGravatar Ryan Desfosses 1-6/+6
2013-11-14PCI: Fix whitespace, capitalization, and spelling errorsGravatar Bjorn Helgaas 1-1/+1
2011-11-14PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDsGravatar Bjorn Helgaas 1-2/+2
2010-10-18shpchp: update workqueue usageGravatar Tejun Heo 1-24/+2
2010-07-30PCI: hotplug/shpchp_hpc: add parenthesis in SLOT_REG_RSVDZ_MASKGravatar Dan Carpenter 1-1/+1
2010-02-22PCI: Make current and maximum bus speeds part of the PCI coreGravatar Matthew Wilcox 1-72/+77
2008-10-23PCI hotplug: shpchp: message refinementGravatar Taku Izumi 1-40/+33
2008-10-23PCI hotplug: shpchp: replace printk with dev_printkGravatar Taku Izumi 1-56/+64
2008-06-10shpchp: check firmware before taking controlGravatar Kenji Kaneshige 1-1/+0
2008-04-20PCI: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-32/+32
2008-02-01PCI: Spelling fixesGravatar Joe Perches 1-1/+1
2007-02-07shpchp: delete trailing whitespaceGravatar Kenji Kaneshige 1-16/+16
2007-02-07shpchp: remove DBG_XXX_ROUTINEGravatar Kenji Kaneshige 1-136/+19
2006-12-20shpchp: remove unnecessary struct php_ctlrGravatar Kenji Kaneshige 1-161/+62
2006-10-18PCI hotplug: ioremap balanced with iounmapGravatar Amol Lad 1-5/+14
2006-10-18shpchp: remove unnecessary cmd_busy member from struct controllerGravatar Kenji Kaneshige 1-4/+1
2006-10-18shpchp: fix command completion checkGravatar Kenji Kaneshige 1-5/+9
2006-10-18shpchp: fix shpchp_wait_cmd in pollGravatar Kenji Kaneshige 1-19/+35
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-3/+3
2006-07-02[PATCH] irq-flags: pci: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-19[PATCH] shpchp: Remove Unused hpc_evelnt_lockGravatar Kenji Kaneshige 1-8/+0
2006-06-19[PATCH] shpchp: Cleanup interrupt polling timerGravatar Kenji Kaneshige 1-33/+26
2006-06-19[PATCH] shpchp: Cleanup SHPC commandsGravatar Kenji Kaneshige 1-50/+48
2006-06-19[PATCH] shpchp: Cleanup interrupt handlerGravatar Kenji Kaneshige 1-68/+57
2006-06-19[PATCH] shpchp: Remove unnecessary hpc_ctlr_handle checkGravatar Kenji Kaneshige 1-181/+16
2006-06-19[PATCH] shpchp: Create shpchpd at controller probe timeGravatar Kenji Kaneshige 1-0/+19
2006-06-19[PATCH] shpchp: Mask Global SERR and Intr at controller release timeGravatar Kenji Kaneshige 1-1/+10
2006-06-19[PATCH] SHPC: Fix SHPC Contoller SERR-INT Register bits accessGravatar Kenji Kaneshige 1-5/+20
2006-06-19[PATCH] SHPC: Fix SHPC Logical Slot Register bits accessGravatar Kenji Kaneshige 1-9/+40
2006-06-19[PATCH] SHPC: Cleanup SHPC Logical Slot Register bits accessGravatar Kenji Kaneshige 1-87/+64
2006-06-19[PATCH] SHPC: Cleanup SHPC Logical Slot Register accessGravatar Kenji Kaneshige 1-13/+18
2006-06-19[PATCH] SHPC: Cleanup SHPC register accessGravatar Kenji Kaneshige 1-80/+112
2006-03-23[PATCH] shpchp: cleanup bus speed handlingGravatar Kenji Kaneshige 1-313/+153
2006-03-23[PATCH] shpchp: event handling reworkGravatar Kenji Kaneshige 1-0/+10
2006-03-23[PATCH] shpchp - Fix incorrect return value of interrupt handlerGravatar Kenji Kaneshige 1-8/+3
2006-03-23[PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof()Gravatar Kenji Kaneshige 1-3/+1
2006-03-23[PATCH] shpchp - cleanup check command statusGravatar Kenji Kaneshige 1-4/+21
2006-03-23[PATCH] PCI hotplug: convert semaphores to mutexGravatar Ingo Molnar 1-1/+1
2006-01-09[PATCH] shpchp: fix improper wait for command completionGravatar Kenji Kaneshige 1-0/+26
2006-01-09[PATCH] shpchp: fix improper write to Command Completion Detect bitGravatar Kenji Kaneshige 1-2/+2
2006-01-09[PATCH] shpchp: fix improper mmio mappingGravatar Kenji Kaneshige 1-27/+46
2006-01-09[PATCH] shpchp: fix improper reference to Mode 1 ECC Capability" bitGravatar Kenji Kaneshige 1-1/+1