From: Kim Phillips Date: Fri, 25 Aug 2006 16:59:07 +0000 (-0500) Subject: [POWERPC] Adapt ipic driver to new host_ops interface, add set_irq_type to set IRQ... X-Git-Tag: v2.6.18-rc6~33^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9f0f1bb2bcaae96dd3267f6bd3ad1ca44a1f5ad;p=pandora-kernel.git [POWERPC] Adapt ipic driver to new host_ops interface, add set_irq_type to set IRQ sense This converts ipic code to Benh's IRQ mods. For the IPIC, IRQ sense values in the device tree equal those in include/linux/irq.h; that's 8 for low assertion (most internal IRQs on mpc83xx), and 2 for high-to-low change. spinlocks added to [un]mask, ack operations; default handler and type now set in host_map; and redundant condition check eliminated. Signed-off-by: Kim Phillips Signed-off-by: Li Yang Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed