powerpc/fsl_msi: change the irq handler from chained to normal
authorTudor Laurentiu <b10716@freescale.com>
Tue, 19 Aug 2014 11:25:03 +0000 (14:25 +0300)
committerScott Wood <scottwood@freescale.com>
Thu, 4 Sep 2014 23:47:57 +0000 (18:47 -0500)
commit543c043cbae79164aa087f96294cb37fc4a19a59
treee07b8d0ea78b3ada50bbdab1e461fde195fac9a5
parent834952314c8bae7331b0797a071958dda9bec60d
powerpc/fsl_msi: change the irq handler from chained to normal

As we do for other fsl-mpic related cascaded irqchips
(e.g. error ints, mpic timers), use a normal irq handler
for msi irqs too.
This brings some advantages such as mask/unmask/ack/eoi
and irq state taken care behind the scenes, kstats
updates a.s.o plus access to features provided by mpic,
such as affinity.

Signed-off-by: Laurentiu Tudor <Laurentiu.Tudor@freescale.com>
Cc: Scott Wood <scottwood@freescale.com>
Cc: Mihai Caraman <mihai.caraman@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/sysdev/fsl_msi.c