]> git.dujemihanovic.xyz Git - u-boot.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)
commit35751c7f3f01a6123e2965ad1b71a8e6a7a9c90d
tree2209b65ec232bdde16d5fbbb93d021a6d71fe669
parent8c1a9c7de7d95f681adead869329cf8e53024c11
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 [moved from drivers/timer/sti-timer.c with 66% similarity]