projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcb2439
)
Blackfin: debug-mmrs: include RSI_PID[4567] MMRs
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 26 May 2011 22:07:11 +0000
(18:07 -0400)
committer
Mike Frysinger
<vapier@gentoo.org>
Sat, 28 May 2011 21:02:56 +0000
(17:02 -0400)
The documentation is a little iffy as to whether these are actual MMRs,
but reading them on the hardware works, and the previous version of this
logic (the SDH) had PID[4567]. So add it for RSI too.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/debug-mmrs.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/kernel/debug-mmrs.c
b/arch/blackfin/kernel/debug-mmrs.c
index aa201be49a1ecde11d51e7489f698caa3ef2a5e4..fce4807ceef9315e96b16259ac6e5887b19810c8 100644
(file)
--- a/
arch/blackfin/kernel/debug-mmrs.c
+++ b/
arch/blackfin/kernel/debug-mmrs.c
@@
-1337,6
+1337,10
@@
static int __init bfin_debug_mmrs_init(void)
D16(RSI_PID1);
D16(RSI_PID2);
D16(RSI_PID3);
+ D16(RSI_PID4);
+ D16(RSI_PID5);
+ D16(RSI_PID6);
+ D16(RSI_PID7);
D16(RSI_PWR_CONTROL);
D16(RSI_RD_WAIT_EN);
D32(RSI_RESPONSE0);