index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
hotplug
/
shpchp_hpc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-14
PCI hotplug: shpchp: don't blindly claim non-AMD 0x7450 device IDs
Bjorn Helgaas
1
-2
/
+2
2010-10-18
shpchp: update workqueue usage
Tejun Heo
1
-24
/
+2
2010-07-30
PCI: hotplug/shpchp_hpc: add parenthesis in SLOT_REG_RSVDZ_MASK
Dan Carpenter
1
-1
/
+1
2010-02-22
PCI: Make current and maximum bus speeds part of the PCI core
Matthew Wilcox
1
-72
/
+77
2008-10-23
PCI hotplug: shpchp: message refinement
Taku Izumi
1
-40
/
+33
2008-10-23
PCI hotplug: shpchp: replace printk with dev_printk
Taku Izumi
1
-56
/
+64
2008-06-10
shpchp: check firmware before taking control
Kenji Kaneshige
1
-1
/
+0
2008-04-20
PCI: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-32
/
+32
2008-02-01
PCI: Spelling fixes
Joe Perches
1
-1
/
+1
2007-02-07
shpchp: delete trailing whitespace
Kenji Kaneshige
1
-16
/
+16
2007-02-07
shpchp: remove DBG_XXX_ROUTINE
Kenji Kaneshige
1
-136
/
+19
2006-12-20
shpchp: remove unnecessary struct php_ctlr
Kenji Kaneshige
1
-161
/
+62
2006-10-18
PCI hotplug: ioremap balanced with iounmap
Amol Lad
1
-5
/
+14
2006-10-18
shpchp: remove unnecessary cmd_busy member from struct controller
Kenji Kaneshige
1
-4
/
+1
2006-10-18
shpchp: fix command completion check
Kenji Kaneshige
1
-5
/
+9
2006-10-18
shpchp: fix shpchp_wait_cmd in poll
Kenji Kaneshige
1
-19
/
+35
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-3
/
+3
2006-07-02
[PATCH] irq-flags: pci: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-06-19
[PATCH] shpchp: Remove Unused hpc_evelnt_lock
Kenji Kaneshige
1
-8
/
+0
2006-06-19
[PATCH] shpchp: Cleanup interrupt polling timer
Kenji Kaneshige
1
-33
/
+26
2006-06-19
[PATCH] shpchp: Cleanup SHPC commands
Kenji Kaneshige
1
-50
/
+48
2006-06-19
[PATCH] shpchp: Cleanup interrupt handler
Kenji Kaneshige
1
-68
/
+57
2006-06-19
[PATCH] shpchp: Remove unnecessary hpc_ctlr_handle check
Kenji Kaneshige
1
-181
/
+16
2006-06-19
[PATCH] shpchp: Create shpchpd at controller probe time
Kenji Kaneshige
1
-0
/
+19
2006-06-19
[PATCH] shpchp: Mask Global SERR and Intr at controller release time
Kenji Kaneshige
1
-1
/
+10
2006-06-19
[PATCH] SHPC: Fix SHPC Contoller SERR-INT Register bits access
Kenji Kaneshige
1
-5
/
+20
2006-06-19
[PATCH] SHPC: Fix SHPC Logical Slot Register bits access
Kenji Kaneshige
1
-9
/
+40
2006-06-19
[PATCH] SHPC: Cleanup SHPC Logical Slot Register bits access
Kenji Kaneshige
1
-87
/
+64
2006-06-19
[PATCH] SHPC: Cleanup SHPC Logical Slot Register access
Kenji Kaneshige
1
-13
/
+18
2006-06-19
[PATCH] SHPC: Cleanup SHPC register access
Kenji Kaneshige
1
-80
/
+112
2006-03-23
[PATCH] shpchp: cleanup bus speed handling
Kenji Kaneshige
1
-313
/
+153
2006-03-23
[PATCH] shpchp: event handling rework
Kenji Kaneshige
1
-0
/
+10
2006-03-23
[PATCH] shpchp - Fix incorrect return value of interrupt handler
Kenji Kaneshige
1
-8
/
+3
2006-03-23
[PATCH] shpchp - replace kmalloc() with kzalloc() and cleanup arg of sizeof()
Kenji Kaneshige
1
-3
/
+1
2006-03-23
[PATCH] shpchp - cleanup check command status
Kenji Kaneshige
1
-4
/
+21
2006-03-23
[PATCH] PCI hotplug: convert semaphores to mutex
Ingo Molnar
1
-1
/
+1
2006-01-09
[PATCH] shpchp: fix improper wait for command completion
Kenji Kaneshige
1
-0
/
+26
2006-01-09
[PATCH] shpchp: fix improper write to Command Completion Detect bit
Kenji Kaneshige
1
-2
/
+2
2006-01-09
[PATCH] shpchp: fix improper mmio mapping
Kenji Kaneshige
1
-27
/
+46
2006-01-09
[PATCH] shpchp: fix improper reference to Mode 1 ECC Capability" bit
Kenji Kaneshige
1
-1
/
+1
2006-01-09
[PATCH] shpchp: fix improper reference to Slot Avail Regsister
Kenji Kaneshige
1
-17
/
+16
2005-11-13
[PATCH] shpchp_hpc build fix
Andrew Morton
1
-0
/
+2
2005-10-28
[PATCH] shpchp: reduce debug message verbosity
rajesh.shah@intel.com
1
-40
/
+7
2005-10-28
[PATCH] shpchp: miscellaneous cleanups
rajesh.shah@intel.com
1
-97
/
+29
2005-10-28
[PATCH] shpchp: reduce dependence on ACPI
rajesh.shah@intel.com
1
-1
/
+1
2005-08-16
[PATCH] PCI Hotplug: new contact info
Kristen Accardi
1
-1
/
+1
2005-04-16
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+1620