projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36e89e1
)
RK3288: dump the wakeup-interrupt
author
许盛飞
<xsf@rock-chips.com>
Tue, 1 Apr 2014 03:42:16 +0000
(11:42 +0800)
committer
许盛飞
<xsf@rock-chips.com>
Tue, 1 Apr 2014 03:42:16 +0000
(11:42 +0800)
arch/arm/mach-rockchip/pm-rk3288.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-rockchip/pm-rk3288.c
b/arch/arm/mach-rockchip/pm-rk3288.c
index 3d911f022ca2f2ae079b5f98375df50ddef28ee3..be13d8a6795f6557591b616d266c56bd40af36a2 100755
(executable)
--- a/
arch/arm/mach-rockchip/pm-rk3288.c
+++ b/
arch/arm/mach-rockchip/pm-rk3288.c
@@
-1936,7
+1936,7
@@
do { \
} while (0)
static noinline void rk30_pm_dump_irq(void)
{
- u32 irq_gpio = (readl_relaxed(RK_GIC_VIRT + GIC_DIST_PENDING_SET +
8) >> 22) & 0x7
F;
+ u32 irq_gpio = (readl_relaxed(RK_GIC_VIRT + GIC_DIST_PENDING_SET +
12) >> 17) & 0x1F
F;
printk("wakeup irq: %08x %08x %08x %08x\n",
readl_relaxed(RK_GIC_VIRT + GIC_DIST_PENDING_SET + 4),
readl_relaxed(RK_GIC_VIRT + GIC_DIST_PENDING_SET + 8),