projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c167aee
)
sh: Fix plat_irq_setup_pins() for SH7785.
author
Paul Mundt
<lethal@linux-sh.org>
Thu, 27 Sep 2007 07:45:46 +0000
(16:45 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Thu, 27 Sep 2007 07:45:46 +0000
(16:45 +0900)
There was some debug code left in here that caused the pin changes
to never be hit. Kill that off, and all is well.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpu/sh4a/setup-sh7785.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/cpu/sh4a/setup-sh7785.c
b/arch/sh/kernel/cpu/sh4a/setup-sh7785.c
index 267114d4127ca333b116997dace83140f125839d..c65e1b52218648862cfbfcd7d3436731f35d8def 100644
(file)
--- a/
arch/sh/kernel/cpu/sh4a/setup-sh7785.c
+++ b/
arch/sh/kernel/cpu/sh4a/setup-sh7785.c
@@
-312,10
+312,6
@@
void __init plat_irq_setup(void)
void __init plat_irq_setup_pins(int mode)
{
- ctrl_outl(0xc0000000, INTC_INTMSKCLR1);
- ctrl_outl(0xfffefffe, INTC_INTMSKCLR2);
- return;
-
switch (mode) {
case IRQ_MODE_IRQ7654:
/* select IRQ mode for IRL7-4 */