]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/85xx: handle the eLBC error interrupt if it exists in dts
authorShaohui Xie <Shaohui.Xie@freescale.com>
Tue, 7 Jan 2014 06:27:41 +0000 (14:27 +0800)
committerScott Wood <scottwood@freescale.com>
Fri, 10 Jan 2014 23:19:27 +0000 (17:19 -0600)
commit7b50b253235e004d348a7ee42a482d1bd93d1c7a
treeb0ecfb9a8e9cdd1c24bd0ce1cdc4851263641994
parent81112a4b31b334a329a8813a03df9b8395b33de3
powerpc/85xx: handle the eLBC error interrupt if it exists in dts

On P1020, P1021, P1022, and P1023, eLBC event interrupts are routed
to internal interrupt 3 while ELBC error interrupts are routed to
internal interrupt 0.  We need to call request_irq for each.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Wang Dongsheng <dongsheng.wang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
[scottwood@freescale.com: reworded commit message and fixed author]
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/include/asm/fsl_lbc.h
arch/powerpc/sysdev/fsl_lbc.c