26 Mar, 2012
1 commit
-
In preparation to convert SA1100 to sparse irq, set .nr_irqs for each machine
and explicitly include mach/irqs.h as needed.Signed-off-by: Rob Herring
Signed-off-by: Russell King
14 Jan, 2012
1 commit
-
The existing gpio_to_irq() implementation on sa1100 only translates
validly for internal GPIOs. Since this sub-arch enables GPIOLIB
support, this results in buggy translations for non-internal GPIOs.Get rid of the private gpio_to_irq() implementation, replacing it
with the .to_irq method in the sa1100 gpio chip instead.Signed-off-by: Russell King
Acked-by: Linus Walleij
Signed-off-by: Grant Likely
22 Aug, 2011
1 commit
-
As per example from the other ARM boards, push the SA100
GPIO driver down to the GPIO subsystem so it can be consolidated.Signed-off-by: Linus Walleij
Signed-off-by: Russell King