]> git.baikalelectronics.ru Git - kernel.git/commit
clocksource: mips-gic-timer: Use new GIC accessor functions
authorPaul Burton <paul.burton@imgtec.com>
Sun, 13 Aug 2017 04:36:11 +0000 (21:36 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Wed, 30 Aug 2017 12:30:07 +0000 (14:30 +0200)
commitf25c5fb729ad5dc3c61b3d689668154a5fa7c2c8
tree6161d20ad346e93026afb5637ba776c47833238f
parent1770e904d79b65d7073fa03645d2ca0f4e2249ae
clocksource: mips-gic-timer: Use new GIC accessor functions

Switch from calling functions exported by the GIC interrupt controller
to using new accessors provided by asm/mips-gic.h. This will allow the
counter-handling functionality to be removed from the interrupt
controller driver, where it doesn't really belong, and also allow for
inlining of the accesses to the GIC.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Marc Zyngier <marc.zyngier@arm.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/17021/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/clocksource/mips-gic-timer.c