]> git.baikalelectronics.ru Git - uboot.git/commit
timer: sti: convert sti-timer to arm a9 global timer
authorWilliam Zhang <william.zhang@broadcom.com>
Wed, 24 Aug 2022 04:44:32 +0000 (21:44 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 31 Oct 2022 12:55:59 +0000 (08:55 -0400)
commit9848dd84a4d81ab15bd0e7c10fb43c2d4f2e423f
tree2209b65ec232bdde16d5fbbb93d021a6d71fe669
parentebe125bce40f947a4aec331e1190aa333a675ec7
timer: sti: convert sti-timer to arm a9 global timer

STI timer is actually ARM Cortex A9 global timer. Convert the driver to
use generic global timer name and make it consistent with Linux kernel
global timer driver. This also allows any A9 based device to use this
driver.

Signed-off-by: William Zhang <william.zhang@broadcom.com>
Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Tested-by: Patrice Chotard <patrice.chotard@foss.st.com>
MAINTAINERS
drivers/timer/Kconfig
drivers/timer/Makefile
drivers/timer/arm_global_timer.c [new file with mode: 0644]
drivers/timer/sti-timer.c [deleted file]