Files
android_kernel_xiaomi_sm8450/arch/ia64
Jiri Slaby cb5348554b [IA64] hpsim, initialize chip for assigned irqs
Currently, when assign_irq_vector is called and the irq connected in
the simulator, the irq is not ready. request_irq will return ENOSYS
immediately. It is because the irq chip is unset.

Hence set the chip properly to irq_type_hp_sim. And make sure this is
done from both users of simulated interrupts.

Also we have to set handler here, otherwise we end up in
handle_bad_int resulting in spam in logs and no irqs handled. We use
handle_simple_irq as these are SW interrupts that need no ACK or
anything.

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Tony Luck <tony.luck@intel.com>
2012-02-24 14:25:41 -08:00
..
2011-12-27 11:17:43 +02:00
2011-03-31 11:26:23 -03:00
2011-12-08 10:22:08 -08:00
2012-02-22 11:11:06 -08:00
2011-03-17 14:02:56 +01:00
2005-04-16 15:20:36 -07:00