projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1ed406
)
[ARM] Fix eseries IRQ limit
author
Ian Molton
<spyro@f2s.com>
Sat, 9 Aug 2008 20:26:59 +0000
(21:26 +0100)
committer
Ian Molton
<spyro@f2s.com>
Tue, 12 Aug 2008 11:54:31 +0000
(12:54 +0100)
The max IRQ is too small for all e-series machines which have at least one
GPIO expander chip in them.
Signed-off-by: Ian Molton <spyro@f2s.com>
arch/arm/mach-pxa/include/mach/irqs.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-pxa/include/mach/irqs.h
b/arch/arm/mach-pxa/include/mach/irqs.h
index 32772bc6925c93e699471c4f0903647d2f8806e4..108b5db9b2af67c3d96ef9810184410332bffda4 100644
(file)
--- a/
arch/arm/mach-pxa/include/mach/irqs.h
+++ b/
arch/arm/mach-pxa/include/mach/irqs.h
@@
-183,6
+183,7
@@
defined(CONFIG_MACH_TOSA) || \
defined(CONFIG_MACH_MAINSTONE) || \
defined(CONFIG_MACH_PCM027) || \
+ defined(CONFIG_ARCH_PXA_ESERIES) || \
defined(CONFIG_MACH_MAGICIAN)
#define NR_IRQS (IRQ_BOARD_END)
#elif defined(CONFIG_MACH_ZYLONITE)