commit | 35751c7f3f01a6123e2965ad1b71a8e6a7a9c90d | [log] [tgz] |
---|---|---|
author | William Zhang <william.zhang@broadcom.com> | Tue Aug 23 21:44:32 2022 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 31 08:55:59 2022 -0400 |
tree | 2209b65ec232bdde16d5fbbb93d021a6d71fe669 | |
parent | 8c1a9c7de7d95f681adead869329cf8e53024c11 [diff] |
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>