dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/arm/plat-orion
Lennert Buytenhek 000e99c333 [ARM] Orion: top-level IRQs are level-triggered
Make it clear that Orion top-level IRQs are level-triggered.  This
means that we don't need an ->ack() handler, or at least, we don't
need the ->ack() handler (or the acking part of the ->mask_ack()
handler) to actually do anything.

Given that, we might as well point our ->mask_ack() handler at the
->mask() handler instead of providing a dummy ->ack() handler, since
providing a ->mask_ack() handler on level IRQ sources will prevent
->ack() from ever being called.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Russell King <linux@arm.linux.org.uk>
2008-06-22 22:44:43 +02:00
..
Makefile plat-orion: share time handling code 2008-03-27 14:51:40 -04:00
irq.c [ARM] Orion: top-level IRQs are level-triggered 2008-06-22 22:44:43 +02:00
pcie.c [ARM] 4954/1: Orion: fix some function section mismatch 2008-04-10 15:27:09 +01:00
time.c plat-orion: share time handling code 2008-03-27 14:51:40 -04:00