]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: at91: PIT: use request_irq instead of setup_irq
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Tue, 1 Jul 2014 09:33:22 +0000 (11:33 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Wed, 3 Sep 2014 08:55:44 +0000 (10:55 +0200)
commit7f282e0137bfe712655e9f8da5ade105f6918741
tree37503f7b69ae2b93b7f5d176135fab657a82b7f4
parentcffbfe63ec37cdaf8c9ede027759614faadd23cf
ARM: at91: PIT: use request_irq instead of setup_irq

We can use the generic request_irq now to register a timer interrupt handler,
instead of the more complex setup_irq.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Acked-by: Boris BREZILLON <boris.brezillon@free-electrons.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Acked-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/mach-at91/at91sam926x_time.c