Searched hist:"8 b82c4f883a7b22660464c0232fbdb7a6deb3061" (Results 1 – 2 of 2) sorted by relevance
/linux/arch/arm/include/asm/ |
H A D | arch_timer.h | diff 8b82c4f883a7b22660464c0232fbdb7a6deb3061 Sun Oct 17 14:42:15 CEST 2021 Marc Zyngier <maz@kernel.org> clocksource/drivers/arm_arch_timer: Move MMIO timer programming over to CVAL
Similarily to the sysreg-based timer, move the MMIO over to using the CVAL registers instead of TVAL. Note that there is no warranty that the 64bit MMIO access will be atomic, but the timer is always disabled at the point where we program CVAL.
Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20211017124225.3018098-8-maz@kernel.org Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
|
/linux/drivers/clocksource/ |
H A D | arm_arch_timer.c | diff 8b82c4f883a7b22660464c0232fbdb7a6deb3061 Sun Oct 17 14:42:15 CEST 2021 Marc Zyngier <maz@kernel.org> clocksource/drivers/arm_arch_timer: Move MMIO timer programming over to CVAL
Similarily to the sysreg-based timer, move the MMIO over to using the CVAL registers instead of TVAL. Note that there is no warranty that the 64bit MMIO access will be atomic, but the timer is always disabled at the point where we program CVAL.
Signed-off-by: Marc Zyngier <maz@kernel.org> Link: https://lore.kernel.org/r/20211017124225.3018098-8-maz@kernel.org Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
|