projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ramips: handle OTG interrupt on the RT305x SoC
[openwrt.git]
/
target
/
linux
/
ramips
/
files
/
arch
/
mips
/
ralink
/
rt305x
/
irq.c
diff --git
a/target/linux/ramips/files/arch/mips/ralink/rt305x/irq.c
b/target/linux/ramips/files/arch/mips/ralink/rt305x/irq.c
index
acd1880
..
0d1a040
100644
(file)
--- a/
target/linux/ramips/files/arch/mips/ralink/rt305x/irq.c
+++ b/
target/linux/ramips/files/arch/mips/ralink/rt305x/irq.c
@@
-38,6
+38,9
@@
static void rt305x_intc_irq_dispatch(void)
else if (pending & RT305X_INTC_INT_UART1)
do_IRQ(RT305X_INTC_IRQ_UART1);
else if (pending & RT305X_INTC_INT_UART1)
do_IRQ(RT305X_INTC_IRQ_UART1);
+ else if (pending & RT305X_INTC_INT_OTG)
+ do_IRQ(RT305X_INTC_IRQ_OTG);
+
/* TODO: handle PIO interrupts as well */
else
/* TODO: handle PIO interrupts as well */
else
This page took
0.027883 seconds
and
4
git commands to generate.