IRQCHIP: irq-mips-gic: Add new functions to start/stop the GIC counter
authorMarkos Chandras <markos.chandras@imgtec.com>
Mon, 23 Mar 2015 12:32:01 +0000 (12:32 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 31 Mar 2015 10:04:13 +0000 (12:04 +0200)
commit8fa4b93067b70a87785279a7c60158e58e4f2f20
treec3ca4258a2137a8c6ff80ff37643a6bfe80c2411
parentc2d7ef51d731fd34ec2c5db0d9dc7501ad069484
IRQCHIP: irq-mips-gic: Add new functions to start/stop the GIC counter

We add new functions to start and stop the GIC counter since there are no
guarantees the counter will be running after a CPU reset. The GIC counter
is stopped by setting the 29th bit on the GIC Config register and it is
started by clearing that bit.

Signed-off-by: Markos Chandras <markos.chandras@imgtec.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Bresticker <abrestic@chromium.org>
Cc: Qais Yousef <qais.yousef@imgtec.com>
Cc: linux-kernel@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/9594/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/irqchip/irq-mips-gic.c
include/linux/irqchip/mips-gic.h