projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18d46b5
)
MLK-16368: irqchip: intmux: fix address definition of register
author
Shengjiu Wang
<shengjiu.wang@nxp.com>
Tue, 5 Sep 2017 08:22:45 +0000
(16:22 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:38:29 +0000
(15:38 -0500)
Fix the offset of CHANIPR register address. Document is KL28Z
reference manual
Signed-off-by: Shengjiu Wang <shengjiu.wang@nxp.com>
drivers/irqchip/irq-imx-intmux.c
patch
|
blob
|
history
diff --git
a/drivers/irqchip/irq-imx-intmux.c
b/drivers/irqchip/irq-imx-intmux.c
index
65d4c9a
..
72959d0
100644
(file)
--- a/
drivers/irqchip/irq-imx-intmux.c
+++ b/
drivers/irqchip/irq-imx-intmux.c
@@
-19,7
+19,7
@@
#define CHANCSR(n) (0x0 + 0x40 * n)
#define CHANVEC(n) (0x4 + 0x40 * n)
#define CHANIER(n) (0x10 + (0x40 * n))
-#define CHANIPR(n) (0x
1
0 + (0x40 * n))
+#define CHANIPR(n) (0x
2
0 + (0x40 * n))
struct intmux_irqchip_data {
int chanidx;