ARM: at91: Give the PIT irq as an argument of at91sam926x_pit_init
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Mon, 15 Sep 2014 14:02:24 +0000 (16:02 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Mon, 15 Sep 2014 15:55:47 +0000 (17:55 +0200)
commit7d80335e29701e9c2cc55ec0ea79afe6351aa20b
tree073607658e52b0553db5bda6eb1c2858346d4025
parent0f391f189eae2c479122dc934d8ffdcbe4257cfe
ARM: at91: Give the PIT irq as an argument of at91sam926x_pit_init

This allows to remove the dependency of the timer driver on mach/hardware.h and
having an hardcoded interrupt number in the driver itself.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/mach-at91/at91sam9260.c
arch/arm/mach-at91/at91sam9261.c
arch/arm/mach-at91/at91sam9263.c
arch/arm/mach-at91/at91sam926x_time.c
arch/arm/mach-at91/at91sam9g45.c
arch/arm/mach-at91/at91sam9rl.c
arch/arm/mach-at91/generic.h
This page took 0.045826 seconds and 5 git commands to generate.