Files
android_kernel_xiaomi_sm8450/arch/powerpc/sysdev
Milton Miller d1921bcdee powerpc/fsl_msi: Use chip_data not handler_data
handler_data should be reserved for flow handlers on the dependent
irq, not consumed by the parent irq code that is part of the irq_chip
code.  The msi_data pointer was already set in msidesc->irqhost->hostdata
and being copied to irq_data->chipdata in the msidesc->irqhost->map()
method called via create_irq_mapping, so we can obtain the pointer
from there and free the instance it in teardown_msi_irqs.

Also remove the unnecessary cast of irq_get_handler_data in the
cascade handler, which is the demux flow handler of the parent
msi interrupt.  (This is the expected usage for handler_data).

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2011-05-19 15:31:45 +10:00
..
2011-03-31 11:26:23 -03:00
2011-05-19 14:30:43 +10:00
2011-05-04 15:02:15 +10:00
2011-05-04 15:02:15 +10:00
2010-03-04 10:43:58 -06:00
2010-11-29 15:48:20 +11:00
2008-12-21 14:21:15 +11:00
2011-03-31 11:26:23 -03:00
2011-05-04 15:02:15 +10:00
2011-04-20 17:01:19 +10:00
2011-04-20 17:01:19 +10:00
2011-03-10 11:03:56 +11:00
2011-03-31 11:26:23 -03:00
2011-04-20 17:01:19 +10:00
2011-05-04 15:02:15 +10:00